Shades of Golden Brown #A16D15
Tints of Golden Brown #A16D15
RGB
CMYK
RGB Variations
Color information
#A16D15 (or 0xA16D15) is known color: Golden Brown. HEX triplet: A1, 6D and 15. RGB value is (161,109,21). Sum of RGB (Red+Green+Blue) = 161+109+21=291 (38% of max value = 765). Red value is 161 (63.28% from 255 or 55.33% from 291); Green value is 109 (42.97% from 255 or 37.46% from 291); Blue value is 21 (8.59% from 255 or 7.22% from 291); Max value from RGB is 161 - color contains mainly: red. Hex color #A16D15 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A16D15 is #5E92EA. Grayscale: #727272. Windows color (decimal): -6197995 or 1404321. OLE color: 1404321.
HSL color Cylindrical-coordinate representation of color #A16D15: hue angle of 37.71º 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 #A16D15 is Cyan = 0, Magento = 0.32, Yellow = 0.87 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 109 | 21 | - |
| CMYK | 0 | 0.32 | 0.87 | 0.37 |
| HSL | 37.71º | 0.77% | 0.36% | - |
| HSV(B) | 37.71º | 0.87% | 0.63% | - |
| XYZ | 20.3 | 18.57 | 3.22 | - |
| YUV | 114.52 | 75.23 | 161.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 109 | 21 | 0 | 0.32 | 0.87 | 0.37 | 37.71 | 0.77 | 0.36 |
| Hex | A1 | 6D | 15 | 0 | 20 | 57 | 25 | 26 | 4D | 24 |
| Octal | 241 | 155 | 25 | 0 | 40 | 127 | 45 | 46 | 115 | 44 |
| Binary | 10100001 | 1101101 | 10101 | 0 | 100000 | 1010111 | 100101 | 100110 | 1001101 | 100100 |
Color Harmonies of #A16D15
Complementary color
Monochromatic Colors of #A16D15
Black with #A16D15
Text Example
Text Example
White with #A16D15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A16D15; }
p { color: rgb(161,109,21); }
H1.HeaderClassName
{
color: #A16D15;
}
.AnyTagClassName
{
color: #A16D15;
}
</style>
background-color css
<style>
a { background-color: #A16D15; }
a { background-color: rgb(161,109,21); }
div.DivClassName
{
background-color: #A16D15;
}
.BgClassName
{
background-color: #A16D15;
}
</style>
border-color css
<style>
span { border-color: #A16D15; }
span { border-color: rgb(161,109,21); }
td.TdClassName
{
border-color: #A16D15;
}
.TagClassName
{
border-color: #A16D15;
}
</style>