Shades of Red Stage #AA552E
Tints of Red Stage #AA552E
RGB
CMYK
RGB Variations
Color information
#AA552E (or 0xAA552E) is known color: Red Stage. HEX triplet: AA, 55 and 2E. RGB value is (170,85,46). Sum of RGB (Red+Green+Blue) = 170+85+46=301 (39% of max value = 765). Red value is 170 (66.80% from 255 or 56.48% from 301); Green value is 85 (33.59% from 255 or 28.24% from 301); Blue value is 46 (18.36% from 255 or 15.28% from 301); Max value from RGB is 170 - color contains mainly: red. Hex color #AA552E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA552E is #55AAD1. Grayscale: #6A6A6A. Windows color (decimal): -5614290 or 3036586. OLE color: 3036586.
HSL color Cylindrical-coordinate representation of color #AA552E: hue angle of 18.87º 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 #AA552E is Cyan = 0, Magento = 0.50, Yellow = 0.73 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 85 | 46 | - |
| CMYK | 0 | 0.50 | 0.73 | 0.33 |
| HSL | 18.87º | 0.57% | 0.42% | - |
| HSV(B) | 18.87º | 0.73% | 0.67% | - |
| XYZ | 20.32 | 15.24 | 4.46 | - |
| YUV | 105.97 | 94.16 | 173.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 85 | 46 | 0 | 0.50 | 0.73 | 0.33 | 18.87 | 0.57 | 0.42 |
| Hex | AA | 55 | 2E | 0 | 32 | 49 | 21 | 13 | 39 | 2A |
| Octal | 252 | 125 | 56 | 0 | 62 | 111 | 41 | 23 | 71 | 52 |
| Binary | 10101010 | 1010101 | 101110 | 0 | 110010 | 1001001 | 100001 | 10011 | 111001 | 101010 |
Color Harmonies of #AA552E
Complementary color
Monochromatic Colors of #AA552E
Black with #AA552E
Text Example
Text Example
White with #AA552E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA552E; }
p { color: rgb(170,85,46); }
H1.HeaderClassName
{
color: #AA552E;
}
.AnyTagClassName
{
color: #AA552E;
}
</style>
background-color css
<style>
a { background-color: #AA552E; }
a { background-color: rgb(170,85,46); }
div.DivClassName
{
background-color: #AA552E;
}
.BgClassName
{
background-color: #AA552E;
}
</style>
border-color css
<style>
span { border-color: #AA552E; }
span { border-color: rgb(170,85,46); }
td.TdClassName
{
border-color: #AA552E;
}
.TagClassName
{
border-color: #AA552E;
}
</style>