Shades of Red Stage #AA562E
Tints of Red Stage #AA562E
RGB
CMYK
RGB Variations
Color information
#AA562E (or 0xAA562E) is known color: Red Stage. HEX triplet: AA, 56 and 2E. RGB value is (170,86,46). Sum of RGB (Red+Green+Blue) = 170+86+46=302 (40% of max value = 765). Red value is 170 (66.80% from 255 or 56.29% from 302); Green value is 86 (33.98% from 255 or 28.48% from 302); Blue value is 46 (18.36% from 255 or 15.23% from 302); Max value from RGB is 170 - color contains mainly: red. Hex color #AA562E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA562E is #55A9D1. Grayscale: #6A6A6A. Windows color (decimal): -5614034 or 3036842. OLE color: 3036842.
HSL color Cylindrical-coordinate representation of color #AA562E: hue angle of 19.35º degrees, saturation: 0.57, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #AA562E is Cyan = 0, Magento = 0.49, Yellow = 0.73 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 86 | 46 | - |
| CMYK | 0 | 0.49 | 0.73 | 0.33 |
| HSL | 19.35º | 0.57% | 0.42% | - |
| HSV(B) | 19.35º | 0.73% | 0.67% | - |
| XYZ | 20.4 | 15.4 | 4.48 | - |
| YUV | 106.56 | 93.83 | 173.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 86 | 46 | 0 | 0.49 | 0.73 | 0.33 | 19.35 | 0.57 | 0.42 |
| Hex | AA | 56 | 2E | 0 | 31 | 49 | 21 | 13 | 39 | 2A |
| Octal | 252 | 126 | 56 | 0 | 61 | 111 | 41 | 23 | 71 | 52 |
| Binary | 10101010 | 1010110 | 101110 | 0 | 110001 | 1001001 | 100001 | 10011 | 111001 | 101010 |
Color Harmonies of #AA562E
Complementary color
Monochromatic Colors of #AA562E
Black with #AA562E
Text Example
Text Example
White with #AA562E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA562E; }
p { color: rgb(170,86,46); }
H1.HeaderClassName
{
color: #AA562E;
}
.AnyTagClassName
{
color: #AA562E;
}
</style>
background-color css
<style>
a { background-color: #AA562E; }
a { background-color: rgb(170,86,46); }
div.DivClassName
{
background-color: #AA562E;
}
.BgClassName
{
background-color: #AA562E;
}
</style>
border-color css
<style>
span { border-color: #AA562E; }
span { border-color: rgb(170,86,46); }
td.TdClassName
{
border-color: #AA562E;
}
.TagClassName
{
border-color: #AA562E;
}
</style>