Shades of Golden Brown #A96213
Tints of Golden Brown #A96213
RGB
CMYK
RGB Variations
Color information
#A96213 (or 0xA96213) is known color: Golden Brown. HEX triplet: A9, 62 and 13. RGB value is (169,98,19). Sum of RGB (Red+Green+Blue) = 169+98+19=286 (37% of max value = 765). Red value is 169 (66.41% from 255 or 59.09% from 286); Green value is 98 (38.67% from 255 or 34.27% from 286); Blue value is 19 (7.81% from 255 or 6.64% from 286); Max value from RGB is 169 - color contains mainly: red. Hex color #A96213 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A96213 is #569DEC. Grayscale: #6E6E6E. Windows color (decimal): -5676525 or 1270441. OLE color: 1270441.
HSL color Cylindrical-coordinate representation of color #A96213: hue angle of 31.6º degrees, saturation: 0.8, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #A96213 is Cyan = 0, Magento = 0.42, Yellow = 0.89 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 98 | 19 | - |
| CMYK | 0 | 0.42 | 0.89 | 0.34 |
| HSL | 31.6º | 0.8% | 0.37% | - |
| HSV(B) | 31.6º | 0.89% | 0.66% | - |
| XYZ | 20.85 | 17.22 | 2.84 | - |
| YUV | 110.22 | 76.52 | 169.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 98 | 19 | 0 | 0.42 | 0.89 | 0.34 | 31.6 | 0.8 | 0.37 |
| Hex | A9 | 62 | 13 | 0 | 2A | 59 | 22 | 20 | 50 | 25 |
| Octal | 251 | 142 | 23 | 0 | 52 | 131 | 42 | 40 | 120 | 45 |
| Binary | 10101001 | 1100010 | 10011 | 0 | 101010 | 1011001 | 100010 | 100000 | 1010000 | 100101 |
Color Harmonies of #A96213
Complementary color
Monochromatic Colors of #A96213
Black with #A96213
Text Example
Text Example
White with #A96213
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A96213; }
p { color: rgb(169,98,19); }
H1.HeaderClassName
{
color: #A96213;
}
.AnyTagClassName
{
color: #A96213;
}
</style>
background-color css
<style>
a { background-color: #A96213; }
a { background-color: rgb(169,98,19); }
div.DivClassName
{
background-color: #A96213;
}
.BgClassName
{
background-color: #A96213;
}
</style>
border-color css
<style>
span { border-color: #A96213; }
span { border-color: rgb(169,98,19); }
td.TdClassName
{
border-color: #A96213;
}
.TagClassName
{
border-color: #A96213;
}
</style>