Shades of Golden Brown #A1700A
Tints of Golden Brown #A1700A
RGB
CMYK
RGB Variations
Color information
#A1700A (or 0xA1700A) is known color: Golden Brown. HEX triplet: A1, 70 and 0A. RGB value is (161,112,10). Sum of RGB (Red+Green+Blue) = 161+112+10=283 (37% of max value = 765). Red value is 161 (63.28% from 255 or 56.89% from 283); Green value is 112 (44.14% from 255 or 39.58% from 283); Blue value is 10 (4.30% from 255 or 3.53% from 283); Max value from RGB is 161 - color contains mainly: red. Hex color #A1700A is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A1700A is #5E8FF5. Grayscale: #737373. Windows color (decimal): -6197238 or 684193. OLE color: 684193.
HSL color Cylindrical-coordinate representation of color #A1700A: hue angle of 40.53º 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 #A1700A is Cyan = 0, Magento = 0.30, Yellow = 0.94 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 112 | 10 | - |
| CMYK | 0 | 0.30 | 0.94 | 0.37 |
| HSL | 40.53º | 0.88% | 0.34% | - |
| HSV(B) | 40.53º | 0.94% | 0.63% | - |
| XYZ | 20.55 | 19.19 | 2.91 | - |
| YUV | 115.02 | 68.73 | 160.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 112 | 10 | 0 | 0.30 | 0.94 | 0.37 | 40.53 | 0.88 | 0.34 |
| Hex | A1 | 70 | A | 0 | 1E | 5E | 25 | 29 | 58 | 22 |
| Octal | 241 | 160 | 12 | 0 | 36 | 136 | 45 | 51 | 130 | 42 |
| Binary | 10100001 | 1110000 | 1010 | 0 | 11110 | 1011110 | 100101 | 101001 | 1011000 | 100010 |
Color Harmonies of #A1700A
Complementary color
Monochromatic Colors of #A1700A
Black with #A1700A
Text Example
Text Example
White with #A1700A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1700A; }
p { color: rgb(161,112,10); }
H1.HeaderClassName
{
color: #A1700A;
}
.AnyTagClassName
{
color: #A1700A;
}
</style>
background-color css
<style>
a { background-color: #A1700A; }
a { background-color: rgb(161,112,10); }
div.DivClassName
{
background-color: #A1700A;
}
.BgClassName
{
background-color: #A1700A;
}
</style>
border-color css
<style>
span { border-color: #A1700A; }
span { border-color: rgb(161,112,10); }
td.TdClassName
{
border-color: #A1700A;
}
.TagClassName
{
border-color: #A1700A;
}
</style>