#A96D39

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

Shades of Bourbon #A96D39

Tints of Bourbon #A96D39

Color information

#A96D39 (or 0xA96D39) is unknown color: approx Bourbon. HEX triplet: A9, 6D and 39. RGB value is (169,109,57). Sum of RGB (Red+Green+Blue) = 169+109+57=335 (44% of max value = 765). Red value is 169 (66.41% from 255 or 50.45% from 335); Green value is 109 (42.97% from 255 or 32.54% from 335); Blue value is 57 (22.66% from 255 or 17.01% from 335); Max value from RGB is 169 - color contains mainly: red. Hex color #A96D39 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A96D39 is #5692C6. Grayscale: #797979. Windows color (decimal): -5673671 or 3763625. OLE color: 3763625.

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

Color convert

RGB16910957-
CMYK00.360.660.34
HSL27.86º49.56%44.31%-
HSV(B)27.86º66.27%66.27%-
XYZ22.5719.676.48-
YUV121.0191.88162.23-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 50.45%
GREEN value IS 109 (42.97% from 255) = 32.54%
BLUE value IS 57 (22.66% from 255) = 17.01%
R=50.45%
G=32.54%
B=17.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.66
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1691095700.360.660.3427.8649.5644.31
HexA96D3902442221c322c
Octal2511557104410242346254
Binary1010100111011011110010100100100001010001011100110010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A96D39

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A96D39; }

 p { color: rgb(169,109,57); }

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

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

 a { background-color: rgb(169,109,57); }

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

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

 span { border-color: rgb(169,109,57); }

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