Shades of Red Stage #AA542F
Tints of Red Stage #AA542F
RGB
CMYK
RGB Variations
Color information
#AA542F (or 0xAA542F) is known color: Red Stage. HEX triplet: AA, 54 and 2F. RGB value is (170,84,47). Sum of RGB (Red+Green+Blue) = 170+84+47=301 (39% of max value = 765). Red value is 170 (66.80% from 255 or 56.48% from 301); Green value is 84 (33.20% from 255 or 27.91% from 301); Blue value is 47 (18.75% from 255 or 15.61% from 301); Max value from RGB is 170 - color contains mainly: red. Hex color #AA542F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA542F is #55ABD0. Grayscale: #696969. Windows color (decimal): -5614545 or 3101866. OLE color: 3101866.
HSL color Cylindrical-coordinate representation of color #AA542F: hue angle of 18.05º degrees, saturation: 0.57, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #AA542F is Cyan = 0, Magento = 0.51, Yellow = 0.72 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 84 | 47 | - |
| CMYK | 0 | 0.51 | 0.72 | 0.33 |
| HSL | 18.05º | 0.57% | 0.43% | - |
| HSV(B) | 18.05º | 0.72% | 0.67% | - |
| XYZ | 20.26 | 15.09 | 4.53 | - |
| YUV | 105.5 | 94.99 | 174.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 84 | 47 | 0 | 0.51 | 0.72 | 0.33 | 18.05 | 0.57 | 0.43 |
| Hex | AA | 54 | 2F | 0 | 33 | 48 | 21 | 12 | 39 | 2B |
| Octal | 252 | 124 | 57 | 0 | 63 | 110 | 41 | 22 | 71 | 53 |
| Binary | 10101010 | 1010100 | 101111 | 0 | 110011 | 1001000 | 100001 | 10010 | 111001 | 101011 |
Color Harmonies of #AA542F
Complementary color
Monochromatic Colors of #AA542F
Black with #AA542F
Text Example
Text Example
White with #AA542F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA542F; }
p { color: rgb(170,84,47); }
H1.HeaderClassName
{
color: #AA542F;
}
.AnyTagClassName
{
color: #AA542F;
}
</style>
background-color css
<style>
a { background-color: #AA542F; }
a { background-color: rgb(170,84,47); }
div.DivClassName
{
background-color: #AA542F;
}
.BgClassName
{
background-color: #AA542F;
}
</style>
border-color css
<style>
span { border-color: #AA542F; }
span { border-color: rgb(170,84,47); }
td.TdClassName
{
border-color: #AA542F;
}
.TagClassName
{
border-color: #AA542F;
}
</style>