Shades of Rouge #AA3C71
Tints of Rouge #AA3C71
RGB
CMYK
RGB Variations
Color information
#AA3C71 (or 0xAA3C71) is known color: Rouge. HEX triplet: AA, 3C and 71. RGB value is (170,60,113). Sum of RGB (Red+Green+Blue) = 170+60+113=343 (45% of max value = 765). Red value is 170 (66.80% from 255 or 49.56% from 343); Green value is 60 (23.83% from 255 or 17.49% from 343); Blue value is 113 (44.53% from 255 or 32.94% from 343); Max value from RGB is 170 - color contains mainly: red. Hex color #AA3C71 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AA3C71 is #55C38E. Grayscale: #626262. Windows color (decimal): -5620623 or 7421098. OLE color: 7421098.
HSL color Cylindrical-coordinate representation of color #AA3C71: hue angle of 331.09º degrees, saturation: 0.48, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #AA3C71 is Cyan = 0, Magento = 0.65, Yellow = 0.34 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 60 | 113 | - |
| CMYK | 0 | 0.65 | 0.34 | 0.33 |
| HSL | 331.09º | 0.48% | 0.45% | - |
| HSV(B) | 331.09º | 0.65% | 0.67% | - |
| XYZ | 21.17 | 12.97 | 17.01 | - |
| YUV | 98.93 | 135.94 | 178.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 60 | 113 | 0 | 0.65 | 0.34 | 0.33 | 331.09 | 0.48 | 0.45 |
| Hex | AA | 3C | 71 | 0 | 41 | 22 | 21 | 14B | 30 | 2D |
| Octal | 252 | 74 | 161 | 0 | 101 | 42 | 41 | 513 | 60 | 55 |
| Binary | 10101010 | 111100 | 1110001 | 0 | 1000001 | 100010 | 100001 | 101001011 | 110000 | 101101 |
Color Harmonies of #AA3C71
Complementary color
Monochromatic Colors of #AA3C71
Black with #AA3C71
Text Example
Text Example
White with #AA3C71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA3C71; }
p { color: rgb(170,60,113); }
H1.HeaderClassName
{
color: #AA3C71;
}
.AnyTagClassName
{
color: #AA3C71;
}
</style>
background-color css
<style>
a { background-color: #AA3C71; }
a { background-color: rgb(170,60,113); }
div.DivClassName
{
background-color: #AA3C71;
}
.BgClassName
{
background-color: #AA3C71;
}
</style>
border-color css
<style>
span { border-color: #AA3C71; }
span { border-color: rgb(170,60,113); }
td.TdClassName
{
border-color: #AA3C71;
}
.TagClassName
{
border-color: #AA3C71;
}
</style>