Shades of Rouge #AA2964
Tints of Rouge #AA2964
RGB
CMYK
RGB Variations
Color information
#AA2964 (or 0xAA2964) is known color: Rouge. HEX triplet: AA, 29 and 64. RGB value is (170,41,100). Sum of RGB (Red+Green+Blue) = 170+41+100=311 (41% of max value = 765). Red value is 170 (66.80% from 255 or 54.66% from 311); Green value is 41 (16.41% from 255 or 13.18% from 311); Blue value is 100 (39.45% from 255 or 32.15% from 311); Max value from RGB is 170 - color contains mainly: red. Hex color #AA2964 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AA2964 is #55D69B. Grayscale: #565656. Windows color (decimal): -5625500 or 6564266. OLE color: 6564266.
HSL color Cylindrical-coordinate representation of color #AA2964: hue angle of 332.56º 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 #AA2964 is Cyan = 0, Magento = 0.76, Yellow = 0.41 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 41 | 100 | - |
| CMYK | 0 | 0.76 | 0.41 | 0.33 |
| HSL | 332.56º | 0.61% | 0.41% | - |
| HSV(B) | 332.56º | 0.76% | 0.67% | - |
| XYZ | 19.67 | 11.05 | 13.15 | - |
| YUV | 86.3 | 135.74 | 187.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 41 | 100 | 0 | 0.76 | 0.41 | 0.33 | 332.56 | 0.61 | 0.41 |
| Hex | AA | 29 | 64 | 0 | 4C | 29 | 21 | 14D | 3D | 29 |
| Octal | 252 | 51 | 144 | 0 | 114 | 51 | 41 | 515 | 75 | 51 |
| Binary | 10101010 | 101001 | 1100100 | 0 | 1001100 | 101001 | 100001 | 101001101 | 111101 | 101001 |
Color Harmonies of #AA2964
Complementary color
Monochromatic Colors of #AA2964
Black with #AA2964
Text Example
Text Example
White with #AA2964
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA2964; }
p { color: rgb(170,41,100); }
H1.HeaderClassName
{
color: #AA2964;
}
.AnyTagClassName
{
color: #AA2964;
}
</style>
background-color css
<style>
a { background-color: #AA2964; }
a { background-color: rgb(170,41,100); }
div.DivClassName
{
background-color: #AA2964;
}
.BgClassName
{
background-color: #AA2964;
}
</style>
border-color css
<style>
span { border-color: #AA2964; }
span { border-color: rgb(170,41,100); }
td.TdClassName
{
border-color: #AA2964;
}
.TagClassName
{
border-color: #AA2964;
}
</style>