#AF6337

Color #AF6337 Bourbon (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bourbon #AF6337

Tints of Bourbon #AF6337

Color information

#AF6337 (or 0xAF6337) is unknown color: approx Bourbon. HEX triplet: AF, 63 and 37. RGB value is (175,99,55). Sum of RGB (Red+Green+Blue) = 175+99+55=329 (43% of max value = 765). Red value is 175 (68.75% from 255 or 53.19% from 329); Green value is 99 (39.06% from 255 or 30.09% from 329); Blue value is 55 (21.88% from 255 or 16.72% from 329); Max value from RGB is 175 - color contains mainly: red. Hex color #AF6337 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF6337 is #509CC8. Grayscale: #747474. Windows color (decimal): -5283017 or 3629999. OLE color: 3629999.

HSL color Cylindrical-coordinate representation of color #AF6337: hue angle of 22º degrees, saturation: 0.52, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #AF6337 is Cyan = 0, Magento = 0.43, Yellow = 0.69 and Black (K on CMYK) = 0.31.

Color convert

RGB1759955-
CMYK00.430.690.31
HSL22º52.17%45.1%-
HSV(B)22º68.57%68.63%-
XYZ22.8318.315.95-
YUV116.7193.18169.58-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 175 (68.75% from 255) = 53.19%
GREEN value IS 99 (39.06% from 255) = 30.09%
BLUE value IS 55 (21.88% from 255) = 16.72%
R=53.19%
G=30.09%
B=16.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.69
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal175995500.430.690.312252.1745.1
HexAF633702B451F16342d
Octal2571436705310537266455
Binary101011111100011110111010101110001011111110110110100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF6337

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF6337; }

 p { color: rgb(175,99,55); }

 H1.HeaderClassName
 {
   color: #AF6337;
 }
 .AnyTagClassName
 {
   color: #AF6337;
 }
</style>
background-color css

<style>
 a { background-color: #AF6337; }

 a { background-color: rgb(175,99,55); }

 div.DivClassName
 {
   background-color: #AF6337;
 }
 .BgClassName
 {
   background-color: #AF6337;
 }
</style>
border-color css

<style>
 span { border-color: #AF6337; }

 span { border-color: rgb(175,99,55); }

 td.TdClassName
 {
   border-color: #AF6337;
 }
 .TagClassName
 {
   border-color: #AF6337;
 }
</style>