Shades of Golden Brown #A16604
Tints of Golden Brown #A16604
RGB
CMYK
RGB Variations
Color information
#A16604 (or 0xA16604) is known color: Golden Brown. HEX triplet: A1, 66 and 04. RGB value is (161,102,4). Sum of RGB (Red+Green+Blue) = 161+102+4=267 (35% of max value = 765). Red value is 161 (63.28% from 255 or 60.30% from 267); Green value is 102 (40.23% from 255 or 38.20% from 267); Blue value is 4 (1.95% from 255 or 1.50% from 267); Max value from RGB is 161 - color contains mainly: red. Hex color #A16604 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A16604 is #5E99FB. Grayscale: #6C6C6C. Windows color (decimal): -6199804 or 288417. OLE color: 288417.
HSL color Cylindrical-coordinate representation of color #A16604: hue angle of 37.45º 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 #A16604 is Cyan = 0, Magento = 0.37, Yellow = 0.98 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 102 | 4 | - |
| CMYK | 0 | 0.37 | 0.98 | 0.37 |
| HSL | 37.45º | 0.95% | 0.32% | - |
| HSV(B) | 37.45º | 0.98% | 0.63% | - |
| XYZ | 19.47 | 17.09 | 2.39 | - |
| YUV | 108.47 | 69.05 | 165.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 102 | 4 | 0 | 0.37 | 0.98 | 0.37 | 37.45 | 0.95 | 0.32 |
| Hex | A1 | 66 | 4 | 0 | 25 | 62 | 25 | 25 | 5F | 20 |
| Octal | 241 | 146 | 4 | 0 | 45 | 142 | 45 | 45 | 137 | 40 |
| Binary | 10100001 | 1100110 | 100 | 0 | 100101 | 1100010 | 100101 | 100101 | 1011111 | 100000 |
Color Harmonies of #A16604
Complementary color
Monochromatic Colors of #A16604
Black with #A16604
Text Example
Text Example
White with #A16604
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A16604; }
p { color: rgb(161,102,4); }
H1.HeaderClassName
{
color: #A16604;
}
.AnyTagClassName
{
color: #A16604;
}
</style>
background-color css
<style>
a { background-color: #A16604; }
a { background-color: rgb(161,102,4); }
div.DivClassName
{
background-color: #A16604;
}
.BgClassName
{
background-color: #A16604;
}
</style>
border-color css
<style>
span { border-color: #A16604; }
span { border-color: rgb(161,102,4); }
td.TdClassName
{
border-color: #A16604;
}
.TagClassName
{
border-color: #A16604;
}
</style>