#A96B42

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

Shades of Bourbon #A96B42

Tints of Bourbon #A96B42

Color information

#A96B42 (or 0xA96B42) is unknown color: approx Bourbon. HEX triplet: A9, 6B and 42. RGB value is (169,107,66). Sum of RGB (Red+Green+Blue) = 169+107+66=342 (45% of max value = 765). Red value is 169 (66.41% from 255 or 49.42% from 342); Green value is 107 (42.19% from 255 or 31.29% from 342); Blue value is 66 (26.17% from 255 or 19.30% from 342); Max value from RGB is 169 - color contains mainly: red. Hex color #A96B42 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A96B42 is #5694BD. Grayscale: #797979. Windows color (decimal): -5674174 or 4352937. OLE color: 4352937.

HSL color Cylindrical-coordinate representation of color #A96B42: hue angle of 23.88º degrees, saturation: 0.44, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #A96B42 is Cyan = 0, Magento = 0.37, Yellow = 0.61 and Black (K on CMYK) = 0.34.

Color convert

RGB16910766-
CMYK00.370.610.34
HSL23.88º43.83%46.08%-
HSV(B)23.88º60.95%66.27%-
XYZ22.619.347.7-
YUV120.8697.04162.33-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 49.42%
GREEN value IS 107 (42.19% from 255) = 31.29%
BLUE value IS 66 (26.17% from 255) = 19.30%
R=49.42%
G=31.29%
B=19.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.61
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1691076600.370.610.3423.8843.8346.08
HexA96B420253D22182c2e
Octal2511531020457542305456
Binary1010100111010111000010010010111110110001011000101100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A96B42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A96B42; }

 p { color: rgb(169,107,66); }

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

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

 a { background-color: rgb(169,107,66); }

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

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

 span { border-color: rgb(169,107,66); }

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