Shades of Golden Brown #A16301
Tints of Golden Brown #A16301
RGB
CMYK
RGB Variations
Color information
#A16301 (or 0xA16301) is known color: Golden Brown. HEX triplet: A1, 63 and 01. RGB value is (161,99,1). Sum of RGB (Red+Green+Blue) = 161+99+1=261 (34% of max value = 765). Red value is 161 (63.28% from 255 or 61.69% from 261); Green value is 99 (39.06% from 255 or 37.93% from 261); Blue value is 1 (0.78% from 255 or 0.38% from 261); Max value from RGB is 161 - color contains mainly: red. Hex color #A16301 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A16301 is #5E9CFE. Grayscale: #6A6A6A. Windows color (decimal): -6200575 or 91041. OLE color: 91041.
HSL color Cylindrical-coordinate representation of color #A16301: hue angle of 36.75º 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 #A16301 is Cyan = 0, Magento = 0.39, Yellow = 0.99 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 99 | 1 | - |
| CMYK | 0 | 0.39 | 0.99 | 0.37 |
| HSL | 36.75º | 0.99% | 0.32% | - |
| HSV(B) | 36.75º | 0.99% | 0.63% | - |
| XYZ | 19.17 | 16.5 | 2.2 | - |
| YUV | 106.37 | 68.54 | 166.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 99 | 1 | 0 | 0.39 | 0.99 | 0.37 | 36.75 | 0.99 | 0.32 |
| Hex | A1 | 63 | 1 | 0 | 27 | 63 | 25 | 25 | 63 | 20 |
| Octal | 241 | 143 | 1 | 0 | 47 | 143 | 45 | 45 | 143 | 40 |
| Binary | 10100001 | 1100011 | 1 | 0 | 100111 | 1100011 | 100101 | 100101 | 1100011 | 100000 |
Color Harmonies of #A16301
Complementary color
Monochromatic Colors of #A16301
Black with #A16301
Text Example
Text Example
White with #A16301
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A16301; }
p { color: rgb(161,99,1); }
H1.HeaderClassName
{
color: #A16301;
}
.AnyTagClassName
{
color: #A16301;
}
</style>
background-color css
<style>
a { background-color: #A16301; }
a { background-color: rgb(161,99,1); }
div.DivClassName
{
background-color: #A16301;
}
.BgClassName
{
background-color: #A16301;
}
</style>
border-color css
<style>
span { border-color: #A16301; }
span { border-color: rgb(161,99,1); }
td.TdClassName
{
border-color: #A16301;
}
.TagClassName
{
border-color: #A16301;
}
</style>