Shades of Red Stage #AA572B
Tints of Red Stage #AA572B
RGB
CMYK
RGB Variations
Color information
#AA572B (or 0xAA572B) is known color: Red Stage. HEX triplet: AA, 57 and 2B. RGB value is (170,87,43). Sum of RGB (Red+Green+Blue) = 170+87+43=300 (39% of max value = 765). Red value is 170 (66.80% from 255 or 56.67% from 300); Green value is 87 (34.38% from 255 or 29% from 300); Blue value is 43 (17.19% from 255 or 14.33% from 300); Max value from RGB is 170 - color contains mainly: red. Hex color #AA572B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA572B is #55A8D4. Grayscale: #6B6B6B. Windows color (decimal): -5613781 or 2840490. OLE color: 2840490.
HSL color Cylindrical-coordinate representation of color #AA572B: hue angle of 20.79º degrees, saturation: 0.6, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #AA572B is Cyan = 0, Magento = 0.49, Yellow = 0.75 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 87 | 43 | - |
| CMYK | 0 | 0.49 | 0.75 | 0.33 |
| HSL | 20.79º | 0.6% | 0.42% | - |
| HSV(B) | 20.79º | 0.75% | 0.67% | - |
| XYZ | 20.42 | 15.54 | 4.21 | - |
| YUV | 106.8 | 92 | 173.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 87 | 43 | 0 | 0.49 | 0.75 | 0.33 | 20.79 | 0.6 | 0.42 |
| Hex | AA | 57 | 2B | 0 | 31 | 4B | 21 | 15 | 3C | 2A |
| Octal | 252 | 127 | 53 | 0 | 61 | 113 | 41 | 25 | 74 | 52 |
| Binary | 10101010 | 1010111 | 101011 | 0 | 110001 | 1001011 | 100001 | 10101 | 111100 | 101010 |
Color Harmonies of #AA572B
Complementary color
Monochromatic Colors of #AA572B
Black with #AA572B
Text Example
Text Example
White with #AA572B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA572B; }
p { color: rgb(170,87,43); }
H1.HeaderClassName
{
color: #AA572B;
}
.AnyTagClassName
{
color: #AA572B;
}
</style>
background-color css
<style>
a { background-color: #AA572B; }
a { background-color: rgb(170,87,43); }
div.DivClassName
{
background-color: #AA572B;
}
.BgClassName
{
background-color: #AA572B;
}
</style>
border-color css
<style>
span { border-color: #AA572B; }
span { border-color: rgb(170,87,43); }
td.TdClassName
{
border-color: #AA572B;
}
.TagClassName
{
border-color: #AA572B;
}
</style>