#AF6F49

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

Shades of Bourbon #AF6F49

Tints of Bourbon #AF6F49

Color information

#AF6F49 (or 0xAF6F49) is unknown color: approx Bourbon. HEX triplet: AF, 6F and 49. RGB value is (175,111,73). Sum of RGB (Red+Green+Blue) = 175+111+73=359 (47% of max value = 765). Red value is 175 (68.75% from 255 or 48.75% from 359); Green value is 111 (43.75% from 255 or 30.92% from 359); Blue value is 73 (28.91% from 255 or 20.33% from 359); Max value from RGB is 175 - color contains mainly: red. Hex color #AF6F49 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF6F49 is #5090B6. Grayscale: #7E7E7E. Windows color (decimal): -5279927 or 4812719. OLE color: 4812719.

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

Color convert

RGB17511173-
CMYK00.370.580.31
HSL22.35º41.13%48.63%-
HSV(B)22.35º58.29%68.63%-
XYZ24.5720.969.05-
YUV125.898.2163.09-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 48.75%
GREEN value IS 111 (43.75% from 255) = 30.92%
BLUE value IS 73 (28.91% from 255) = 20.33%
R=48.75%
G=30.92%
B=20.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.58
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1751117300.370.580.3122.3541.1348.63
HexAF6F490253A1F162931
Octal2571571110457237265161
Binary101011111101111100100101001011110101111110110101001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF6F49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF6F49; }

 p { color: rgb(175,111,73); }

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

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

 a { background-color: rgb(175,111,73); }

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

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

 span { border-color: rgb(175,111,73); }

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