Shades of Golden Brown #A96D16
Tints of Golden Brown #A96D16
RGB
CMYK
RGB Variations
Color information
#A96D16 (or 0xA96D16) is known color: Golden Brown. HEX triplet: A9, 6D and 16. RGB value is (169,109,22). Sum of RGB (Red+Green+Blue) = 169+109+22=300 (39% of max value = 765). Red value is 169 (66.41% from 255 or 56.33% from 300); Green value is 109 (42.97% from 255 or 36.33% from 300); Blue value is 22 (8.98% from 255 or 7.33% from 300); Max value from RGB is 169 - color contains mainly: red. Hex color #A96D16 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A96D16 is #5692E9. Grayscale: #757575. Windows color (decimal): -5673706 or 1469865. OLE color: 1469865.
HSL color Cylindrical-coordinate representation of color #A96D16: hue angle of 35.51º degrees, saturation: 0.77, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #A96D16 is Cyan = 0, Magento = 0.36, Yellow = 0.87 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 109 | 22 | - |
| CMYK | 0 | 0.36 | 0.87 | 0.34 |
| HSL | 35.51º | 0.77% | 0.37% | - |
| HSV(B) | 35.51º | 0.87% | 0.66% | - |
| XYZ | 21.98 | 19.43 | 3.35 | - |
| YUV | 117.02 | 74.38 | 165.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 109 | 22 | 0 | 0.36 | 0.87 | 0.34 | 35.51 | 0.77 | 0.37 |
| Hex | A9 | 6D | 16 | 0 | 24 | 57 | 22 | 24 | 4D | 25 |
| Octal | 251 | 155 | 26 | 0 | 44 | 127 | 42 | 44 | 115 | 45 |
| Binary | 10101001 | 1101101 | 10110 | 0 | 100100 | 1010111 | 100010 | 100100 | 1001101 | 100101 |
Color Harmonies of #A96D16
Complementary color
Monochromatic Colors of #A96D16
Black with #A96D16
Text Example
Text Example
White with #A96D16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A96D16; }
p { color: rgb(169,109,22); }
H1.HeaderClassName
{
color: #A96D16;
}
.AnyTagClassName
{
color: #A96D16;
}
</style>
background-color css
<style>
a { background-color: #A96D16; }
a { background-color: rgb(169,109,22); }
div.DivClassName
{
background-color: #A96D16;
}
.BgClassName
{
background-color: #A96D16;
}
</style>
border-color css
<style>
span { border-color: #A96D16; }
span { border-color: rgb(169,109,22); }
td.TdClassName
{
border-color: #A96D16;
}
.TagClassName
{
border-color: #A96D16;
}
</style>