Shades of Rouge #AA3572
Tints of Rouge #AA3572
RGB
CMYK
RGB Variations
Color information
#AA3572 (or 0xAA3572) is known color: Rouge. HEX triplet: AA, 35 and 72. RGB value is (170,53,114). Sum of RGB (Red+Green+Blue) = 170+53+114=337 (44% of max value = 765). Red value is 170 (66.80% from 255 or 50.45% from 337); Green value is 53 (21.09% from 255 or 15.73% from 337); Blue value is 114 (44.92% from 255 or 33.83% from 337); Max value from RGB is 170 - color contains mainly: red. Hex color #AA3572 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AA3572 is #55CA8D. Grayscale: #5E5E5E. Windows color (decimal): -5622414 or 7484842. OLE color: 7484842.
HSL color Cylindrical-coordinate representation of color #AA3572: hue angle of 328.72º degrees, saturation: 0.52, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #AA3572 is Cyan = 0, Magento = 0.69, Yellow = 0.33 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 53 | 114 | - |
| CMYK | 0 | 0.69 | 0.33 | 0.33 |
| HSL | 328.72º | 0.52% | 0.44% | - |
| HSV(B) | 328.72º | 0.69% | 0.67% | - |
| XYZ | 20.89 | 12.31 | 17.19 | - |
| YUV | 94.94 | 138.76 | 181.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 53 | 114 | 0 | 0.69 | 0.33 | 0.33 | 328.72 | 0.52 | 0.44 |
| Hex | AA | 35 | 72 | 0 | 45 | 21 | 21 | 149 | 34 | 2C |
| Octal | 252 | 65 | 162 | 0 | 105 | 41 | 41 | 511 | 64 | 54 |
| Binary | 10101010 | 110101 | 1110010 | 0 | 1000101 | 100001 | 100001 | 101001001 | 110100 | 101100 |
Color Harmonies of #AA3572
Complementary color
Monochromatic Colors of #AA3572
Black with #AA3572
Text Example
Text Example
White with #AA3572
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA3572; }
p { color: rgb(170,53,114); }
H1.HeaderClassName
{
color: #AA3572;
}
.AnyTagClassName
{
color: #AA3572;
}
</style>
background-color css
<style>
a { background-color: #AA3572; }
a { background-color: rgb(170,53,114); }
div.DivClassName
{
background-color: #AA3572;
}
.BgClassName
{
background-color: #AA3572;
}
</style>
border-color css
<style>
span { border-color: #AA3572; }
span { border-color: rgb(170,53,114); }
td.TdClassName
{
border-color: #AA3572;
}
.TagClassName
{
border-color: #AA3572;
}
</style>