Shades of Golden Brown #A16115
Tints of Golden Brown #A16115
RGB
CMYK
RGB Variations
Color information
#A16115 (or 0xA16115) is known color: Golden Brown. HEX triplet: A1, 61 and 15. RGB value is (161,97,21). Sum of RGB (Red+Green+Blue) = 161+97+21=279 (36% of max value = 765). Red value is 161 (63.28% from 255 or 57.71% from 279); Green value is 97 (38.28% from 255 or 34.77% from 279); Blue value is 21 (8.59% from 255 or 7.53% from 279); Max value from RGB is 161 - color contains mainly: red. Hex color #A16115 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A16115 is #5E9EEA. Grayscale: #6B6B6B. Windows color (decimal): -6201067 or 1401249. OLE color: 1401249.
HSL color Cylindrical-coordinate representation of color #A16115: hue angle of 32.57º degrees, saturation: 0.77, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #A16115 is Cyan = 0, Magento = 0.40, Yellow = 0.87 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 97 | 21 | - |
| CMYK | 0 | 0.40 | 0.87 | 0.37 |
| HSL | 32.57º | 0.77% | 0.36% | - |
| HSV(B) | 32.57º | 0.87% | 0.63% | - |
| XYZ | 19.11 | 16.18 | 2.83 | - |
| YUV | 107.47 | 79.2 | 166.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 97 | 21 | 0 | 0.40 | 0.87 | 0.37 | 32.57 | 0.77 | 0.36 |
| Hex | A1 | 61 | 15 | 0 | 28 | 57 | 25 | 21 | 4D | 24 |
| Octal | 241 | 141 | 25 | 0 | 50 | 127 | 45 | 41 | 115 | 44 |
| Binary | 10100001 | 1100001 | 10101 | 0 | 101000 | 1010111 | 100101 | 100001 | 1001101 | 100100 |
Color Harmonies of #A16115
Complementary color
Monochromatic Colors of #A16115
Black with #A16115
Text Example
Text Example
White with #A16115
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A16115; }
p { color: rgb(161,97,21); }
H1.HeaderClassName
{
color: #A16115;
}
.AnyTagClassName
{
color: #A16115;
}
</style>
background-color css
<style>
a { background-color: #A16115; }
a { background-color: rgb(161,97,21); }
div.DivClassName
{
background-color: #A16115;
}
.BgClassName
{
background-color: #A16115;
}
</style>
border-color css
<style>
span { border-color: #A16115; }
span { border-color: rgb(161,97,21); }
td.TdClassName
{
border-color: #A16115;
}
.TagClassName
{
border-color: #A16115;
}
</style>