Shades of Golden Brown #A16E03
Tints of Golden Brown #A16E03
RGB
CMYK
RGB Variations
Color information
#A16E03 (or 0xA16E03) is known color: Golden Brown. HEX triplet: A1, 6E and 03. RGB value is (161,110,3). Sum of RGB (Red+Green+Blue) = 161+110+3=274 (36% of max value = 765). Red value is 161 (63.28% from 255 or 58.76% from 274); Green value is 110 (43.36% from 255 or 40.15% from 274); Blue value is 3 (1.56% from 255 or 1.09% from 274); Max value from RGB is 161 - color contains mainly: red. Hex color #A16E03 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A16E03 is #5E91FC. Grayscale: #717171. Windows color (decimal): -6197757 or 224929. OLE color: 224929.
HSL color Cylindrical-coordinate representation of color #A16E03: hue angle of 40.63º degrees, saturation: 0.96, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #A16E03 is Cyan = 0, Magento = 0.32, Yellow = 0.98 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 110 | 3 | - |
| CMYK | 0 | 0.32 | 0.98 | 0.37 |
| HSL | 40.63º | 0.96% | 0.32% | - |
| HSV(B) | 40.63º | 0.98% | 0.63% | - |
| XYZ | 20.29 | 18.74 | 2.63 | - |
| YUV | 113.05 | 65.9 | 162.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 110 | 3 | 0 | 0.32 | 0.98 | 0.37 | 40.63 | 0.96 | 0.32 |
| Hex | A1 | 6E | 3 | 0 | 20 | 62 | 25 | 29 | 60 | 20 |
| Octal | 241 | 156 | 3 | 0 | 40 | 142 | 45 | 51 | 140 | 40 |
| Binary | 10100001 | 1101110 | 11 | 0 | 100000 | 1100010 | 100101 | 101001 | 1100000 | 100000 |
Color Harmonies of #A16E03
Complementary color
Monochromatic Colors of #A16E03
Black with #A16E03
Text Example
Text Example
White with #A16E03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A16E03; }
p { color: rgb(161,110,3); }
H1.HeaderClassName
{
color: #A16E03;
}
.AnyTagClassName
{
color: #A16E03;
}
</style>
background-color css
<style>
a { background-color: #A16E03; }
a { background-color: rgb(161,110,3); }
div.DivClassName
{
background-color: #A16E03;
}
.BgClassName
{
background-color: #A16E03;
}
</style>
border-color css
<style>
span { border-color: #A16E03; }
span { border-color: rgb(161,110,3); }
td.TdClassName
{
border-color: #A16E03;
}
.TagClassName
{
border-color: #A16E03;
}
</style>