#AF6C48

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

Shades of Bourbon #AF6C48

Tints of Bourbon #AF6C48

Color information

#AF6C48 (or 0xAF6C48) is unknown color: approx Bourbon. HEX triplet: AF, 6C and 48. RGB value is (175,108,72). Sum of RGB (Red+Green+Blue) = 175+108+72=355 (47% of max value = 765). Red value is 175 (68.75% from 255 or 49.30% from 355); Green value is 108 (42.58% from 255 or 30.42% from 355); Blue value is 72 (28.52% from 255 or 20.28% from 355); Max value from RGB is 175 - color contains mainly: red. Hex color #AF6C48 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF6C48 is #5093B7. Grayscale: #7C7C7C. Windows color (decimal): -5280696 or 4746415. OLE color: 4746415.

HSL color Cylindrical-coordinate representation of color #AF6C48: hue angle of 20.97º degrees, saturation: 0.42, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #AF6C48 is Cyan = 0, Magento = 0.38, Yellow = 0.59 and Black (K on CMYK) = 0.31.

Color convert

RGB17510872-
CMYK00.380.590.31
HSL20.97º41.7%48.43%-
HSV(B)20.97º58.86%68.63%-
XYZ24.2120.318.77-
YUV123.9398.7164.43-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 49.30%
GREEN value IS 108 (42.58% from 255) = 30.42%
BLUE value IS 72 (28.52% from 255) = 20.28%
R=49.30%
G=30.42%
B=20.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.59
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1751087200.380.590.3120.9741.748.43
HexAF6C480263B1F152a30
Octal2571541100467337255260
Binary101011111101100100100001001101110111111110101101010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF6C48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF6C48; }

 p { color: rgb(175,108,72); }

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

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

 a { background-color: rgb(175,108,72); }

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

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

 span { border-color: rgb(175,108,72); }

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