#A96A42

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

Shades of Bourbon #A96A42

Tints of Bourbon #A96A42

Color information

#A96A42 (or 0xA96A42) is unknown color: approx Bourbon. HEX triplet: A9, 6A and 42. RGB value is (169,106,66). Sum of RGB (Red+Green+Blue) = 169+106+66=341 (45% of max value = 765). Red value is 169 (66.41% from 255 or 49.56% from 341); Green value is 106 (41.80% from 255 or 31.09% from 341); Blue value is 66 (26.17% from 255 or 19.35% from 341); Max value from RGB is 169 - color contains mainly: red. Hex color #A96A42 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A96A42 is #5695BD. Grayscale: #787878. Windows color (decimal): -5674430 or 4352681. OLE color: 4352681.

HSL color Cylindrical-coordinate representation of color #A96A42: hue angle of 23.3º 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 #A96A42 is Cyan = 0, Magento = 0.37, Yellow = 0.61 and Black (K on CMYK) = 0.34.

Color convert

RGB16910666-
CMYK00.370.610.34
HSL23.3º43.83%46.08%-
HSV(B)23.3º60.95%66.27%-
XYZ22.519.147.66-
YUV120.2897.37162.75-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 49.56%
GREEN value IS 106 (41.80% from 255) = 31.09%
BLUE value IS 66 (26.17% from 255) = 19.35%
R=49.56%
G=31.09%
B=19.35%

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
Decimal1691066600.370.610.3423.343.8346.08
HexA96A420253D22172c2e
Octal2511521020457542275456
Binary1010100111010101000010010010111110110001010111101100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A96A42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A96A42; }

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

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

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

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

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

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

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

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