Shades of Rouge #AA335A
Tints of Rouge #AA335A
RGB
CMYK
RGB Variations
Color information
#AA335A (or 0xAA335A) is known color: Rouge. HEX triplet: AA, 33 and 5A. RGB value is (170,51,90). Sum of RGB (Red+Green+Blue) = 170+51+90=311 (41% of max value = 765). Red value is 170 (66.80% from 255 or 54.66% from 311); Green value is 51 (20.31% from 255 or 16.40% from 311); Blue value is 90 (35.55% from 255 or 28.94% from 311); Max value from RGB is 170 - color contains mainly: red. Hex color #AA335A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AA335A is #55CCA5. Grayscale: #5A5A5A. Windows color (decimal): -5622950 or 5911466. OLE color: 5911466.
HSL color Cylindrical-coordinate representation of color #AA335A: hue angle of 340.34º degrees, saturation: 0.54, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #AA335A is Cyan = 0, Magento = 0.7, Yellow = 0.47 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 51 | 90 | - |
| CMYK | 0 | 0.7 | 0.47 | 0.33 |
| HSL | 340.34º | 0.54% | 0.43% | - |
| HSV(B) | 340.34º | 0.7% | 0.67% | - |
| XYZ | 19.61 | 11.65 | 10.89 | - |
| YUV | 91.03 | 127.42 | 184.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 51 | 90 | 0 | 0.7 | 0.47 | 0.33 | 340.34 | 0.54 | 0.43 |
| Hex | AA | 33 | 5A | 0 | 46 | 2F | 21 | 154 | 36 | 2B |
| Octal | 252 | 63 | 132 | 0 | 106 | 57 | 41 | 524 | 66 | 53 |
| Binary | 10101010 | 110011 | 1011010 | 0 | 1000110 | 101111 | 100001 | 101010100 | 110110 | 101011 |
Color Harmonies of #AA335A
Complementary color
Monochromatic Colors of #AA335A
Black with #AA335A
Text Example
Text Example
White with #AA335A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA335A; }
p { color: rgb(170,51,90); }
H1.HeaderClassName
{
color: #AA335A;
}
.AnyTagClassName
{
color: #AA335A;
}
</style>
background-color css
<style>
a { background-color: #AA335A; }
a { background-color: rgb(170,51,90); }
div.DivClassName
{
background-color: #AA335A;
}
.BgClassName
{
background-color: #AA335A;
}
</style>
border-color css
<style>
span { border-color: #AA335A; }
span { border-color: rgb(170,51,90); }
td.TdClassName
{
border-color: #AA335A;
}
.TagClassName
{
border-color: #AA335A;
}
</style>