Shades of Rouge #AA325C
Tints of Rouge #AA325C
RGB
CMYK
RGB Variations
Color information
#AA325C (or 0xAA325C) is known color: Rouge. HEX triplet: AA, 32 and 5C. RGB value is (170,50,92). Sum of RGB (Red+Green+Blue) = 170+50+92=312 (41% of max value = 765). Red value is 170 (66.80% from 255 or 54.49% from 312); Green value is 50 (19.92% from 255 or 16.03% from 312); Blue value is 92 (36.33% from 255 or 29.49% from 312); Max value from RGB is 170 - color contains mainly: red. Hex color #AA325C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AA325C is #55CDA3. Grayscale: #5A5A5A. Windows color (decimal): -5623204 or 6042282. OLE color: 6042282.
HSL color Cylindrical-coordinate representation of color #AA325C: hue angle of 339º 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 #AA325C is Cyan = 0, Magento = 0.71, Yellow = 0.46 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 50 | 92 | - |
| CMYK | 0 | 0.71 | 0.46 | 0.33 |
| HSL | 339º | 0.55% | 0.43% | - |
| HSV(B) | 339º | 0.71% | 0.67% | - |
| XYZ | 19.65 | 11.6 | 11.33 | - |
| YUV | 90.67 | 128.76 | 184.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 50 | 92 | 0 | 0.71 | 0.46 | 0.33 | 339 | 0.55 | 0.43 |
| Hex | AA | 32 | 5C | 0 | 47 | 2E | 21 | 153 | 37 | 2B |
| Octal | 252 | 62 | 134 | 0 | 107 | 56 | 41 | 523 | 67 | 53 |
| Binary | 10101010 | 110010 | 1011100 | 0 | 1000111 | 101110 | 100001 | 101010011 | 110111 | 101011 |
Color Harmonies of #AA325C
Complementary color
Monochromatic Colors of #AA325C
Black with #AA325C
Text Example
Text Example
White with #AA325C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA325C; }
p { color: rgb(170,50,92); }
H1.HeaderClassName
{
color: #AA325C;
}
.AnyTagClassName
{
color: #AA325C;
}
</style>
background-color css
<style>
a { background-color: #AA325C; }
a { background-color: rgb(170,50,92); }
div.DivClassName
{
background-color: #AA325C;
}
.BgClassName
{
background-color: #AA325C;
}
</style>
border-color css
<style>
span { border-color: #AA325C; }
span { border-color: rgb(170,50,92); }
td.TdClassName
{
border-color: #AA325C;
}
.TagClassName
{
border-color: #AA325C;
}
</style>