#A96A39

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

Shades of Bourbon #A96A39

Tints of Bourbon #A96A39

Color information

#A96A39 (or 0xA96A39) is unknown color: approx Bourbon. HEX triplet: A9, 6A and 39. RGB value is (169,106,57). Sum of RGB (Red+Green+Blue) = 169+106+57=332 (43% of max value = 765). Red value is 169 (66.41% from 255 or 50.90% from 332); Green value is 106 (41.80% from 255 or 31.93% from 332); Blue value is 57 (22.66% from 255 or 17.17% from 332); Max value from RGB is 169 - color contains mainly: red. Hex color #A96A39 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A96A39 is #5695C6. Grayscale: #777777. Windows color (decimal): -5674439 or 3762857. OLE color: 3762857.

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

Color convert

RGB16910657-
CMYK00.370.660.34
HSL26.25º49.56%44.31%-
HSV(B)26.25º66.27%66.27%-
XYZ22.2519.046.37-
YUV119.2592.87163.48-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 50.90%
GREEN value IS 106 (41.80% from 255) = 31.93%
BLUE value IS 57 (22.66% from 255) = 17.17%
R=50.90%
G=31.93%
B=17.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.66
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1691065700.370.660.3426.2549.5644.31
HexA96A3902542221a322c
Octal2511527104510242326254
Binary1010100111010101110010100101100001010001011010110010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A96A39

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A96A39; }

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

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

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

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

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

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

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

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