Shades of Rouge #AA296C
Tints of Rouge #AA296C
RGB
CMYK
RGB Variations
Color information
#AA296C (or 0xAA296C) is known color: Rouge. HEX triplet: AA, 29 and 6C. RGB value is (170,41,108). Sum of RGB (Red+Green+Blue) = 170+41+108=319 (42% of max value = 765). Red value is 170 (66.80% from 255 or 53.29% from 319); Green value is 41 (16.41% from 255 or 12.85% from 319); Blue value is 108 (42.58% from 255 or 33.86% from 319); Max value from RGB is 170 - color contains mainly: red. Hex color #AA296C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AA296C is #55D693. Grayscale: #575757. Windows color (decimal): -5625492 or 7088554. OLE color: 7088554.
HSL color Cylindrical-coordinate representation of color #AA296C: hue angle of 328.84º 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 #AA296C is Cyan = 0, Magento = 0.76, Yellow = 0.36 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 41 | 108 | - |
| CMYK | 0 | 0.76 | 0.36 | 0.33 |
| HSL | 328.84º | 0.61% | 0.41% | - |
| HSV(B) | 328.84º | 0.76% | 0.67% | - |
| XYZ | 20.08 | 11.21 | 15.29 | - |
| YUV | 87.21 | 139.74 | 187.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 41 | 108 | 0 | 0.76 | 0.36 | 0.33 | 328.84 | 0.61 | 0.41 |
| Hex | AA | 29 | 6C | 0 | 4C | 24 | 21 | 149 | 3D | 29 |
| Octal | 252 | 51 | 154 | 0 | 114 | 44 | 41 | 511 | 75 | 51 |
| Binary | 10101010 | 101001 | 1101100 | 0 | 1001100 | 100100 | 100001 | 101001001 | 111101 | 101001 |
Color Harmonies of #AA296C
Complementary color
Monochromatic Colors of #AA296C
Black with #AA296C
Text Example
Text Example
White with #AA296C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA296C; }
p { color: rgb(170,41,108); }
H1.HeaderClassName
{
color: #AA296C;
}
.AnyTagClassName
{
color: #AA296C;
}
</style>
background-color css
<style>
a { background-color: #AA296C; }
a { background-color: rgb(170,41,108); }
div.DivClassName
{
background-color: #AA296C;
}
.BgClassName
{
background-color: #AA296C;
}
</style>
border-color css
<style>
span { border-color: #AA296C; }
span { border-color: rgb(170,41,108); }
td.TdClassName
{
border-color: #AA296C;
}
.TagClassName
{
border-color: #AA296C;
}
</style>