Shades of Golden Brown #A16002
Tints of Golden Brown #A16002
RGB
CMYK
RGB Variations
Color information
#A16002 (or 0xA16002) is known color: Golden Brown. HEX triplet: A1, 60 and 02. RGB value is (161,96,2). Sum of RGB (Red+Green+Blue) = 161+96+2=259 (34% of max value = 765). Red value is 161 (63.28% from 255 or 62.16% from 259); Green value is 96 (37.89% from 255 or 37.07% from 259); Blue value is 2 (1.17% from 255 or 0.77% from 259); Max value from RGB is 161 - color contains mainly: red. Hex color #A16002 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A16002 is #5E9FFD. Grayscale: #696969. Windows color (decimal): -6201342 or 155809. OLE color: 155809.
HSL color Cylindrical-coordinate representation of color #A16002: hue angle of 35.47º 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 #A16002 is Cyan = 0, Magento = 0.40, Yellow = 0.99 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 96 | 2 | - |
| CMYK | 0 | 0.40 | 0.99 | 0.37 |
| HSL | 35.47º | 0.98% | 0.32% | - |
| HSV(B) | 35.47º | 0.99% | 0.63% | - |
| XYZ | 18.89 | 15.95 | 2.14 | - |
| YUV | 104.72 | 70.03 | 168.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 96 | 2 | 0 | 0.40 | 0.99 | 0.37 | 35.47 | 0.98 | 0.32 |
| Hex | A1 | 60 | 2 | 0 | 28 | 63 | 25 | 23 | 62 | 20 |
| Octal | 241 | 140 | 2 | 0 | 50 | 143 | 45 | 43 | 142 | 40 |
| Binary | 10100001 | 1100000 | 10 | 0 | 101000 | 1100011 | 100101 | 100011 | 1100010 | 100000 |
Color Harmonies of #A16002
Complementary color
Monochromatic Colors of #A16002
Black with #A16002
Text Example
Text Example
White with #A16002
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A16002; }
p { color: rgb(161,96,2); }
H1.HeaderClassName
{
color: #A16002;
}
.AnyTagClassName
{
color: #A16002;
}
</style>
background-color css
<style>
a { background-color: #A16002; }
a { background-color: rgb(161,96,2); }
div.DivClassName
{
background-color: #A16002;
}
.BgClassName
{
background-color: #A16002;
}
</style>
border-color css
<style>
span { border-color: #A16002; }
span { border-color: rgb(161,96,2); }
td.TdClassName
{
border-color: #A16002;
}
.TagClassName
{
border-color: #A16002;
}
</style>