Shades of Golden Brown #A1570A
Tints of Golden Brown #A1570A
RGB
CMYK
RGB Variations
Color information
#A1570A (or 0xA1570A) is known color: Golden Brown. HEX triplet: A1, 57 and 0A. RGB value is (161,87,10). Sum of RGB (Red+Green+Blue) = 161+87+10=258 (34% of max value = 765). Red value is 161 (63.28% from 255 or 62.40% from 258); Green value is 87 (34.38% from 255 or 33.72% from 258); Blue value is 10 (4.30% from 255 or 3.88% from 258); Max value from RGB is 161 - color contains mainly: red. Hex color #A1570A is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A1570A is #5EA8F5. Grayscale: #646464. Windows color (decimal): -6203638 or 677793. OLE color: 677793.
HSL color Cylindrical-coordinate representation of color #A1570A: hue angle of 30.6º 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 #A1570A is Cyan = 0, Magento = 0.46, Yellow = 0.94 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 87 | 10 | - |
| CMYK | 0 | 0.46 | 0.94 | 0.37 |
| HSL | 30.6º | 0.88% | 0.34% | - |
| HSV(B) | 30.6º | 0.94% | 0.63% | - |
| XYZ | 18.16 | 14.42 | 2.11 | - |
| YUV | 100.35 | 77.02 | 171.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 87 | 10 | 0 | 0.46 | 0.94 | 0.37 | 30.6 | 0.88 | 0.34 |
| Hex | A1 | 57 | A | 0 | 2E | 5E | 25 | 1F | 58 | 22 |
| Octal | 241 | 127 | 12 | 0 | 56 | 136 | 45 | 37 | 130 | 42 |
| Binary | 10100001 | 1010111 | 1010 | 0 | 101110 | 1011110 | 100101 | 11111 | 1011000 | 100010 |
Color Harmonies of #A1570A
Complementary color
Monochromatic Colors of #A1570A
Black with #A1570A
Text Example
Text Example
White with #A1570A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1570A; }
p { color: rgb(161,87,10); }
H1.HeaderClassName
{
color: #A1570A;
}
.AnyTagClassName
{
color: #A1570A;
}
</style>
background-color css
<style>
a { background-color: #A1570A; }
a { background-color: rgb(161,87,10); }
div.DivClassName
{
background-color: #A1570A;
}
.BgClassName
{
background-color: #A1570A;
}
</style>
border-color css
<style>
span { border-color: #A1570A; }
span { border-color: rgb(161,87,10); }
td.TdClassName
{
border-color: #A1570A;
}
.TagClassName
{
border-color: #A1570A;
}
</style>