Shades of Golden Brown #AA570A
Tints of Golden Brown #AA570A
RGB
CMYK
RGB Variations
Color information
#AA570A (or 0xAA570A) is known color: Golden Brown. HEX triplet: AA, 57 and 0A. RGB value is (170,87,10). Sum of RGB (Red+Green+Blue) = 170+87+10=267 (35% of max value = 765). Red value is 170 (66.80% from 255 or 63.67% from 267); Green value is 87 (34.38% from 255 or 32.58% from 267); Blue value is 10 (4.30% from 255 or 3.75% from 267); Max value from RGB is 170 - color contains mainly: red. Hex color #AA570A is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AA570A is #55A8F5. Grayscale: #676767. Windows color (decimal): -5613814 or 677802. OLE color: 677802.
HSL color Cylindrical-coordinate representation of color #AA570A: hue angle of 28.88º degrees, saturation: 0.89, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #AA570A is Cyan = 0, Magento = 0.49, Yellow = 0.94 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 87 | 10 | - |
| CMYK | 0 | 0.49 | 0.94 | 0.33 |
| HSL | 28.88º | 0.89% | 0.35% | - |
| HSV(B) | 28.88º | 0.94% | 0.67% | - |
| XYZ | 20.04 | 15.38 | 2.2 | - |
| YUV | 103.04 | 75.5 | 175.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 87 | 10 | 0 | 0.49 | 0.94 | 0.33 | 28.88 | 0.89 | 0.35 |
| Hex | AA | 57 | A | 0 | 31 | 5E | 21 | 1D | 59 | 23 |
| Octal | 252 | 127 | 12 | 0 | 61 | 136 | 41 | 35 | 131 | 43 |
| Binary | 10101010 | 1010111 | 1010 | 0 | 110001 | 1011110 | 100001 | 11101 | 1011001 | 100011 |
Color Harmonies of #AA570A
Complementary color
Monochromatic Colors of #AA570A
Black with #AA570A
Text Example
Text Example
White with #AA570A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA570A; }
p { color: rgb(170,87,10); }
H1.HeaderClassName
{
color: #AA570A;
}
.AnyTagClassName
{
color: #AA570A;
}
</style>
background-color css
<style>
a { background-color: #AA570A; }
a { background-color: rgb(170,87,10); }
div.DivClassName
{
background-color: #AA570A;
}
.BgClassName
{
background-color: #AA570A;
}
</style>
border-color css
<style>
span { border-color: #AA570A; }
span { border-color: rgb(170,87,10); }
td.TdClassName
{
border-color: #AA570A;
}
.TagClassName
{
border-color: #AA570A;
}
</style>