Shades of Rouge #AA325F
Tints of Rouge #AA325F
RGB
CMYK
RGB Variations
Color information
#AA325F (or 0xAA325F) is known color: Rouge. HEX triplet: AA, 32 and 5F. RGB value is (170,50,95). Sum of RGB (Red+Green+Blue) = 170+50+95=315 (41% of max value = 765). Red value is 170 (66.80% from 255 or 53.97% from 315); Green value is 50 (19.92% from 255 or 15.87% from 315); Blue value is 95 (37.5% from 255 or 30.16% from 315); Max value from RGB is 170 - color contains mainly: red. Hex color #AA325F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AA325F is #55CDA0. Grayscale: #5A5A5A. Windows color (decimal): -5623201 or 6238890. OLE color: 6238890.
HSL color Cylindrical-coordinate representation of color #AA325F: hue angle of 337.5º degrees, saturation: 0.55, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #AA325F is Cyan = 0, Magento = 0.71, Yellow = 0.44 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 50 | 95 | - |
| CMYK | 0 | 0.71 | 0.44 | 0.33 |
| HSL | 337.5º | 0.55% | 0.43% | - |
| HSV(B) | 337.5º | 0.71% | 0.67% | - |
| XYZ | 19.78 | 11.65 | 12.03 | - |
| YUV | 91.01 | 130.26 | 184.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 50 | 95 | 0 | 0.71 | 0.44 | 0.33 | 337.5 | 0.55 | 0.43 |
| Hex | AA | 32 | 5F | 0 | 47 | 2C | 21 | 152 | 37 | 2B |
| Octal | 252 | 62 | 137 | 0 | 107 | 54 | 41 | 522 | 67 | 53 |
| Binary | 10101010 | 110010 | 1011111 | 0 | 1000111 | 101100 | 100001 | 101010010 | 110111 | 101011 |
Color Harmonies of #AA325F
Complementary color
Monochromatic Colors of #AA325F
Black with #AA325F
Text Example
Text Example
White with #AA325F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA325F; }
p { color: rgb(170,50,95); }
H1.HeaderClassName
{
color: #AA325F;
}
.AnyTagClassName
{
color: #AA325F;
}
</style>
background-color css
<style>
a { background-color: #AA325F; }
a { background-color: rgb(170,50,95); }
div.DivClassName
{
background-color: #AA325F;
}
.BgClassName
{
background-color: #AA325F;
}
</style>
border-color css
<style>
span { border-color: #AA325F; }
span { border-color: rgb(170,50,95); }
td.TdClassName
{
border-color: #AA325F;
}
.TagClassName
{
border-color: #AA325F;
}
</style>