Shades of Rouge #AA2E5E
Tints of Rouge #AA2E5E
RGB
CMYK
RGB Variations
Color information
#AA2E5E (or 0xAA2E5E) is known color: Rouge. HEX triplet: AA, 2E and 5E. RGB value is (170,46,94). Sum of RGB (Red+Green+Blue) = 170+46+94=310 (41% of max value = 765). Red value is 170 (66.80% from 255 or 54.84% from 310); Green value is 46 (18.36% from 255 or 14.84% from 310); Blue value is 94 (37.11% from 255 or 30.32% from 310); Max value from RGB is 170 - color contains mainly: red. Hex color #AA2E5E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AA2E5E is #55D1A1. Grayscale: #585858. Windows color (decimal): -5624226 or 6172330. OLE color: 6172330.
HSL color Cylindrical-coordinate representation of color #AA2E5E: hue angle of 336.77º 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 #AA2E5E is Cyan = 0, Magento = 0.73, Yellow = 0.45 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 46 | 94 | - |
| CMYK | 0 | 0.73 | 0.45 | 0.33 |
| HSL | 336.77º | 0.57% | 0.42% | - |
| HSV(B) | 336.77º | 0.73% | 0.67% | - |
| XYZ | 19.57 | 11.31 | 11.74 | - |
| YUV | 88.55 | 131.08 | 186.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 46 | 94 | 0 | 0.73 | 0.45 | 0.33 | 336.77 | 0.57 | 0.42 |
| Hex | AA | 2E | 5E | 0 | 49 | 2D | 21 | 151 | 39 | 2A |
| Octal | 252 | 56 | 136 | 0 | 111 | 55 | 41 | 521 | 71 | 52 |
| Binary | 10101010 | 101110 | 1011110 | 0 | 1001001 | 101101 | 100001 | 101010001 | 111001 | 101010 |
Color Harmonies of #AA2E5E
Complementary color
Monochromatic Colors of #AA2E5E
Black with #AA2E5E
Text Example
Text Example
White with #AA2E5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA2E5E; }
p { color: rgb(170,46,94); }
H1.HeaderClassName
{
color: #AA2E5E;
}
.AnyTagClassName
{
color: #AA2E5E;
}
</style>
background-color css
<style>
a { background-color: #AA2E5E; }
a { background-color: rgb(170,46,94); }
div.DivClassName
{
background-color: #AA2E5E;
}
.BgClassName
{
background-color: #AA2E5E;
}
</style>
border-color css
<style>
span { border-color: #AA2E5E; }
span { border-color: rgb(170,46,94); }
td.TdClassName
{
border-color: #AA2E5E;
}
.TagClassName
{
border-color: #AA2E5E;
}
</style>