Shades of Rouge #AA3C62
Tints of Rouge #AA3C62
RGB
CMYK
RGB Variations
Color information
#AA3C62 (or 0xAA3C62) is known color: Rouge. HEX triplet: AA, 3C and 62. RGB value is (170,60,98). Sum of RGB (Red+Green+Blue) = 170+60+98=328 (43% of max value = 765). Red value is 170 (66.80% from 255 or 51.83% from 328); Green value is 60 (23.83% from 255 or 18.29% from 328); Blue value is 98 (38.67% from 255 or 29.88% from 328); Max value from RGB is 170 - color contains mainly: red. Hex color #AA3C62 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AA3C62 is #55C39D. Grayscale: #616161. Windows color (decimal): -5620638 or 6438058. OLE color: 6438058.
HSL color Cylindrical-coordinate representation of color #AA3C62: hue angle of 339.27º 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 #AA3C62 is Cyan = 0, Magento = 0.65, Yellow = 0.42 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 60 | 98 | - |
| CMYK | 0 | 0.65 | 0.42 | 0.33 |
| HSL | 339.27º | 0.48% | 0.45% | - |
| HSV(B) | 339.27º | 0.65% | 0.67% | - |
| XYZ | 20.4 | 12.66 | 12.92 | - |
| YUV | 97.22 | 128.44 | 179.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 60 | 98 | 0 | 0.65 | 0.42 | 0.33 | 339.27 | 0.48 | 0.45 |
| Hex | AA | 3C | 62 | 0 | 41 | 2A | 21 | 153 | 30 | 2D |
| Octal | 252 | 74 | 142 | 0 | 101 | 52 | 41 | 523 | 60 | 55 |
| Binary | 10101010 | 111100 | 1100010 | 0 | 1000001 | 101010 | 100001 | 101010011 | 110000 | 101101 |
Color Harmonies of #AA3C62
Complementary color
Monochromatic Colors of #AA3C62
Black with #AA3C62
Text Example
Text Example
White with #AA3C62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA3C62; }
p { color: rgb(170,60,98); }
H1.HeaderClassName
{
color: #AA3C62;
}
.AnyTagClassName
{
color: #AA3C62;
}
</style>
background-color css
<style>
a { background-color: #AA3C62; }
a { background-color: rgb(170,60,98); }
div.DivClassName
{
background-color: #AA3C62;
}
.BgClassName
{
background-color: #AA3C62;
}
</style>
border-color css
<style>
span { border-color: #AA3C62; }
span { border-color: rgb(170,60,98); }
td.TdClassName
{
border-color: #AA3C62;
}
.TagClassName
{
border-color: #AA3C62;
}
</style>