Shades of Red Stage #AA562D
Tints of Red Stage #AA562D
RGB
CMYK
RGB Variations
Color information
#AA562D (or 0xAA562D) is known color: Red Stage. HEX triplet: AA, 56 and 2D. RGB value is (170,86,45). Sum of RGB (Red+Green+Blue) = 170+86+45=301 (39% of max value = 765). Red value is 170 (66.80% from 255 or 56.48% from 301); Green value is 86 (33.98% from 255 or 28.57% from 301); Blue value is 45 (17.97% from 255 or 14.95% from 301); Max value from RGB is 170 - color contains mainly: red. Hex color #AA562D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA562D is #55A9D2. Grayscale: #6A6A6A. Windows color (decimal): -5614035 or 2971306. OLE color: 2971306.
HSL color Cylindrical-coordinate representation of color #AA562D: hue angle of 19.68º degrees, saturation: 0.58, 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 #AA562D is Cyan = 0, Magento = 0.49, Yellow = 0.74 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 86 | 45 | - |
| CMYK | 0 | 0.49 | 0.74 | 0.33 |
| HSL | 19.68º | 0.58% | 0.42% | - |
| HSV(B) | 19.68º | 0.74% | 0.67% | - |
| XYZ | 20.38 | 15.39 | 4.38 | - |
| YUV | 106.44 | 93.33 | 173.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 86 | 45 | 0 | 0.49 | 0.74 | 0.33 | 19.68 | 0.58 | 0.42 |
| Hex | AA | 56 | 2D | 0 | 31 | 4A | 21 | 14 | 3A | 2A |
| Octal | 252 | 126 | 55 | 0 | 61 | 112 | 41 | 24 | 72 | 52 |
| Binary | 10101010 | 1010110 | 101101 | 0 | 110001 | 1001010 | 100001 | 10100 | 111010 | 101010 |
Color Harmonies of #AA562D
Complementary color
Monochromatic Colors of #AA562D
Black with #AA562D
Text Example
Text Example
White with #AA562D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA562D; }
p { color: rgb(170,86,45); }
H1.HeaderClassName
{
color: #AA562D;
}
.AnyTagClassName
{
color: #AA562D;
}
</style>
background-color css
<style>
a { background-color: #AA562D; }
a { background-color: rgb(170,86,45); }
div.DivClassName
{
background-color: #AA562D;
}
.BgClassName
{
background-color: #AA562D;
}
</style>
border-color css
<style>
span { border-color: #AA562D; }
span { border-color: rgb(170,86,45); }
td.TdClassName
{
border-color: #AA562D;
}
.TagClassName
{
border-color: #AA562D;
}
</style>