Shades of Golden Brown #A16D16
Tints of Golden Brown #A16D16
RGB
CMYK
RGB Variations
Color information
#A16D16 (or 0xA16D16) is known color: Golden Brown. HEX triplet: A1, 6D and 16. RGB value is (161,109,22). Sum of RGB (Red+Green+Blue) = 161+109+22=292 (38% of max value = 765). Red value is 161 (63.28% from 255 or 55.14% from 292); Green value is 109 (42.97% from 255 or 37.33% from 292); Blue value is 22 (8.98% from 255 or 7.53% from 292); Max value from RGB is 161 - color contains mainly: red. Hex color #A16D16 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A16D16 is #5E92E9. Grayscale: #737373. Windows color (decimal): -6197994 or 1469857. OLE color: 1469857.
HSL color Cylindrical-coordinate representation of color #A16D16: hue angle of 37.55º degrees, saturation: 0.76, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #A16D16 is Cyan = 0, Magento = 0.32, Yellow = 0.86 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 109 | 22 | - |
| CMYK | 0 | 0.32 | 0.86 | 0.37 |
| HSL | 37.55º | 0.76% | 0.36% | - |
| HSV(B) | 37.55º | 0.86% | 0.63% | - |
| XYZ | 20.31 | 18.57 | 3.27 | - |
| YUV | 114.63 | 75.73 | 161.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 109 | 22 | 0 | 0.32 | 0.86 | 0.37 | 37.55 | 0.76 | 0.36 |
| Hex | A1 | 6D | 16 | 0 | 20 | 56 | 25 | 26 | 4C | 24 |
| Octal | 241 | 155 | 26 | 0 | 40 | 126 | 45 | 46 | 114 | 44 |
| Binary | 10100001 | 1101101 | 10110 | 0 | 100000 | 1010110 | 100101 | 100110 | 1001100 | 100100 |
Color Harmonies of #A16D16
Complementary color
Monochromatic Colors of #A16D16
Black with #A16D16
Text Example
Text Example
White with #A16D16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A16D16; }
p { color: rgb(161,109,22); }
H1.HeaderClassName
{
color: #A16D16;
}
.AnyTagClassName
{
color: #A16D16;
}
</style>
background-color css
<style>
a { background-color: #A16D16; }
a { background-color: rgb(161,109,22); }
div.DivClassName
{
background-color: #A16D16;
}
.BgClassName
{
background-color: #A16D16;
}
</style>
border-color css
<style>
span { border-color: #A16D16; }
span { border-color: rgb(161,109,22); }
td.TdClassName
{
border-color: #A16D16;
}
.TagClassName
{
border-color: #A16D16;
}
</style>