Shades of Golden Brown #A16401
Tints of Golden Brown #A16401
RGB
CMYK
RGB Variations
Color information
#A16401 (or 0xA16401) is known color: Golden Brown. HEX triplet: A1, 64 and 01. RGB value is (161,100,1). Sum of RGB (Red+Green+Blue) = 161+100+1=262 (34% of max value = 765). Red value is 161 (63.28% from 255 or 61.45% from 262); Green value is 100 (39.45% from 255 or 38.17% from 262); Blue value is 1 (0.78% from 255 or 0.38% from 262); Max value from RGB is 161 - color contains mainly: red. Hex color #A16401 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A16401 is #5E9BFE. Grayscale: #6B6B6B. Windows color (decimal): -6200319 or 91297. OLE color: 91297.
HSL color Cylindrical-coordinate representation of color #A16401: hue angle of 37.12º 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 #A16401 is Cyan = 0, Magento = 0.38, Yellow = 0.99 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 100 | 1 | - |
| CMYK | 0 | 0.38 | 0.99 | 0.37 |
| HSL | 37.13º | 0.99% | 0.32% | - |
| HSV(B) | 37.13º | 0.99% | 0.63% | - |
| XYZ | 19.26 | 16.69 | 2.24 | - |
| YUV | 106.95 | 68.21 | 166.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 100 | 1 | 0 | 0.38 | 0.99 | 0.37 | 37.13 | 0.99 | 0.32 |
| Hex | A1 | 64 | 1 | 0 | 26 | 63 | 25 | 25 | 63 | 20 |
| Octal | 241 | 144 | 1 | 0 | 46 | 143 | 45 | 45 | 143 | 40 |
| Binary | 10100001 | 1100100 | 1 | 0 | 100110 | 1100011 | 100101 | 100101 | 1100011 | 100000 |
Color Harmonies of #A16401
Complementary color
Monochromatic Colors of #A16401
Black with #A16401
Text Example
Text Example
White with #A16401
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A16401; }
p { color: rgb(161,100,1); }
H1.HeaderClassName
{
color: #A16401;
}
.AnyTagClassName
{
color: #A16401;
}
</style>
background-color css
<style>
a { background-color: #A16401; }
a { background-color: rgb(161,100,1); }
div.DivClassName
{
background-color: #A16401;
}
.BgClassName
{
background-color: #A16401;
}
</style>
border-color css
<style>
span { border-color: #A16401; }
span { border-color: rgb(161,100,1); }
td.TdClassName
{
border-color: #A16401;
}
.TagClassName
{
border-color: #A16401;
}
</style>