#A96E42

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

Shades of Bourbon #A96E42

Tints of Bourbon #A96E42

Color information

#A96E42 (or 0xA96E42) is unknown color: approx Bourbon. HEX triplet: A9, 6E and 42. RGB value is (169,110,66). Sum of RGB (Red+Green+Blue) = 169+110+66=345 (45% of max value = 765). Red value is 169 (66.41% from 255 or 48.99% from 345); Green value is 110 (43.36% from 255 or 31.88% from 345); Blue value is 66 (26.17% from 255 or 19.13% from 345); Max value from RGB is 169 - color contains mainly: red. Hex color #A96E42 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A96E42 is #5691BD. Grayscale: #7A7A7A. Windows color (decimal): -5673406 or 4353705. OLE color: 4353705.

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

Color convert

RGB16911066-
CMYK00.350.610.34
HSL25.63º43.83%46.08%-
HSV(B)25.63º60.95%66.27%-
XYZ22.9219.987.8-
YUV122.6296.05161.08-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 48.99%
GREEN value IS 110 (43.36% from 255) = 31.88%
BLUE value IS 66 (26.17% from 255) = 19.13%
R=48.99%
G=31.88%
B=19.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.61
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1691106600.350.610.3425.6343.8346.08
HexA96E420233D221a2c2e
Octal2511561020437542325456
Binary1010100111011101000010010001111110110001011010101100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A96E42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A96E42; }

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

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

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

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

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

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

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

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