Shades of Golden Brown #A96E0E
Tints of Golden Brown #A96E0E
RGB
CMYK
RGB Variations
Color information
#A96E0E (or 0xA96E0E) is known color: Golden Brown. HEX triplet: A9, 6E and 0E. RGB value is (169,110,14). Sum of RGB (Red+Green+Blue) = 169+110+14=293 (38% of max value = 765). Red value is 169 (66.41% from 255 or 57.68% from 293); Green value is 110 (43.36% from 255 or 37.54% from 293); Blue value is 14 (5.86% from 255 or 4.78% from 293); Max value from RGB is 169 - color contains mainly: red. Hex color #A96E0E is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A96E0E is #5691F1. Grayscale: #757575. Windows color (decimal): -5673458 or 945833. OLE color: 945833.
HSL color Cylindrical-coordinate representation of color #A96E0E: hue angle of 37.16º degrees, saturation: 0.85, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #A96E0E is Cyan = 0, Magento = 0.35, Yellow = 0.92 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 110 | 14 | - |
| CMYK | 0 | 0.35 | 0.92 | 0.34 |
| HSL | 37.16º | 0.85% | 0.36% | - |
| HSV(B) | 37.16º | 0.92% | 0.66% | - |
| XYZ | 22.02 | 19.62 | 3.04 | - |
| YUV | 116.7 | 70.05 | 165.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 110 | 14 | 0 | 0.35 | 0.92 | 0.34 | 37.16 | 0.85 | 0.36 |
| Hex | A9 | 6E | E | 0 | 23 | 5C | 22 | 25 | 55 | 24 |
| Octal | 251 | 156 | 16 | 0 | 43 | 134 | 42 | 45 | 125 | 44 |
| Binary | 10101001 | 1101110 | 1110 | 0 | 100011 | 1011100 | 100010 | 100101 | 1010101 | 100100 |
Color Harmonies of #A96E0E
Complementary color
Monochromatic Colors of #A96E0E
Black with #A96E0E
Text Example
Text Example
White with #A96E0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A96E0E; }
p { color: rgb(169,110,14); }
H1.HeaderClassName
{
color: #A96E0E;
}
.AnyTagClassName
{
color: #A96E0E;
}
</style>
background-color css
<style>
a { background-color: #A96E0E; }
a { background-color: rgb(169,110,14); }
div.DivClassName
{
background-color: #A96E0E;
}
.BgClassName
{
background-color: #A96E0E;
}
</style>
border-color css
<style>
span { border-color: #A96E0E; }
span { border-color: rgb(169,110,14); }
td.TdClassName
{
border-color: #A96E0E;
}
.TagClassName
{
border-color: #A96E0E;
}
</style>