Shades of Rouge #AA325D
Tints of Rouge #AA325D
RGB
CMYK
RGB Variations
Color information
#AA325D (or 0xAA325D) is known color: Rouge. HEX triplet: AA, 32 and 5D. RGB value is (170,50,93). Sum of RGB (Red+Green+Blue) = 170+50+93=313 (41% of max value = 765). Red value is 170 (66.80% from 255 or 54.31% from 313); Green value is 50 (19.92% from 255 or 15.97% from 313); Blue value is 93 (36.72% from 255 or 29.71% from 313); Max value from RGB is 170 - color contains mainly: red. Hex color #AA325D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AA325D is #55CDA2. Grayscale: #5A5A5A. Windows color (decimal): -5623203 or 6107818. OLE color: 6107818.
HSL color Cylindrical-coordinate representation of color #AA325D: hue angle of 338.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 #AA325D is Cyan = 0, Magento = 0.71, Yellow = 0.45 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 50 | 93 | - |
| CMYK | 0 | 0.71 | 0.45 | 0.33 |
| HSL | 338.5º | 0.55% | 0.43% | - |
| HSV(B) | 338.5º | 0.71% | 0.67% | - |
| XYZ | 19.69 | 11.62 | 11.56 | - |
| YUV | 90.78 | 129.26 | 184.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 50 | 93 | 0 | 0.71 | 0.45 | 0.33 | 338.5 | 0.55 | 0.43 |
| Hex | AA | 32 | 5D | 0 | 47 | 2D | 21 | 152 | 37 | 2B |
| Octal | 252 | 62 | 135 | 0 | 107 | 55 | 41 | 522 | 67 | 53 |
| Binary | 10101010 | 110010 | 1011101 | 0 | 1000111 | 101101 | 100001 | 101010010 | 110111 | 101011 |
Color Harmonies of #AA325D
Complementary color
Monochromatic Colors of #AA325D
Black with #AA325D
Text Example
Text Example
White with #AA325D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA325D; }
p { color: rgb(170,50,93); }
H1.HeaderClassName
{
color: #AA325D;
}
.AnyTagClassName
{
color: #AA325D;
}
</style>
background-color css
<style>
a { background-color: #AA325D; }
a { background-color: rgb(170,50,93); }
div.DivClassName
{
background-color: #AA325D;
}
.BgClassName
{
background-color: #AA325D;
}
</style>
border-color css
<style>
span { border-color: #AA325D; }
span { border-color: rgb(170,50,93); }
td.TdClassName
{
border-color: #AA325D;
}
.TagClassName
{
border-color: #AA325D;
}
</style>