Shades of Golden Brown #A16617
Tints of Golden Brown #A16617
RGB
CMYK
RGB Variations
Color information
#A16617 (or 0xA16617) is known color: Golden Brown. HEX triplet: A1, 66 and 17. RGB value is (161,102,23). Sum of RGB (Red+Green+Blue) = 161+102+23=286 (37% of max value = 765). Red value is 161 (63.28% from 255 or 56.29% from 286); Green value is 102 (40.23% from 255 or 35.66% from 286); Blue value is 23 (9.38% from 255 or 8.04% from 286); Max value from RGB is 161 - color contains mainly: red. Hex color #A16617 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A16617 is #5E99E8. Grayscale: #6F6F6F. Windows color (decimal): -6199785 or 1533601. OLE color: 1533601.
HSL color Cylindrical-coordinate representation of color #A16617: hue angle of 34.35º 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 #A16617 is Cyan = 0, Magento = 0.37, Yellow = 0.86 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 102 | 23 | - |
| CMYK | 0 | 0.37 | 0.86 | 0.37 |
| HSL | 34.35º | 0.75% | 0.36% | - |
| HSV(B) | 34.35º | 0.86% | 0.63% | - |
| XYZ | 19.6 | 17.14 | 3.09 | - |
| YUV | 110.64 | 78.55 | 163.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 102 | 23 | 0 | 0.37 | 0.86 | 0.37 | 34.35 | 0.75 | 0.36 |
| Hex | A1 | 66 | 17 | 0 | 25 | 56 | 25 | 22 | 4B | 24 |
| Octal | 241 | 146 | 27 | 0 | 45 | 126 | 45 | 42 | 113 | 44 |
| Binary | 10100001 | 1100110 | 10111 | 0 | 100101 | 1010110 | 100101 | 100010 | 1001011 | 100100 |
Color Harmonies of #A16617
Complementary color
Monochromatic Colors of #A16617
Black with #A16617
Text Example
Text Example
White with #A16617
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A16617; }
p { color: rgb(161,102,23); }
H1.HeaderClassName
{
color: #A16617;
}
.AnyTagClassName
{
color: #A16617;
}
</style>
background-color css
<style>
a { background-color: #A16617; }
a { background-color: rgb(161,102,23); }
div.DivClassName
{
background-color: #A16617;
}
.BgClassName
{
background-color: #A16617;
}
</style>
border-color css
<style>
span { border-color: #A16617; }
span { border-color: rgb(161,102,23); }
td.TdClassName
{
border-color: #A16617;
}
.TagClassName
{
border-color: #A16617;
}
</style>