Shades of Red Stage #AA562C
Tints of Red Stage #AA562C
RGB
CMYK
RGB Variations
Color information
#AA562C (or 0xAA562C) is known color: Red Stage. HEX triplet: AA, 56 and 2C. RGB value is (170,86,44). Sum of RGB (Red+Green+Blue) = 170+86+44=300 (39% of max value = 765). Red value is 170 (66.80% from 255 or 56.67% from 300); Green value is 86 (33.98% from 255 or 28.67% from 300); Blue value is 44 (17.58% from 255 or 14.67% from 300); Max value from RGB is 170 - color contains mainly: red. Hex color #AA562C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA562C is #55A9D3. Grayscale: #6A6A6A. Windows color (decimal): -5614036 or 2905770. OLE color: 2905770.
HSL color Cylindrical-coordinate representation of color #AA562C: hue angle of 20º 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 #AA562C is Cyan = 0, Magento = 0.49, Yellow = 0.74 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 86 | 44 | - |
| CMYK | 0 | 0.49 | 0.74 | 0.33 |
| HSL | 20º | 0.59% | 0.42% | - |
| HSV(B) | 20º | 0.74% | 0.67% | - |
| XYZ | 20.36 | 15.38 | 4.28 | - |
| YUV | 106.33 | 92.83 | 173.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 86 | 44 | 0 | 0.49 | 0.74 | 0.33 | 20 | 0.59 | 0.42 |
| Hex | AA | 56 | 2C | 0 | 31 | 4A | 21 | 14 | 3B | 2A |
| Octal | 252 | 126 | 54 | 0 | 61 | 112 | 41 | 24 | 73 | 52 |
| Binary | 10101010 | 1010110 | 101100 | 0 | 110001 | 1001010 | 100001 | 10100 | 111011 | 101010 |
Color Harmonies of #AA562C
Complementary color
Monochromatic Colors of #AA562C
Black with #AA562C
Text Example
Text Example
White with #AA562C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA562C; }
p { color: rgb(170,86,44); }
H1.HeaderClassName
{
color: #AA562C;
}
.AnyTagClassName
{
color: #AA562C;
}
</style>
background-color css
<style>
a { background-color: #AA562C; }
a { background-color: rgb(170,86,44); }
div.DivClassName
{
background-color: #AA562C;
}
.BgClassName
{
background-color: #AA562C;
}
</style>
border-color css
<style>
span { border-color: #AA562C; }
span { border-color: rgb(170,86,44); }
td.TdClassName
{
border-color: #AA562C;
}
.TagClassName
{
border-color: #AA562C;
}
</style>