Shades of Rouge #AA3166
Tints of Rouge #AA3166
RGB
CMYK
RGB Variations
Color information
#AA3166 (or 0xAA3166) is known color: Rouge. HEX triplet: AA, 31 and 66. RGB value is (170,49,102). Sum of RGB (Red+Green+Blue) = 170+49+102=321 (42% of max value = 765). Red value is 170 (66.80% from 255 or 52.96% from 321); Green value is 49 (19.53% from 255 or 15.26% from 321); Blue value is 102 (40.23% from 255 or 31.78% from 321); Max value from RGB is 170 - color contains mainly: red. Hex color #AA3166 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AA3166 is #55CE99. Grayscale: #5B5B5B. Windows color (decimal): -5623450 or 6697386. OLE color: 6697386.
HSL color Cylindrical-coordinate representation of color #AA3166: hue angle of 333.72º degrees, saturation: 0.55, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #AA3166 is Cyan = 0, Magento = 0.71, Yellow = 0.4 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 49 | 102 | - |
| CMYK | 0 | 0.71 | 0.4 | 0.33 |
| HSL | 333.72º | 0.55% | 0.43% | - |
| HSV(B) | 333.72º | 0.71% | 0.67% | - |
| XYZ | 20.07 | 11.7 | 13.77 | - |
| YUV | 91.22 | 134.09 | 184.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 49 | 102 | 0 | 0.71 | 0.4 | 0.33 | 333.72 | 0.55 | 0.43 |
| Hex | AA | 31 | 66 | 0 | 47 | 28 | 21 | 14E | 37 | 2B |
| Octal | 252 | 61 | 146 | 0 | 107 | 50 | 41 | 516 | 67 | 53 |
| Binary | 10101010 | 110001 | 1100110 | 0 | 1000111 | 101000 | 100001 | 101001110 | 110111 | 101011 |
Color Harmonies of #AA3166
Complementary color
Monochromatic Colors of #AA3166
Black with #AA3166
Text Example
Text Example
White with #AA3166
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA3166; }
p { color: rgb(170,49,102); }
H1.HeaderClassName
{
color: #AA3166;
}
.AnyTagClassName
{
color: #AA3166;
}
</style>
background-color css
<style>
a { background-color: #AA3166; }
a { background-color: rgb(170,49,102); }
div.DivClassName
{
background-color: #AA3166;
}
.BgClassName
{
background-color: #AA3166;
}
</style>
border-color css
<style>
span { border-color: #AA3166; }
span { border-color: rgb(170,49,102); }
td.TdClassName
{
border-color: #AA3166;
}
.TagClassName
{
border-color: #AA3166;
}
</style>