Shades of Rouge #AA3071
Tints of Rouge #AA3071
RGB
CMYK
RGB Variations
Color information
#AA3071 (or 0xAA3071) is known color: Rouge. HEX triplet: AA, 30 and 71. RGB value is (170,48,113). Sum of RGB (Red+Green+Blue) = 170+48+113=331 (43% of max value = 765). Red value is 170 (66.80% from 255 or 51.36% from 331); Green value is 48 (19.14% from 255 or 14.50% from 331); Blue value is 113 (44.53% from 255 or 34.14% from 331); Max value from RGB is 170 - color contains mainly: red. Hex color #AA3071 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AA3071 is #55CF8E. Grayscale: #5B5B5B. Windows color (decimal): -5623695 or 7418026. OLE color: 7418026.
HSL color Cylindrical-coordinate representation of color #AA3071: hue angle of 328.03º degrees, saturation: 0.56, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #AA3071 is Cyan = 0, Magento = 0.72, Yellow = 0.34 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 48 | 113 | - |
| CMYK | 0 | 0.72 | 0.34 | 0.33 |
| HSL | 328.03º | 0.56% | 0.43% | - |
| HSV(B) | 328.03º | 0.72% | 0.67% | - |
| XYZ | 20.62 | 11.85 | 16.82 | - |
| YUV | 91.89 | 139.92 | 183.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 48 | 113 | 0 | 0.72 | 0.34 | 0.33 | 328.03 | 0.56 | 0.43 |
| Hex | AA | 30 | 71 | 0 | 48 | 22 | 21 | 148 | 38 | 2B |
| Octal | 252 | 60 | 161 | 0 | 110 | 42 | 41 | 510 | 70 | 53 |
| Binary | 10101010 | 110000 | 1110001 | 0 | 1001000 | 100010 | 100001 | 101001000 | 111000 | 101011 |
Color Harmonies of #AA3071
Complementary color
Monochromatic Colors of #AA3071
Black with #AA3071
Text Example
Text Example
White with #AA3071
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA3071; }
p { color: rgb(170,48,113); }
H1.HeaderClassName
{
color: #AA3071;
}
.AnyTagClassName
{
color: #AA3071;
}
</style>
background-color css
<style>
a { background-color: #AA3071; }
a { background-color: rgb(170,48,113); }
div.DivClassName
{
background-color: #AA3071;
}
.BgClassName
{
background-color: #AA3071;
}
</style>
border-color css
<style>
span { border-color: #AA3071; }
span { border-color: rgb(170,48,113); }
td.TdClassName
{
border-color: #AA3071;
}
.TagClassName
{
border-color: #AA3071;
}
</style>