Shades of Golden Brown #A16202
Tints of Golden Brown #A16202
RGB
CMYK
RGB Variations
Color information
#A16202 (or 0xA16202) is known color: Golden Brown. HEX triplet: A1, 62 and 02. RGB value is (161,98,2). Sum of RGB (Red+Green+Blue) = 161+98+2=261 (34% of max value = 765). Red value is 161 (63.28% from 255 or 61.69% from 261); Green value is 98 (38.67% from 255 or 37.55% from 261); Blue value is 2 (1.17% from 255 or 0.77% from 261); Max value from RGB is 161 - color contains mainly: red. Hex color #A16202 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A16202 is #5E9DFD. Grayscale: #6A6A6A. Windows color (decimal): -6200830 or 156321. OLE color: 156321.
HSL color Cylindrical-coordinate representation of color #A16202: hue angle of 36.23º 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 #A16202 is Cyan = 0, Magento = 0.39, Yellow = 0.99 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 98 | 2 | - |
| CMYK | 0 | 0.39 | 0.99 | 0.37 |
| HSL | 36.23º | 0.98% | 0.32% | - |
| HSV(B) | 36.23º | 0.99% | 0.63% | - |
| XYZ | 19.08 | 16.32 | 2.2 | - |
| YUV | 105.89 | 69.37 | 167.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 98 | 2 | 0 | 0.39 | 0.99 | 0.37 | 36.23 | 0.98 | 0.32 |
| Hex | A1 | 62 | 2 | 0 | 27 | 63 | 25 | 24 | 62 | 20 |
| Octal | 241 | 142 | 2 | 0 | 47 | 143 | 45 | 44 | 142 | 40 |
| Binary | 10100001 | 1100010 | 10 | 0 | 100111 | 1100011 | 100101 | 100100 | 1100010 | 100000 |
Color Harmonies of #A16202
Complementary color
Monochromatic Colors of #A16202
Black with #A16202
Text Example
Text Example
White with #A16202
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A16202; }
p { color: rgb(161,98,2); }
H1.HeaderClassName
{
color: #A16202;
}
.AnyTagClassName
{
color: #A16202;
}
</style>
background-color css
<style>
a { background-color: #A16202; }
a { background-color: rgb(161,98,2); }
div.DivClassName
{
background-color: #A16202;
}
.BgClassName
{
background-color: #A16202;
}
</style>
border-color css
<style>
span { border-color: #A16202; }
span { border-color: rgb(161,98,2); }
td.TdClassName
{
border-color: #A16202;
}
.TagClassName
{
border-color: #A16202;
}
</style>