Shades of Golden Brown #A96211
Tints of Golden Brown #A96211
RGB
CMYK
RGB Variations
Color information
#A96211 (or 0xA96211) is known color: Golden Brown. HEX triplet: A9, 62 and 11. RGB value is (169,98,17). Sum of RGB (Red+Green+Blue) = 169+98+17=284 (37% of max value = 765). Red value is 169 (66.41% from 255 or 59.51% from 284); Green value is 98 (38.67% from 255 or 34.51% from 284); Blue value is 17 (7.03% from 255 or 5.99% from 284); Max value from RGB is 169 - color contains mainly: red. Hex color #A96211 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A96211 is #569DEE. Grayscale: #6E6E6E. Windows color (decimal): -5676527 or 1139369. OLE color: 1139369.
HSL color Cylindrical-coordinate representation of color #A96211: hue angle of 31.97º degrees, saturation: 0.82, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A96211 is Cyan = 0, Magento = 0.42, Yellow = 0.90 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 98 | 17 | - |
| CMYK | 0 | 0.42 | 0.90 | 0.34 |
| HSL | 31.97º | 0.82% | 0.36% | - |
| HSV(B) | 31.97º | 0.9% | 0.66% | - |
| XYZ | 20.83 | 17.21 | 2.75 | - |
| YUV | 110 | 75.52 | 170.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 98 | 17 | 0 | 0.42 | 0.90 | 0.34 | 31.97 | 0.82 | 0.36 |
| Hex | A9 | 62 | 11 | 0 | 2A | 5A | 22 | 20 | 52 | 24 |
| Octal | 251 | 142 | 21 | 0 | 52 | 132 | 42 | 40 | 122 | 44 |
| Binary | 10101001 | 1100010 | 10001 | 0 | 101010 | 1011010 | 100010 | 100000 | 1010010 | 100100 |
Color Harmonies of #A96211
Complementary color
Monochromatic Colors of #A96211
Black with #A96211
Text Example
Text Example
White with #A96211
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A96211; }
p { color: rgb(169,98,17); }
H1.HeaderClassName
{
color: #A96211;
}
.AnyTagClassName
{
color: #A96211;
}
</style>
background-color css
<style>
a { background-color: #A96211; }
a { background-color: rgb(169,98,17); }
div.DivClassName
{
background-color: #A96211;
}
.BgClassName
{
background-color: #A96211;
}
</style>
border-color css
<style>
span { border-color: #A96211; }
span { border-color: rgb(169,98,17); }
td.TdClassName
{
border-color: #A96211;
}
.TagClassName
{
border-color: #A96211;
}
</style>