Shades of Golden Brown #A16101
Tints of Golden Brown #A16101
RGB
CMYK
RGB Variations
Color information
#A16101 (or 0xA16101) is known color: Golden Brown. HEX triplet: A1, 61 and 01. RGB value is (161,97,1). Sum of RGB (Red+Green+Blue) = 161+97+1=259 (34% of max value = 765). Red value is 161 (63.28% from 255 or 62.16% from 259); Green value is 97 (38.28% from 255 or 37.45% from 259); Blue value is 1 (0.78% from 255 or 0.39% from 259); Max value from RGB is 161 - color contains mainly: red. Hex color #A16101 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A16101 is #5E9EFE. Grayscale: #696969. Windows color (decimal): -6201087 or 90529. OLE color: 90529.
HSL color Cylindrical-coordinate representation of color #A16101: hue angle of 36º degrees, saturation: 0.99, 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 #A16101 is Cyan = 0, Magento = 0.40, Yellow = 0.99 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 97 | 1 | - |
| CMYK | 0 | 0.40 | 0.99 | 0.37 |
| HSL | 36º | 0.99% | 0.32% | - |
| HSV(B) | 36º | 0.99% | 0.63% | - |
| XYZ | 18.98 | 16.13 | 2.14 | - |
| YUV | 105.19 | 69.2 | 167.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 97 | 1 | 0 | 0.40 | 0.99 | 0.37 | 36 | 0.99 | 0.32 |
| Hex | A1 | 61 | 1 | 0 | 28 | 63 | 25 | 24 | 63 | 20 |
| Octal | 241 | 141 | 1 | 0 | 50 | 143 | 45 | 44 | 143 | 40 |
| Binary | 10100001 | 1100001 | 1 | 0 | 101000 | 1100011 | 100101 | 100100 | 1100011 | 100000 |
Color Harmonies of #A16101
Complementary color
Monochromatic Colors of #A16101
Black with #A16101
Text Example
Text Example
White with #A16101
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A16101; }
p { color: rgb(161,97,1); }
H1.HeaderClassName
{
color: #A16101;
}
.AnyTagClassName
{
color: #A16101;
}
</style>
background-color css
<style>
a { background-color: #A16101; }
a { background-color: rgb(161,97,1); }
div.DivClassName
{
background-color: #A16101;
}
.BgClassName
{
background-color: #A16101;
}
</style>
border-color css
<style>
span { border-color: #A16101; }
span { border-color: rgb(161,97,1); }
td.TdClassName
{
border-color: #A16101;
}
.TagClassName
{
border-color: #A16101;
}
</style>