#AF6E39

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

Shades of Bourbon #AF6E39

Tints of Bourbon #AF6E39

Color information

#AF6E39 (or 0xAF6E39) is unknown color: approx Bourbon. HEX triplet: AF, 6E and 39. RGB value is (175,110,57). Sum of RGB (Red+Green+Blue) = 175+110+57=342 (45% of max value = 765). Red value is 175 (68.75% from 255 or 51.17% from 342); Green value is 110 (43.36% from 255 or 32.16% from 342); Blue value is 57 (22.66% from 255 or 16.67% from 342); Max value from RGB is 175 - color contains mainly: red. Hex color #AF6E39 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF6E39 is #5091C6. Grayscale: #7B7B7B. Windows color (decimal): -5280199 or 3763887. OLE color: 3763887.

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

Color convert

RGB17511057-
CMYK00.370.670.31
HSL26.95º50.86%45.49%-
HSV(B)26.95º67.43%68.63%-
XYZ23.9920.566.58-
YUV123.3990.53164.81-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 51.17%
GREEN value IS 110 (43.36% from 255) = 32.16%
BLUE value IS 57 (22.66% from 255) = 16.67%
R=51.17%
G=32.16%
B=16.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.67
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1751105700.370.670.3126.9550.8645.49
HexAF6E39025431F1b332d
Octal2571567104510337336355
Binary101011111101110111001010010110000111111111011110011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF6E39

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF6E39; }

 p { color: rgb(175,110,57); }

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

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

 a { background-color: rgb(175,110,57); }

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

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

 span { border-color: rgb(175,110,57); }

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