Shades of Golden Brown #A96A04
Tints of Golden Brown #A96A04
RGB
CMYK
RGB Variations
Color information
#A96A04 (or 0xA96A04) is known color: Golden Brown. HEX triplet: A9, 6A and 04. RGB value is (169,106,4). Sum of RGB (Red+Green+Blue) = 169+106+4=279 (36% of max value = 765). Red value is 169 (66.41% from 255 or 60.57% from 279); Green value is 106 (41.80% from 255 or 37.99% from 279); Blue value is 4 (1.95% from 255 or 1.43% from 279); Max value from RGB is 169 - color contains mainly: red. Hex color #A96A04 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A96A04 is #5695FB. Grayscale: #717171. Windows color (decimal): -5674492 or 289449. OLE color: 289449.
HSL color Cylindrical-coordinate representation of color #A96A04: hue angle of 37.09º degrees, saturation: 0.95, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #A96A04 is Cyan = 0, Magento = 0.37, Yellow = 0.98 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 106 | 4 | - |
| CMYK | 0 | 0.37 | 0.98 | 0.34 |
| HSL | 37.09º | 0.95% | 0.34% | - |
| HSV(B) | 37.09º | 0.98% | 0.66% | - |
| XYZ | 21.54 | 18.75 | 2.6 | - |
| YUV | 113.21 | 66.37 | 167.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 106 | 4 | 0 | 0.37 | 0.98 | 0.34 | 37.09 | 0.95 | 0.34 |
| Hex | A9 | 6A | 4 | 0 | 25 | 62 | 22 | 25 | 5F | 22 |
| Octal | 251 | 152 | 4 | 0 | 45 | 142 | 42 | 45 | 137 | 42 |
| Binary | 10101001 | 1101010 | 100 | 0 | 100101 | 1100010 | 100010 | 100101 | 1011111 | 100010 |
Color Harmonies of #A96A04
Complementary color
Monochromatic Colors of #A96A04
Black with #A96A04
Text Example
Text Example
White with #A96A04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A96A04; }
p { color: rgb(169,106,4); }
H1.HeaderClassName
{
color: #A96A04;
}
.AnyTagClassName
{
color: #A96A04;
}
</style>
background-color css
<style>
a { background-color: #A96A04; }
a { background-color: rgb(169,106,4); }
div.DivClassName
{
background-color: #A96A04;
}
.BgClassName
{
background-color: #A96A04;
}
</style>
border-color css
<style>
span { border-color: #A96A04; }
span { border-color: rgb(169,106,4); }
td.TdClassName
{
border-color: #A96A04;
}
.TagClassName
{
border-color: #A96A04;
}
</style>