Shades of Rouge #AA3C66
Tints of Rouge #AA3C66
RGB
CMYK
RGB Variations
Color information
#AA3C66 (or 0xAA3C66) is known color: Rouge. HEX triplet: AA, 3C and 66. RGB value is (170,60,102). Sum of RGB (Red+Green+Blue) = 170+60+102=332 (43% of max value = 765). Red value is 170 (66.80% from 255 or 51.20% from 332); Green value is 60 (23.83% from 255 or 18.07% from 332); Blue value is 102 (40.23% from 255 or 30.72% from 332); Max value from RGB is 170 - color contains mainly: red. Hex color #AA3C66 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AA3C66 is #55C399. Grayscale: #616161. Windows color (decimal): -5620634 or 6700202. OLE color: 6700202.
HSL color Cylindrical-coordinate representation of color #AA3C66: hue angle of 337.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 #AA3C66 is Cyan = 0, Magento = 0.65, Yellow = 0.4 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 60 | 102 | - |
| CMYK | 0 | 0.65 | 0.4 | 0.33 |
| HSL | 337.09º | 0.48% | 0.45% | - |
| HSV(B) | 337.09º | 0.65% | 0.67% | - |
| XYZ | 20.59 | 12.74 | 13.94 | - |
| YUV | 97.68 | 130.44 | 179.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 60 | 102 | 0 | 0.65 | 0.4 | 0.33 | 337.09 | 0.48 | 0.45 |
| Hex | AA | 3C | 66 | 0 | 41 | 28 | 21 | 151 | 30 | 2D |
| Octal | 252 | 74 | 146 | 0 | 101 | 50 | 41 | 521 | 60 | 55 |
| Binary | 10101010 | 111100 | 1100110 | 0 | 1000001 | 101000 | 100001 | 101010001 | 110000 | 101101 |
Color Harmonies of #AA3C66
Complementary color
Monochromatic Colors of #AA3C66
Black with #AA3C66
Text Example
Text Example
White with #AA3C66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA3C66; }
p { color: rgb(170,60,102); }
H1.HeaderClassName
{
color: #AA3C66;
}
.AnyTagClassName
{
color: #AA3C66;
}
</style>
background-color css
<style>
a { background-color: #AA3C66; }
a { background-color: rgb(170,60,102); }
div.DivClassName
{
background-color: #AA3C66;
}
.BgClassName
{
background-color: #AA3C66;
}
</style>
border-color css
<style>
span { border-color: #AA3C66; }
span { border-color: rgb(170,60,102); }
td.TdClassName
{
border-color: #AA3C66;
}
.TagClassName
{
border-color: #AA3C66;
}
</style>