Shades of Golden Brown #A96210
Tints of Golden Brown #A96210
RGB
CMYK
RGB Variations
Color information
#A96210 (or 0xA96210) is known color: Golden Brown. HEX triplet: A9, 62 and 10. RGB value is (169,98,16). Sum of RGB (Red+Green+Blue) = 169+98+16=283 (37% of max value = 765). Red value is 169 (66.41% from 255 or 59.72% from 283); Green value is 98 (38.67% from 255 or 34.63% from 283); Blue value is 16 (6.64% from 255 or 5.65% from 283); Max value from RGB is 169 - color contains mainly: red. Hex color #A96210 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A96210 is #569DEF. Grayscale: #6E6E6E. Windows color (decimal): -5676528 or 1073833. OLE color: 1073833.
HSL color Cylindrical-coordinate representation of color #A96210: hue angle of 32.16º degrees, saturation: 0.83, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #A96210 is Cyan = 0, Magento = 0.42, Yellow = 0.91 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 98 | 16 | - |
| CMYK | 0 | 0.42 | 0.91 | 0.34 |
| HSL | 32.16º | 0.83% | 0.36% | - |
| HSV(B) | 32.16º | 0.91% | 0.66% | - |
| XYZ | 20.82 | 17.21 | 2.71 | - |
| YUV | 109.88 | 75.02 | 170.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 98 | 16 | 0 | 0.42 | 0.91 | 0.34 | 32.16 | 0.83 | 0.36 |
| Hex | A9 | 62 | 10 | 0 | 2A | 5B | 22 | 20 | 53 | 24 |
| Octal | 251 | 142 | 20 | 0 | 52 | 133 | 42 | 40 | 123 | 44 |
| Binary | 10101001 | 1100010 | 10000 | 0 | 101010 | 1011011 | 100010 | 100000 | 1010011 | 100100 |
Color Harmonies of #A96210
Complementary color
Monochromatic Colors of #A96210
Black with #A96210
Text Example
Text Example
White with #A96210
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A96210; }
p { color: rgb(169,98,16); }
H1.HeaderClassName
{
color: #A96210;
}
.AnyTagClassName
{
color: #A96210;
}
</style>
background-color css
<style>
a { background-color: #A96210; }
a { background-color: rgb(169,98,16); }
div.DivClassName
{
background-color: #A96210;
}
.BgClassName
{
background-color: #A96210;
}
</style>
border-color css
<style>
span { border-color: #A96210; }
span { border-color: rgb(169,98,16); }
td.TdClassName
{
border-color: #A96210;
}
.TagClassName
{
border-color: #A96210;
}
</style>