Shades of Golden Brown #A16D10
Tints of Golden Brown #A16D10
RGB
CMYK
RGB Variations
Color information
#A16D10 (or 0xA16D10) is known color: Golden Brown. HEX triplet: A1, 6D and 10. RGB value is (161,109,16). Sum of RGB (Red+Green+Blue) = 161+109+16=286 (37% of max value = 765). Red value is 161 (63.28% from 255 or 56.29% from 286); Green value is 109 (42.97% from 255 or 38.11% from 286); Blue value is 16 (6.64% from 255 or 5.59% from 286); Max value from RGB is 161 - color contains mainly: red. Hex color #A16D10 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A16D10 is #5E92EF. Grayscale: #727272. Windows color (decimal): -6198000 or 1076641. OLE color: 1076641.
HSL color Cylindrical-coordinate representation of color #A16D10: hue angle of 38.48º degrees, saturation: 0.82, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A16D10 is Cyan = 0, Magento = 0.32, Yellow = 0.90 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 109 | 16 | - |
| CMYK | 0 | 0.32 | 0.90 | 0.37 |
| HSL | 38.48º | 0.82% | 0.35% | - |
| HSV(B) | 38.48º | 0.9% | 0.63% | - |
| XYZ | 20.26 | 18.55 | 3 | - |
| YUV | 113.95 | 72.73 | 161.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 109 | 16 | 0 | 0.32 | 0.90 | 0.37 | 38.48 | 0.82 | 0.35 |
| Hex | A1 | 6D | 10 | 0 | 20 | 5A | 25 | 26 | 52 | 23 |
| Octal | 241 | 155 | 20 | 0 | 40 | 132 | 45 | 46 | 122 | 43 |
| Binary | 10100001 | 1101101 | 10000 | 0 | 100000 | 1011010 | 100101 | 100110 | 1010010 | 100011 |
Color Harmonies of #A16D10
Complementary color
Monochromatic Colors of #A16D10
Black with #A16D10
Text Example
Text Example
White with #A16D10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A16D10; }
p { color: rgb(161,109,16); }
H1.HeaderClassName
{
color: #A16D10;
}
.AnyTagClassName
{
color: #A16D10;
}
</style>
background-color css
<style>
a { background-color: #A16D10; }
a { background-color: rgb(161,109,16); }
div.DivClassName
{
background-color: #A16D10;
}
.BgClassName
{
background-color: #A16D10;
}
</style>
border-color css
<style>
span { border-color: #A16D10; }
span { border-color: rgb(161,109,16); }
td.TdClassName
{
border-color: #A16D10;
}
.TagClassName
{
border-color: #A16D10;
}
</style>