Shades of Rouge #AA2E64
Tints of Rouge #AA2E64
RGB
CMYK
RGB Variations
Color information
#AA2E64 (or 0xAA2E64) is known color: Rouge. HEX triplet: AA, 2E and 64. RGB value is (170,46,100). Sum of RGB (Red+Green+Blue) = 170+46+100=316 (41% of max value = 765). Red value is 170 (66.80% from 255 or 53.80% from 316); Green value is 46 (18.36% from 255 or 14.56% from 316); Blue value is 100 (39.45% from 255 or 31.65% from 316); Max value from RGB is 170 - color contains mainly: red. Hex color #AA2E64 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AA2E64 is #55D19B. Grayscale: #595959. Windows color (decimal): -5624220 or 6565546. OLE color: 6565546.
HSL color Cylindrical-coordinate representation of color #AA2E64: hue angle of 333.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 #AA2E64 is Cyan = 0, Magento = 0.73, Yellow = 0.41 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 46 | 100 | - |
| CMYK | 0 | 0.73 | 0.41 | 0.33 |
| HSL | 333.87º | 0.57% | 0.42% | - |
| HSV(B) | 333.87º | 0.73% | 0.67% | - |
| XYZ | 19.85 | 11.42 | 13.21 | - |
| YUV | 89.23 | 134.08 | 185.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 46 | 100 | 0 | 0.73 | 0.41 | 0.33 | 333.87 | 0.57 | 0.42 |
| Hex | AA | 2E | 64 | 0 | 49 | 29 | 21 | 14E | 39 | 2A |
| Octal | 252 | 56 | 144 | 0 | 111 | 51 | 41 | 516 | 71 | 52 |
| Binary | 10101010 | 101110 | 1100100 | 0 | 1001001 | 101001 | 100001 | 101001110 | 111001 | 101010 |
Color Harmonies of #AA2E64
Complementary color
Monochromatic Colors of #AA2E64
Black with #AA2E64
Text Example
Text Example
White with #AA2E64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA2E64; }
p { color: rgb(170,46,100); }
H1.HeaderClassName
{
color: #AA2E64;
}
.AnyTagClassName
{
color: #AA2E64;
}
</style>
background-color css
<style>
a { background-color: #AA2E64; }
a { background-color: rgb(170,46,100); }
div.DivClassName
{
background-color: #AA2E64;
}
.BgClassName
{
background-color: #AA2E64;
}
</style>
border-color css
<style>
span { border-color: #AA2E64; }
span { border-color: rgb(170,46,100); }
td.TdClassName
{
border-color: #AA2E64;
}
.TagClassName
{
border-color: #AA2E64;
}
</style>