#A96A40

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

Shades of Bourbon #A96A40

Tints of Bourbon #A96A40

Color information

#A96A40 (or 0xA96A40) is unknown color: approx Bourbon. HEX triplet: A9, 6A and 40. RGB value is (169,106,64). Sum of RGB (Red+Green+Blue) = 169+106+64=339 (44% of max value = 765). Red value is 169 (66.41% from 255 or 49.85% from 339); Green value is 106 (41.80% from 255 or 31.27% from 339); Blue value is 64 (25.39% from 255 or 18.88% from 339); Max value from RGB is 169 - color contains mainly: red. Hex color #A96A40 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A96A40 is #5695BF. Grayscale: #787878. Windows color (decimal): -5674432 or 4221609. OLE color: 4221609.

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

Color convert

RGB16910664-
CMYK00.370.620.34
HSL24º45.06%45.69%-
HSV(B)24º62.13%66.27%-
XYZ22.4419.117.36-
YUV120.0596.37162.92-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 49.85%
GREEN value IS 106 (41.80% from 255) = 31.27%
BLUE value IS 64 (25.39% from 255) = 18.88%
R=49.85%
G=31.27%
B=18.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.62
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1691066400.370.620.342445.0645.69
HexA96A400253E22182d2e
Octal2511521000457642305556
Binary1010100111010101000000010010111111010001011000101101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A96A40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A96A40; }

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

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

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

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

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

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

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

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