Shades of Golden Brown #A16E05
Tints of Golden Brown #A16E05
RGB
CMYK
RGB Variations
Color information
#A16E05 (or 0xA16E05) is known color: Golden Brown. HEX triplet: A1, 6E and 05. RGB value is (161,110,5). Sum of RGB (Red+Green+Blue) = 161+110+5=276 (36% of max value = 765). Red value is 161 (63.28% from 255 or 58.33% from 276); Green value is 110 (43.36% from 255 or 39.86% from 276); Blue value is 5 (2.34% from 255 or 1.81% from 276); Max value from RGB is 161 - color contains mainly: red. Hex color #A16E05 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A16E05 is #5E91FA. Grayscale: #717171. Windows color (decimal): -6197755 or 356001. OLE color: 356001.
HSL color Cylindrical-coordinate representation of color #A16E05: hue angle of 40.38º degrees, saturation: 0.94, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #A16E05 is Cyan = 0, Magento = 0.32, Yellow = 0.97 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 110 | 5 | - |
| CMYK | 0 | 0.32 | 0.97 | 0.37 |
| HSL | 40.38º | 0.94% | 0.33% | - |
| HSV(B) | 40.38º | 0.97% | 0.63% | - |
| XYZ | 20.3 | 18.74 | 2.69 | - |
| YUV | 113.28 | 66.9 | 162.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 110 | 5 | 0 | 0.32 | 0.97 | 0.37 | 40.38 | 0.94 | 0.33 |
| Hex | A1 | 6E | 5 | 0 | 20 | 61 | 25 | 28 | 5E | 21 |
| Octal | 241 | 156 | 5 | 0 | 40 | 141 | 45 | 50 | 136 | 41 |
| Binary | 10100001 | 1101110 | 101 | 0 | 100000 | 1100001 | 100101 | 101000 | 1011110 | 100001 |
Color Harmonies of #A16E05
Complementary color
Monochromatic Colors of #A16E05
Black with #A16E05
Text Example
Text Example
White with #A16E05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A16E05; }
p { color: rgb(161,110,5); }
H1.HeaderClassName
{
color: #A16E05;
}
.AnyTagClassName
{
color: #A16E05;
}
</style>
background-color css
<style>
a { background-color: #A16E05; }
a { background-color: rgb(161,110,5); }
div.DivClassName
{
background-color: #A16E05;
}
.BgClassName
{
background-color: #A16E05;
}
</style>
border-color css
<style>
span { border-color: #A16E05; }
span { border-color: rgb(161,110,5); }
td.TdClassName
{
border-color: #A16E05;
}
.TagClassName
{
border-color: #A16E05;
}
</style>