Shades of Golden Brown #A16A02
Tints of Golden Brown #A16A02
RGB
CMYK
RGB Variations
Color information
#A16A02 (or 0xA16A02) is known color: Golden Brown. HEX triplet: A1, 6A and 02. RGB value is (161,106,2). Sum of RGB (Red+Green+Blue) = 161+106+2=269 (35% of max value = 765). Red value is 161 (63.28% from 255 or 59.85% from 269); Green value is 106 (41.80% from 255 or 39.41% from 269); Blue value is 2 (1.17% from 255 or 0.74% from 269); Max value from RGB is 161 - color contains mainly: red. Hex color #A16A02 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A16A02 is #5E95FD. Grayscale: #6F6F6F. Windows color (decimal): -6198782 or 158369. OLE color: 158369.
HSL color Cylindrical-coordinate representation of color #A16A02: hue angle of 39.25º degrees, saturation: 0.98, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A16A02 is Cyan = 0, Magento = 0.34, Yellow = 0.99 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 106 | 2 | - |
| CMYK | 0 | 0.34 | 0.99 | 0.37 |
| HSL | 39.25º | 0.98% | 0.32% | - |
| HSV(B) | 39.25º | 0.99% | 0.63% | - |
| XYZ | 19.86 | 17.89 | 2.46 | - |
| YUV | 110.59 | 66.72 | 163.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 106 | 2 | 0 | 0.34 | 0.99 | 0.37 | 39.25 | 0.98 | 0.32 |
| Hex | A1 | 6A | 2 | 0 | 22 | 63 | 25 | 27 | 62 | 20 |
| Octal | 241 | 152 | 2 | 0 | 42 | 143 | 45 | 47 | 142 | 40 |
| Binary | 10100001 | 1101010 | 10 | 0 | 100010 | 1100011 | 100101 | 100111 | 1100010 | 100000 |
Color Harmonies of #A16A02
Complementary color
Monochromatic Colors of #A16A02
Black with #A16A02
Text Example
Text Example
White with #A16A02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A16A02; }
p { color: rgb(161,106,2); }
H1.HeaderClassName
{
color: #A16A02;
}
.AnyTagClassName
{
color: #A16A02;
}
</style>
background-color css
<style>
a { background-color: #A16A02; }
a { background-color: rgb(161,106,2); }
div.DivClassName
{
background-color: #A16A02;
}
.BgClassName
{
background-color: #A16A02;
}
</style>
border-color css
<style>
span { border-color: #A16A02; }
span { border-color: rgb(161,106,2); }
td.TdClassName
{
border-color: #A16A02;
}
.TagClassName
{
border-color: #A16A02;
}
</style>