Shades of Golden Brown #A17010
Tints of Golden Brown #A17010
RGB
CMYK
RGB Variations
Color information
#A17010 (or 0xA17010) is known color: Golden Brown. HEX triplet: A1, 70 and 10. RGB value is (161,112,16). Sum of RGB (Red+Green+Blue) = 161+112+16=289 (38% of max value = 765). Red value is 161 (63.28% from 255 or 55.71% from 289); Green value is 112 (44.14% from 255 or 38.75% from 289); Blue value is 16 (6.64% from 255 or 5.54% from 289); Max value from RGB is 161 - color contains mainly: red. Hex color #A17010 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A17010 is #5E8FEF. Grayscale: #747474. Windows color (decimal): -6197232 or 1077409. OLE color: 1077409.
HSL color Cylindrical-coordinate representation of color #A17010: hue angle of 39.72º degrees, saturation: 0.82, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A17010 is Cyan = 0, Magento = 0.30, Yellow = 0.90 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 112 | 16 | - |
| CMYK | 0 | 0.30 | 0.90 | 0.37 |
| HSL | 39.72º | 0.82% | 0.35% | - |
| HSV(B) | 39.72º | 0.9% | 0.63% | - |
| XYZ | 20.59 | 19.2 | 3.11 | - |
| YUV | 115.71 | 71.73 | 160.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 112 | 16 | 0 | 0.30 | 0.90 | 0.37 | 39.72 | 0.82 | 0.35 |
| Hex | A1 | 70 | 10 | 0 | 1E | 5A | 25 | 28 | 52 | 23 |
| Octal | 241 | 160 | 20 | 0 | 36 | 132 | 45 | 50 | 122 | 43 |
| Binary | 10100001 | 1110000 | 10000 | 0 | 11110 | 1011010 | 100101 | 101000 | 1010010 | 100011 |
Color Harmonies of #A17010
Complementary color
Monochromatic Colors of #A17010
Black with #A17010
Text Example
Text Example
White with #A17010
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A17010; }
p { color: rgb(161,112,16); }
H1.HeaderClassName
{
color: #A17010;
}
.AnyTagClassName
{
color: #A17010;
}
</style>
background-color css
<style>
a { background-color: #A17010; }
a { background-color: rgb(161,112,16); }
div.DivClassName
{
background-color: #A17010;
}
.BgClassName
{
background-color: #A17010;
}
</style>
border-color css
<style>
span { border-color: #A17010; }
span { border-color: rgb(161,112,16); }
td.TdClassName
{
border-color: #A17010;
}
.TagClassName
{
border-color: #A17010;
}
</style>