Shades of Golden Brown #A16004
Tints of Golden Brown #A16004
RGB
CMYK
RGB Variations
Color information
#A16004 (or 0xA16004) is known color: Golden Brown. HEX triplet: A1, 60 and 04. RGB value is (161,96,4). Sum of RGB (Red+Green+Blue) = 161+96+4=261 (34% of max value = 765). Red value is 161 (63.28% from 255 or 61.69% from 261); Green value is 96 (37.89% from 255 or 36.78% from 261); Blue value is 4 (1.95% from 255 or 1.53% from 261); Max value from RGB is 161 - color contains mainly: red. Hex color #A16004 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A16004 is #5E9FFB. Grayscale: #696969. Windows color (decimal): -6201340 or 286881. OLE color: 286881.
HSL color Cylindrical-coordinate representation of color #A16004: hue angle of 35.16º degrees, saturation: 0.95, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #A16004 is Cyan = 0, Magento = 0.40, Yellow = 0.98 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 96 | 4 | - |
| CMYK | 0 | 0.40 | 0.98 | 0.37 |
| HSL | 35.16º | 0.95% | 0.32% | - |
| HSV(B) | 35.16º | 0.98% | 0.63% | - |
| XYZ | 18.9 | 15.95 | 2.2 | - |
| YUV | 104.95 | 71.03 | 167.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 96 | 4 | 0 | 0.40 | 0.98 | 0.37 | 35.16 | 0.95 | 0.32 |
| Hex | A1 | 60 | 4 | 0 | 28 | 62 | 25 | 23 | 5F | 20 |
| Octal | 241 | 140 | 4 | 0 | 50 | 142 | 45 | 43 | 137 | 40 |
| Binary | 10100001 | 1100000 | 100 | 0 | 101000 | 1100010 | 100101 | 100011 | 1011111 | 100000 |
Color Harmonies of #A16004
Complementary color
Monochromatic Colors of #A16004
Black with #A16004
Text Example
Text Example
White with #A16004
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A16004; }
p { color: rgb(161,96,4); }
H1.HeaderClassName
{
color: #A16004;
}
.AnyTagClassName
{
color: #A16004;
}
</style>
background-color css
<style>
a { background-color: #A16004; }
a { background-color: rgb(161,96,4); }
div.DivClassName
{
background-color: #A16004;
}
.BgClassName
{
background-color: #A16004;
}
</style>
border-color css
<style>
span { border-color: #A16004; }
span { border-color: rgb(161,96,4); }
td.TdClassName
{
border-color: #A16004;
}
.TagClassName
{
border-color: #A16004;
}
</style>