Shades of Golden Brown #A16110
Tints of Golden Brown #A16110
RGB
CMYK
RGB Variations
Color information
#A16110 (or 0xA16110) is known color: Golden Brown. HEX triplet: A1, 61 and 10. RGB value is (161,97,16). Sum of RGB (Red+Green+Blue) = 161+97+16=274 (36% of max value = 765). Red value is 161 (63.28% from 255 or 58.76% from 274); Green value is 97 (38.28% from 255 or 35.40% from 274); Blue value is 16 (6.64% from 255 or 5.84% from 274); Max value from RGB is 161 - color contains mainly: red. Hex color #A16110 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A16110 is #5E9EEF. Grayscale: #6B6B6B. Windows color (decimal): -6201072 or 1073569. OLE color: 1073569.
HSL color Cylindrical-coordinate representation of color #A16110: hue angle of 33.52º 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 #A16110 is Cyan = 0, Magento = 0.40, Yellow = 0.90 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 97 | 16 | - |
| CMYK | 0 | 0.40 | 0.90 | 0.37 |
| HSL | 33.52º | 0.82% | 0.35% | - |
| HSV(B) | 33.52º | 0.9% | 0.63% | - |
| XYZ | 19.07 | 16.16 | 2.61 | - |
| YUV | 106.9 | 76.7 | 166.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 97 | 16 | 0 | 0.40 | 0.90 | 0.37 | 33.52 | 0.82 | 0.35 |
| Hex | A1 | 61 | 10 | 0 | 28 | 5A | 25 | 22 | 52 | 23 |
| Octal | 241 | 141 | 20 | 0 | 50 | 132 | 45 | 42 | 122 | 43 |
| Binary | 10100001 | 1100001 | 10000 | 0 | 101000 | 1011010 | 100101 | 100010 | 1010010 | 100011 |
Color Harmonies of #A16110
Complementary color
Monochromatic Colors of #A16110
Black with #A16110
Text Example
Text Example
White with #A16110
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A16110; }
p { color: rgb(161,97,16); }
H1.HeaderClassName
{
color: #A16110;
}
.AnyTagClassName
{
color: #A16110;
}
</style>
background-color css
<style>
a { background-color: #A16110; }
a { background-color: rgb(161,97,16); }
div.DivClassName
{
background-color: #A16110;
}
.BgClassName
{
background-color: #A16110;
}
</style>
border-color css
<style>
span { border-color: #A16110; }
span { border-color: rgb(161,97,16); }
td.TdClassName
{
border-color: #A16110;
}
.TagClassName
{
border-color: #A16110;
}
</style>