Shades of Golden Brown #A16D17
Tints of Golden Brown #A16D17
RGB
CMYK
RGB Variations
Color information
#A16D17 (or 0xA16D17) is known color: Golden Brown. HEX triplet: A1, 6D and 17. RGB value is (161,109,23). Sum of RGB (Red+Green+Blue) = 161+109+23=293 (38% of max value = 765). Red value is 161 (63.28% from 255 or 54.95% from 293); Green value is 109 (42.97% from 255 or 37.20% from 293); Blue value is 23 (9.38% from 255 or 7.85% from 293); Max value from RGB is 161 - color contains mainly: red. Hex color #A16D17 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A16D17 is #5E92E8. Grayscale: #737373. Windows color (decimal): -6197993 or 1535393. OLE color: 1535393.
HSL color Cylindrical-coordinate representation of color #A16D17: hue angle of 37.39º 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 #A16D17 is Cyan = 0, Magento = 0.32, Yellow = 0.86 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 109 | 23 | - |
| CMYK | 0 | 0.32 | 0.86 | 0.37 |
| HSL | 37.39º | 0.75% | 0.36% | - |
| HSV(B) | 37.39º | 0.86% | 0.63% | - |
| XYZ | 20.32 | 18.58 | 3.33 | - |
| YUV | 114.74 | 76.23 | 160.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 109 | 23 | 0 | 0.32 | 0.86 | 0.37 | 37.39 | 0.75 | 0.36 |
| Hex | A1 | 6D | 17 | 0 | 20 | 56 | 25 | 25 | 4B | 24 |
| Octal | 241 | 155 | 27 | 0 | 40 | 126 | 45 | 45 | 113 | 44 |
| Binary | 10100001 | 1101101 | 10111 | 0 | 100000 | 1010110 | 100101 | 100101 | 1001011 | 100100 |
Color Harmonies of #A16D17
Complementary color
Monochromatic Colors of #A16D17
Black with #A16D17
Text Example
Text Example
White with #A16D17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A16D17; }
p { color: rgb(161,109,23); }
H1.HeaderClassName
{
color: #A16D17;
}
.AnyTagClassName
{
color: #A16D17;
}
</style>
background-color css
<style>
a { background-color: #A16D17; }
a { background-color: rgb(161,109,23); }
div.DivClassName
{
background-color: #A16D17;
}
.BgClassName
{
background-color: #A16D17;
}
</style>
border-color css
<style>
span { border-color: #A16D17; }
span { border-color: rgb(161,109,23); }
td.TdClassName
{
border-color: #A16D17;
}
.TagClassName
{
border-color: #A16D17;
}
</style>