Shades of Golden Brown #A96D13
Tints of Golden Brown #A96D13
RGB
CMYK
RGB Variations
Color information
#A96D13 (or 0xA96D13) is known color: Golden Brown. HEX triplet: A9, 6D and 13. RGB value is (169,109,19). Sum of RGB (Red+Green+Blue) = 169+109+19=297 (39% of max value = 765). Red value is 169 (66.41% from 255 or 56.90% from 297); Green value is 109 (42.97% from 255 or 36.70% from 297); Blue value is 19 (7.81% from 255 or 6.40% from 297); Max value from RGB is 169 - color contains mainly: red. Hex color #A96D13 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A96D13 is #5692EC. Grayscale: #757575. Windows color (decimal): -5673709 or 1273257. OLE color: 1273257.
HSL color Cylindrical-coordinate representation of color #A96D13: hue angle of 36º 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 #A96D13 is Cyan = 0, Magento = 0.36, Yellow = 0.89 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 109 | 19 | - |
| CMYK | 0 | 0.36 | 0.89 | 0.34 |
| HSL | 36º | 0.8% | 0.37% | - |
| HSV(B) | 36º | 0.89% | 0.66% | - |
| XYZ | 21.95 | 19.42 | 3.21 | - |
| YUV | 116.68 | 72.88 | 165.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 109 | 19 | 0 | 0.36 | 0.89 | 0.34 | 36 | 0.8 | 0.37 |
| Hex | A9 | 6D | 13 | 0 | 24 | 59 | 22 | 24 | 50 | 25 |
| Octal | 251 | 155 | 23 | 0 | 44 | 131 | 42 | 44 | 120 | 45 |
| Binary | 10101001 | 1101101 | 10011 | 0 | 100100 | 1011001 | 100010 | 100100 | 1010000 | 100101 |
Color Harmonies of #A96D13
Complementary color
Monochromatic Colors of #A96D13
Black with #A96D13
Text Example
Text Example
White with #A96D13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A96D13; }
p { color: rgb(169,109,19); }
H1.HeaderClassName
{
color: #A96D13;
}
.AnyTagClassName
{
color: #A96D13;
}
</style>
background-color css
<style>
a { background-color: #A96D13; }
a { background-color: rgb(169,109,19); }
div.DivClassName
{
background-color: #A96D13;
}
.BgClassName
{
background-color: #A96D13;
}
</style>
border-color css
<style>
span { border-color: #A96D13; }
span { border-color: rgb(169,109,19); }
td.TdClassName
{
border-color: #A96D13;
}
.TagClassName
{
border-color: #A96D13;
}
</style>