Shades of Rouge #AA296D
Tints of Rouge #AA296D
RGB
CMYK
RGB Variations
Color information
#AA296D (or 0xAA296D) is known color: Rouge. HEX triplet: AA, 29 and 6D. RGB value is (170,41,109). Sum of RGB (Red+Green+Blue) = 170+41+109=320 (42% of max value = 765). Red value is 170 (66.80% from 255 or 53.12% from 320); Green value is 41 (16.41% from 255 or 12.81% from 320); Blue value is 109 (42.97% from 255 or 34.06% from 320); Max value from RGB is 170 - color contains mainly: red. Hex color #AA296D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AA296D is #55D692. Grayscale: #575757. Windows color (decimal): -5625491 or 7154090. OLE color: 7154090.
HSL color Cylindrical-coordinate representation of color #AA296D: hue angle of 328.37º degrees, saturation: 0.61, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #AA296D is Cyan = 0, Magento = 0.76, Yellow = 0.36 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 41 | 109 | - |
| CMYK | 0 | 0.76 | 0.36 | 0.33 |
| HSL | 328.37º | 0.61% | 0.41% | - |
| HSV(B) | 328.37º | 0.76% | 0.67% | - |
| XYZ | 20.13 | 11.24 | 15.58 | - |
| YUV | 87.32 | 140.24 | 186.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 41 | 109 | 0 | 0.76 | 0.36 | 0.33 | 328.37 | 0.61 | 0.41 |
| Hex | AA | 29 | 6D | 0 | 4C | 24 | 21 | 148 | 3D | 29 |
| Octal | 252 | 51 | 155 | 0 | 114 | 44 | 41 | 510 | 75 | 51 |
| Binary | 10101010 | 101001 | 1101101 | 0 | 1001100 | 100100 | 100001 | 101001000 | 111101 | 101001 |
Color Harmonies of #AA296D
Complementary color
Monochromatic Colors of #AA296D
Black with #AA296D
Text Example
Text Example
White with #AA296D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA296D; }
p { color: rgb(170,41,109); }
H1.HeaderClassName
{
color: #AA296D;
}
.AnyTagClassName
{
color: #AA296D;
}
</style>
background-color css
<style>
a { background-color: #AA296D; }
a { background-color: rgb(170,41,109); }
div.DivClassName
{
background-color: #AA296D;
}
.BgClassName
{
background-color: #AA296D;
}
</style>
border-color css
<style>
span { border-color: #AA296D; }
span { border-color: rgb(170,41,109); }
td.TdClassName
{
border-color: #AA296D;
}
.TagClassName
{
border-color: #AA296D;
}
</style>