Shades of Golden Brown #A16217
Tints of Golden Brown #A16217
RGB
CMYK
RGB Variations
Color information
#A16217 (or 0xA16217) is known color: Golden Brown. HEX triplet: A1, 62 and 17. RGB value is (161,98,23). Sum of RGB (Red+Green+Blue) = 161+98+23=282 (37% of max value = 765). Red value is 161 (63.28% from 255 or 57.09% from 282); Green value is 98 (38.67% from 255 or 34.75% from 282); Blue value is 23 (9.38% from 255 or 8.16% from 282); Max value from RGB is 161 - color contains mainly: red. Hex color #A16217 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A16217 is #5E9DE8. Grayscale: #6C6C6C. Windows color (decimal): -6200809 or 1532577. OLE color: 1532577.
HSL color Cylindrical-coordinate representation of color #A16217: hue angle of 32.61º 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 #A16217 is Cyan = 0, Magento = 0.39, Yellow = 0.86 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 98 | 23 | - |
| CMYK | 0 | 0.39 | 0.86 | 0.37 |
| HSL | 32.61º | 0.75% | 0.36% | - |
| HSV(B) | 32.61º | 0.86% | 0.63% | - |
| XYZ | 19.22 | 16.37 | 2.96 | - |
| YUV | 108.29 | 79.87 | 165.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 98 | 23 | 0 | 0.39 | 0.86 | 0.37 | 32.61 | 0.75 | 0.36 |
| Hex | A1 | 62 | 17 | 0 | 27 | 56 | 25 | 21 | 4B | 24 |
| Octal | 241 | 142 | 27 | 0 | 47 | 126 | 45 | 41 | 113 | 44 |
| Binary | 10100001 | 1100010 | 10111 | 0 | 100111 | 1010110 | 100101 | 100001 | 1001011 | 100100 |
Color Harmonies of #A16217
Complementary color
Monochromatic Colors of #A16217
Black with #A16217
Text Example
Text Example
White with #A16217
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A16217; }
p { color: rgb(161,98,23); }
H1.HeaderClassName
{
color: #A16217;
}
.AnyTagClassName
{
color: #A16217;
}
</style>
background-color css
<style>
a { background-color: #A16217; }
a { background-color: rgb(161,98,23); }
div.DivClassName
{
background-color: #A16217;
}
.BgClassName
{
background-color: #A16217;
}
</style>
border-color css
<style>
span { border-color: #A16217; }
span { border-color: rgb(161,98,23); }
td.TdClassName
{
border-color: #A16217;
}
.TagClassName
{
border-color: #A16217;
}
</style>