Shades of Rouge #AA3E61
Tints of Rouge #AA3E61
RGB
CMYK
RGB Variations
Color information
#AA3E61 (or 0xAA3E61) is known color: Rouge. HEX triplet: AA, 3E and 61. RGB value is (170,62,97). Sum of RGB (Red+Green+Blue) = 170+62+97=329 (43% of max value = 765). Red value is 170 (66.80% from 255 or 51.67% from 329); Green value is 62 (24.61% from 255 or 18.84% from 329); Blue value is 97 (38.28% from 255 or 29.48% from 329); Max value from RGB is 170 - color contains mainly: red. Hex color #AA3E61 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AA3E61 is #55C19E. Grayscale: #626262. Windows color (decimal): -5620127 or 6373034. OLE color: 6373034.
HSL color Cylindrical-coordinate representation of color #AA3E61: hue angle of 340.56º degrees, saturation: 0.47, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #AA3E61 is Cyan = 0, Magento = 0.64, Yellow = 0.43 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 62 | 97 | - |
| CMYK | 0 | 0.64 | 0.43 | 0.33 |
| HSL | 340.56º | 0.47% | 0.45% | - |
| HSV(B) | 340.56º | 0.64% | 0.67% | - |
| XYZ | 20.46 | 12.85 | 12.71 | - |
| YUV | 98.28 | 127.28 | 179.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 62 | 97 | 0 | 0.64 | 0.43 | 0.33 | 340.56 | 0.47 | 0.45 |
| Hex | AA | 3E | 61 | 0 | 40 | 2B | 21 | 155 | 2F | 2D |
| Octal | 252 | 76 | 141 | 0 | 100 | 53 | 41 | 525 | 57 | 55 |
| Binary | 10101010 | 111110 | 1100001 | 0 | 1000000 | 101011 | 100001 | 101010101 | 101111 | 101101 |
Color Harmonies of #AA3E61
Complementary color
Monochromatic Colors of #AA3E61
Black with #AA3E61
Text Example
Text Example
White with #AA3E61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA3E61; }
p { color: rgb(170,62,97); }
H1.HeaderClassName
{
color: #AA3E61;
}
.AnyTagClassName
{
color: #AA3E61;
}
</style>
background-color css
<style>
a { background-color: #AA3E61; }
a { background-color: rgb(170,62,97); }
div.DivClassName
{
background-color: #AA3E61;
}
.BgClassName
{
background-color: #AA3E61;
}
</style>
border-color css
<style>
span { border-color: #AA3E61; }
span { border-color: rgb(170,62,97); }
td.TdClassName
{
border-color: #AA3E61;
}
.TagClassName
{
border-color: #AA3E61;
}
</style>