Shades of Golden Brown #A16A14
Tints of Golden Brown #A16A14
RGB
CMYK
RGB Variations
Color information
#A16A14 (or 0xA16A14) is known color: Golden Brown. HEX triplet: A1, 6A and 14. RGB value is (161,106,20). Sum of RGB (Red+Green+Blue) = 161+106+20=287 (38% of max value = 765). Red value is 161 (63.28% from 255 or 56.10% from 287); Green value is 106 (41.80% from 255 or 36.93% from 287); Blue value is 20 (8.20% from 255 or 6.97% from 287); Max value from RGB is 161 - color contains mainly: red. Hex color #A16A14 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A16A14 is #5E95EB. Grayscale: #717171. Windows color (decimal): -6198764 or 1338017. OLE color: 1338017.
HSL color Cylindrical-coordinate representation of color #A16A14: hue angle of 36.6º 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 #A16A14 is Cyan = 0, Magento = 0.34, Yellow = 0.88 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 106 | 20 | - |
| CMYK | 0 | 0.34 | 0.88 | 0.37 |
| HSL | 36.6º | 0.78% | 0.35% | - |
| HSV(B) | 36.6º | 0.88% | 0.63% | - |
| XYZ | 19.98 | 17.94 | 3.07 | - |
| YUV | 112.64 | 75.72 | 162.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 106 | 20 | 0 | 0.34 | 0.88 | 0.37 | 36.6 | 0.78 | 0.35 |
| Hex | A1 | 6A | 14 | 0 | 22 | 58 | 25 | 25 | 4E | 23 |
| Octal | 241 | 152 | 24 | 0 | 42 | 130 | 45 | 45 | 116 | 43 |
| Binary | 10100001 | 1101010 | 10100 | 0 | 100010 | 1011000 | 100101 | 100101 | 1001110 | 100011 |
Color Harmonies of #A16A14
Complementary color
Monochromatic Colors of #A16A14
Black with #A16A14
Text Example
Text Example
White with #A16A14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A16A14; }
p { color: rgb(161,106,20); }
H1.HeaderClassName
{
color: #A16A14;
}
.AnyTagClassName
{
color: #A16A14;
}
</style>
background-color css
<style>
a { background-color: #A16A14; }
a { background-color: rgb(161,106,20); }
div.DivClassName
{
background-color: #A16A14;
}
.BgClassName
{
background-color: #A16A14;
}
</style>
border-color css
<style>
span { border-color: #A16A14; }
span { border-color: rgb(161,106,20); }
td.TdClassName
{
border-color: #A16A14;
}
.TagClassName
{
border-color: #A16A14;
}
</style>