Shades of Red Stage #AA572C
Tints of Red Stage #AA572C
RGB
CMYK
RGB Variations
Color information
#AA572C (or 0xAA572C) is known color: Red Stage. HEX triplet: AA, 57 and 2C. RGB value is (170,87,44). Sum of RGB (Red+Green+Blue) = 170+87+44=301 (39% of max value = 765). Red value is 170 (66.80% from 255 or 56.48% from 301); Green value is 87 (34.38% from 255 or 28.90% from 301); Blue value is 44 (17.58% from 255 or 14.62% from 301); Max value from RGB is 170 - color contains mainly: red. Hex color #AA572C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA572C is #55A8D3. Grayscale: #6B6B6B. Windows color (decimal): -5613780 or 2906026. OLE color: 2906026.
HSL color Cylindrical-coordinate representation of color #AA572C: hue angle of 20.48º degrees, saturation: 0.59, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #AA572C is Cyan = 0, Magento = 0.49, Yellow = 0.74 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 87 | 44 | - |
| CMYK | 0 | 0.49 | 0.74 | 0.33 |
| HSL | 20.48º | 0.59% | 0.42% | - |
| HSV(B) | 20.48º | 0.74% | 0.67% | - |
| XYZ | 20.44 | 15.54 | 4.31 | - |
| YUV | 106.92 | 92.5 | 173 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 87 | 44 | 0 | 0.49 | 0.74 | 0.33 | 20.48 | 0.59 | 0.42 |
| Hex | AA | 57 | 2C | 0 | 31 | 4A | 21 | 14 | 3B | 2A |
| Octal | 252 | 127 | 54 | 0 | 61 | 112 | 41 | 24 | 73 | 52 |
| Binary | 10101010 | 1010111 | 101100 | 0 | 110001 | 1001010 | 100001 | 10100 | 111011 | 101010 |
Color Harmonies of #AA572C
Complementary color
Monochromatic Colors of #AA572C
Black with #AA572C
Text Example
Text Example
White with #AA572C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA572C; }
p { color: rgb(170,87,44); }
H1.HeaderClassName
{
color: #AA572C;
}
.AnyTagClassName
{
color: #AA572C;
}
</style>
background-color css
<style>
a { background-color: #AA572C; }
a { background-color: rgb(170,87,44); }
div.DivClassName
{
background-color: #AA572C;
}
.BgClassName
{
background-color: #AA572C;
}
</style>
border-color css
<style>
span { border-color: #AA572C; }
span { border-color: rgb(170,87,44); }
td.TdClassName
{
border-color: #AA572C;
}
.TagClassName
{
border-color: #AA572C;
}
</style>