Shades of Golden Brown #A16502
Tints of Golden Brown #A16502
RGB
CMYK
RGB Variations
Color information
#A16502 (or 0xA16502) is known color: Golden Brown. HEX triplet: A1, 65 and 02. RGB value is (161,101,2). Sum of RGB (Red+Green+Blue) = 161+101+2=264 (34% of max value = 765). Red value is 161 (63.28% from 255 or 60.98% from 264); Green value is 101 (39.84% from 255 or 38.26% from 264); Blue value is 2 (1.17% from 255 or 0.76% from 264); Max value from RGB is 161 - color contains mainly: red. Hex color #A16502 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A16502 is #5E9AFD. Grayscale: #6C6C6C. Windows color (decimal): -6200062 or 157089. OLE color: 157089.
HSL color Cylindrical-coordinate representation of color #A16502: hue angle of 37.36º 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 #A16502 is Cyan = 0, Magento = 0.37, Yellow = 0.99 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 101 | 2 | - |
| CMYK | 0 | 0.37 | 0.99 | 0.37 |
| HSL | 37.36º | 0.98% | 0.32% | - |
| HSV(B) | 37.36º | 0.99% | 0.63% | - |
| XYZ | 19.36 | 16.89 | 2.3 | - |
| YUV | 107.65 | 68.38 | 166.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 101 | 2 | 0 | 0.37 | 0.99 | 0.37 | 37.36 | 0.98 | 0.32 |
| Hex | A1 | 65 | 2 | 0 | 25 | 63 | 25 | 25 | 62 | 20 |
| Octal | 241 | 145 | 2 | 0 | 45 | 143 | 45 | 45 | 142 | 40 |
| Binary | 10100001 | 1100101 | 10 | 0 | 100101 | 1100011 | 100101 | 100101 | 1100010 | 100000 |
Color Harmonies of #A16502
Complementary color
Monochromatic Colors of #A16502
Black with #A16502
Text Example
Text Example
White with #A16502
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A16502; }
p { color: rgb(161,101,2); }
H1.HeaderClassName
{
color: #A16502;
}
.AnyTagClassName
{
color: #A16502;
}
</style>
background-color css
<style>
a { background-color: #A16502; }
a { background-color: rgb(161,101,2); }
div.DivClassName
{
background-color: #A16502;
}
.BgClassName
{
background-color: #A16502;
}
</style>
border-color css
<style>
span { border-color: #A16502; }
span { border-color: rgb(161,101,2); }
td.TdClassName
{
border-color: #A16502;
}
.TagClassName
{
border-color: #A16502;
}
</style>