Shades of Golden Brown #A16917
Tints of Golden Brown #A16917
RGB
CMYK
RGB Variations
Color information
#A16917 (or 0xA16917) is known color: Golden Brown. HEX triplet: A1, 69 and 17. RGB value is (161,105,23). Sum of RGB (Red+Green+Blue) = 161+105+23=289 (38% of max value = 765). Red value is 161 (63.28% from 255 or 55.71% from 289); Green value is 105 (41.41% from 255 or 36.33% from 289); Blue value is 23 (9.38% from 255 or 7.96% from 289); Max value from RGB is 161 - color contains mainly: red. Hex color #A16917 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A16917 is #5E96E8. Grayscale: #707070. Windows color (decimal): -6199017 or 1534369. OLE color: 1534369.
HSL color Cylindrical-coordinate representation of color #A16917: hue angle of 35.65º 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 #A16917 is Cyan = 0, Magento = 0.35, Yellow = 0.86 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 105 | 23 | - |
| CMYK | 0 | 0.35 | 0.86 | 0.37 |
| HSL | 35.65º | 0.75% | 0.36% | - |
| HSV(B) | 35.65º | 0.86% | 0.63% | - |
| XYZ | 19.9 | 17.74 | 3.19 | - |
| YUV | 112.4 | 77.55 | 162.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 105 | 23 | 0 | 0.35 | 0.86 | 0.37 | 35.65 | 0.75 | 0.36 |
| Hex | A1 | 69 | 17 | 0 | 23 | 56 | 25 | 24 | 4B | 24 |
| Octal | 241 | 151 | 27 | 0 | 43 | 126 | 45 | 44 | 113 | 44 |
| Binary | 10100001 | 1101001 | 10111 | 0 | 100011 | 1010110 | 100101 | 100100 | 1001011 | 100100 |
Color Harmonies of #A16917
Complementary color
Monochromatic Colors of #A16917
Black with #A16917
Text Example
Text Example
White with #A16917
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A16917; }
p { color: rgb(161,105,23); }
H1.HeaderClassName
{
color: #A16917;
}
.AnyTagClassName
{
color: #A16917;
}
</style>
background-color css
<style>
a { background-color: #A16917; }
a { background-color: rgb(161,105,23); }
div.DivClassName
{
background-color: #A16917;
}
.BgClassName
{
background-color: #A16917;
}
</style>
border-color css
<style>
span { border-color: #A16917; }
span { border-color: rgb(161,105,23); }
td.TdClassName
{
border-color: #A16917;
}
.TagClassName
{
border-color: #A16917;
}
</style>