Shades of Golden Brown #A1710A
Tints of Golden Brown #A1710A
RGB
CMYK
RGB Variations
Color information
#A1710A (or 0xA1710A) is known color: Golden Brown. HEX triplet: A1, 71 and 0A. RGB value is (161,113,10). Sum of RGB (Red+Green+Blue) = 161+113+10=284 (37% of max value = 765). Red value is 161 (63.28% from 255 or 56.69% from 284); Green value is 113 (44.53% from 255 or 39.79% from 284); Blue value is 10 (4.30% from 255 or 3.52% from 284); Max value from RGB is 161 - color contains mainly: red. Hex color #A1710A is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A1710A is #5E8EF5. Grayscale: #747474. Windows color (decimal): -6196982 or 684449. OLE color: 684449.
HSL color Cylindrical-coordinate representation of color #A1710A: hue angle of 40.93º degrees, saturation: 0.88, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #A1710A is Cyan = 0, Magento = 0.30, Yellow = 0.94 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 113 | 10 | - |
| CMYK | 0 | 0.30 | 0.94 | 0.37 |
| HSL | 40.93º | 0.88% | 0.34% | - |
| HSV(B) | 40.93º | 0.94% | 0.63% | - |
| XYZ | 20.66 | 19.41 | 2.94 | - |
| YUV | 115.61 | 68.4 | 160.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 113 | 10 | 0 | 0.30 | 0.94 | 0.37 | 40.93 | 0.88 | 0.34 |
| Hex | A1 | 71 | A | 0 | 1E | 5E | 25 | 29 | 58 | 22 |
| Octal | 241 | 161 | 12 | 0 | 36 | 136 | 45 | 51 | 130 | 42 |
| Binary | 10100001 | 1110001 | 1010 | 0 | 11110 | 1011110 | 100101 | 101001 | 1011000 | 100010 |
Color Harmonies of #A1710A
Complementary color
Monochromatic Colors of #A1710A
Black with #A1710A
Text Example
Text Example
White with #A1710A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1710A; }
p { color: rgb(161,113,10); }
H1.HeaderClassName
{
color: #A1710A;
}
.AnyTagClassName
{
color: #A1710A;
}
</style>
background-color css
<style>
a { background-color: #A1710A; }
a { background-color: rgb(161,113,10); }
div.DivClassName
{
background-color: #A1710A;
}
.BgClassName
{
background-color: #A1710A;
}
</style>
border-color css
<style>
span { border-color: #A1710A; }
span { border-color: rgb(161,113,10); }
td.TdClassName
{
border-color: #A1710A;
}
.TagClassName
{
border-color: #A1710A;
}
</style>