Shades of Golden Brown #A16D14
Tints of Golden Brown #A16D14
RGB
CMYK
RGB Variations
Color information
#A16D14 (or 0xA16D14) is known color: Golden Brown. HEX triplet: A1, 6D and 14. RGB value is (161,109,20). Sum of RGB (Red+Green+Blue) = 161+109+20=290 (38% of max value = 765). Red value is 161 (63.28% from 255 or 55.52% from 290); Green value is 109 (42.97% from 255 or 37.59% from 290); Blue value is 20 (8.20% from 255 or 6.90% from 290); Max value from RGB is 161 - color contains mainly: red. Hex color #A16D14 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A16D14 is #5E92EB. Grayscale: #727272. Windows color (decimal): -6197996 or 1338785. OLE color: 1338785.
HSL color Cylindrical-coordinate representation of color #A16D14: hue angle of 37.87º degrees, saturation: 0.78, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #A16D14 is Cyan = 0, Magento = 0.32, Yellow = 0.88 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 109 | 20 | - |
| CMYK | 0 | 0.32 | 0.88 | 0.37 |
| HSL | 37.87º | 0.78% | 0.35% | - |
| HSV(B) | 37.87º | 0.88% | 0.63% | - |
| XYZ | 20.29 | 18.56 | 3.18 | - |
| YUV | 114.4 | 74.73 | 161.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 109 | 20 | 0 | 0.32 | 0.88 | 0.37 | 37.87 | 0.78 | 0.35 |
| Hex | A1 | 6D | 14 | 0 | 20 | 58 | 25 | 26 | 4E | 23 |
| Octal | 241 | 155 | 24 | 0 | 40 | 130 | 45 | 46 | 116 | 43 |
| Binary | 10100001 | 1101101 | 10100 | 0 | 100000 | 1011000 | 100101 | 100110 | 1001110 | 100011 |
Color Harmonies of #A16D14
Complementary color
Monochromatic Colors of #A16D14
Black with #A16D14
Text Example
Text Example
White with #A16D14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A16D14; }
p { color: rgb(161,109,20); }
H1.HeaderClassName
{
color: #A16D14;
}
.AnyTagClassName
{
color: #A16D14;
}
</style>
background-color css
<style>
a { background-color: #A16D14; }
a { background-color: rgb(161,109,20); }
div.DivClassName
{
background-color: #A16D14;
}
.BgClassName
{
background-color: #A16D14;
}
</style>
border-color css
<style>
span { border-color: #A16D14; }
span { border-color: rgb(161,109,20); }
td.TdClassName
{
border-color: #A16D14;
}
.TagClassName
{
border-color: #A16D14;
}
</style>