Shades of Rouge #AA3F62
Tints of Rouge #AA3F62
RGB
CMYK
RGB Variations
Color information
#AA3F62 (or 0xAA3F62) is known color: Rouge. HEX triplet: AA, 3F and 62. RGB value is (170,63,98). Sum of RGB (Red+Green+Blue) = 170+63+98=331 (43% of max value = 765). Red value is 170 (66.80% from 255 or 51.36% from 331); Green value is 63 (25% from 255 or 19.03% from 331); Blue value is 98 (38.67% from 255 or 29.61% from 331); Max value from RGB is 170 - color contains mainly: red. Hex color #AA3F62 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AA3F62 is #55C09D. Grayscale: #626262. Windows color (decimal): -5619870 or 6438826. OLE color: 6438826.
HSL color Cylindrical-coordinate representation of color #AA3F62: hue angle of 340.37º degrees, saturation: 0.46, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #AA3F62 is Cyan = 0, Magento = 0.63, Yellow = 0.42 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 63 | 98 | - |
| CMYK | 0 | 0.63 | 0.42 | 0.33 |
| HSL | 340.37º | 0.46% | 0.46% | - |
| HSV(B) | 340.37º | 0.63% | 0.67% | - |
| XYZ | 20.56 | 12.98 | 12.98 | - |
| YUV | 98.98 | 127.45 | 178.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 63 | 98 | 0 | 0.63 | 0.42 | 0.33 | 340.37 | 0.46 | 0.46 |
| Hex | AA | 3F | 62 | 0 | 3F | 2A | 21 | 154 | 2E | 2E |
| Octal | 252 | 77 | 142 | 0 | 77 | 52 | 41 | 524 | 56 | 56 |
| Binary | 10101010 | 111111 | 1100010 | 0 | 111111 | 101010 | 100001 | 101010100 | 101110 | 101110 |
Color Harmonies of #AA3F62
Complementary color
Monochromatic Colors of #AA3F62
Black with #AA3F62
Text Example
Text Example
White with #AA3F62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA3F62; }
p { color: rgb(170,63,98); }
H1.HeaderClassName
{
color: #AA3F62;
}
.AnyTagClassName
{
color: #AA3F62;
}
</style>
background-color css
<style>
a { background-color: #AA3F62; }
a { background-color: rgb(170,63,98); }
div.DivClassName
{
background-color: #AA3F62;
}
.BgClassName
{
background-color: #AA3F62;
}
</style>
border-color css
<style>
span { border-color: #AA3F62; }
span { border-color: rgb(170,63,98); }
td.TdClassName
{
border-color: #AA3F62;
}
.TagClassName
{
border-color: #AA3F62;
}
</style>