Shades of Golden Brown #A16A17
Tints of Golden Brown #A16A17
RGB
CMYK
RGB Variations
Color information
#A16A17 (or 0xA16A17) is known color: Golden Brown. HEX triplet: A1, 6A and 17. RGB value is (161,106,23). Sum of RGB (Red+Green+Blue) = 161+106+23=290 (38% of max value = 765). Red value is 161 (63.28% from 255 or 55.52% from 290); Green value is 106 (41.80% from 255 or 36.55% from 290); Blue value is 23 (9.38% from 255 or 7.93% from 290); Max value from RGB is 161 - color contains mainly: red. Hex color #A16A17 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A16A17 is #5E95E8. Grayscale: #717171. Windows color (decimal): -6198761 or 1534625. OLE color: 1534625.
HSL color Cylindrical-coordinate representation of color #A16A17: hue angle of 36.09º degrees, saturation: 0.75, 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 #A16A17 is Cyan = 0, Magento = 0.34, Yellow = 0.86 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 106 | 23 | - |
| CMYK | 0 | 0.34 | 0.86 | 0.37 |
| HSL | 36.09º | 0.75% | 0.36% | - |
| HSV(B) | 36.09º | 0.86% | 0.63% | - |
| XYZ | 20.01 | 17.95 | 3.22 | - |
| YUV | 112.98 | 77.22 | 162.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 106 | 23 | 0 | 0.34 | 0.86 | 0.37 | 36.09 | 0.75 | 0.36 |
| Hex | A1 | 6A | 17 | 0 | 22 | 56 | 25 | 24 | 4B | 24 |
| Octal | 241 | 152 | 27 | 0 | 42 | 126 | 45 | 44 | 113 | 44 |
| Binary | 10100001 | 1101010 | 10111 | 0 | 100010 | 1010110 | 100101 | 100100 | 1001011 | 100100 |
Color Harmonies of #A16A17
Complementary color
Monochromatic Colors of #A16A17
Black with #A16A17
Text Example
Text Example
White with #A16A17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A16A17; }
p { color: rgb(161,106,23); }
H1.HeaderClassName
{
color: #A16A17;
}
.AnyTagClassName
{
color: #A16A17;
}
</style>
background-color css
<style>
a { background-color: #A16A17; }
a { background-color: rgb(161,106,23); }
div.DivClassName
{
background-color: #A16A17;
}
.BgClassName
{
background-color: #A16A17;
}
</style>
border-color css
<style>
span { border-color: #A16A17; }
span { border-color: rgb(161,106,23); }
td.TdClassName
{
border-color: #A16A17;
}
.TagClassName
{
border-color: #A16A17;
}
</style>