Shades of Golden Brown #A96A0D
Tints of Golden Brown #A96A0D
RGB
CMYK
RGB Variations
Color information
#A96A0D (or 0xA96A0D) is known color: Golden Brown. HEX triplet: A9, 6A and 0D. RGB value is (169,106,13). Sum of RGB (Red+Green+Blue) = 169+106+13=288 (38% of max value = 765). Red value is 169 (66.41% from 255 or 58.68% from 288); Green value is 106 (41.80% from 255 or 36.81% from 288); Blue value is 13 (5.47% from 255 or 4.51% from 288); Max value from RGB is 169 - color contains mainly: red. Hex color #A96A0D is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A96A0D is #5695F2. Grayscale: #727272. Windows color (decimal): -5674483 or 879273. OLE color: 879273.
HSL color Cylindrical-coordinate representation of color #A96A0D: hue angle of 35.77º degrees, saturation: 0.86, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #A96A0D is Cyan = 0, Magento = 0.37, Yellow = 0.92 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 106 | 13 | - |
| CMYK | 0 | 0.37 | 0.92 | 0.34 |
| HSL | 35.77º | 0.86% | 0.36% | - |
| HSV(B) | 35.77º | 0.92% | 0.66% | - |
| XYZ | 21.59 | 18.77 | 2.87 | - |
| YUV | 114.24 | 70.87 | 167.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 106 | 13 | 0 | 0.37 | 0.92 | 0.34 | 35.77 | 0.86 | 0.36 |
| Hex | A9 | 6A | D | 0 | 25 | 5C | 22 | 24 | 56 | 24 |
| Octal | 251 | 152 | 15 | 0 | 45 | 134 | 42 | 44 | 126 | 44 |
| Binary | 10101001 | 1101010 | 1101 | 0 | 100101 | 1011100 | 100010 | 100100 | 1010110 | 100100 |
Color Harmonies of #A96A0D
Complementary color
Monochromatic Colors of #A96A0D
Black with #A96A0D
Text Example
Text Example
White with #A96A0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A96A0D; }
p { color: rgb(169,106,13); }
H1.HeaderClassName
{
color: #A96A0D;
}
.AnyTagClassName
{
color: #A96A0D;
}
</style>
background-color css
<style>
a { background-color: #A96A0D; }
a { background-color: rgb(169,106,13); }
div.DivClassName
{
background-color: #A96A0D;
}
.BgClassName
{
background-color: #A96A0D;
}
</style>
border-color css
<style>
span { border-color: #A96A0D; }
span { border-color: rgb(169,106,13); }
td.TdClassName
{
border-color: #A96A0D;
}
.TagClassName
{
border-color: #A96A0D;
}
</style>