Shades of Golden Brown #A96404
Tints of Golden Brown #A96404
RGB
CMYK
RGB Variations
Color information
#A96404 (or 0xA96404) is known color: Golden Brown. HEX triplet: A9, 64 and 04. RGB value is (169,100,4). Sum of RGB (Red+Green+Blue) = 169+100+4=273 (36% of max value = 765). Red value is 169 (66.41% from 255 or 61.90% from 273); Green value is 100 (39.45% from 255 or 36.63% from 273); Blue value is 4 (1.95% from 255 or 1.47% from 273); Max value from RGB is 169 - color contains mainly: red. Hex color #A96404 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A96404 is #569BFB. Grayscale: #6E6E6E. Windows color (decimal): -5676028 or 287913. OLE color: 287913.
HSL color Cylindrical-coordinate representation of color #A96404: hue angle of 34.91º 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 #A96404 is Cyan = 0, Magento = 0.41, Yellow = 0.98 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 100 | 4 | - |
| CMYK | 0 | 0.41 | 0.98 | 0.34 |
| HSL | 34.91º | 0.95% | 0.34% | - |
| HSV(B) | 34.91º | 0.98% | 0.66% | - |
| XYZ | 20.94 | 17.56 | 2.4 | - |
| YUV | 109.69 | 68.36 | 170.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 100 | 4 | 0 | 0.41 | 0.98 | 0.34 | 34.91 | 0.95 | 0.34 |
| Hex | A9 | 64 | 4 | 0 | 29 | 62 | 22 | 23 | 5F | 22 |
| Octal | 251 | 144 | 4 | 0 | 51 | 142 | 42 | 43 | 137 | 42 |
| Binary | 10101001 | 1100100 | 100 | 0 | 101001 | 1100010 | 100010 | 100011 | 1011111 | 100010 |
Color Harmonies of #A96404
Complementary color
Monochromatic Colors of #A96404
Black with #A96404
Text Example
Text Example
White with #A96404
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A96404; }
p { color: rgb(169,100,4); }
H1.HeaderClassName
{
color: #A96404;
}
.AnyTagClassName
{
color: #A96404;
}
</style>
background-color css
<style>
a { background-color: #A96404; }
a { background-color: rgb(169,100,4); }
div.DivClassName
{
background-color: #A96404;
}
.BgClassName
{
background-color: #A96404;
}
</style>
border-color css
<style>
span { border-color: #A96404; }
span { border-color: rgb(169,100,4); }
td.TdClassName
{
border-color: #A96404;
}
.TagClassName
{
border-color: #A96404;
}
</style>