Shades of Rouge #AA3163
Tints of Rouge #AA3163
RGB
CMYK
RGB Variations
Color information
#AA3163 (or 0xAA3163) is known color: Rouge. HEX triplet: AA, 31 and 63. RGB value is (170,49,99). Sum of RGB (Red+Green+Blue) = 170+49+99=318 (42% of max value = 765). Red value is 170 (66.80% from 255 or 53.46% from 318); Green value is 49 (19.53% from 255 or 15.41% from 318); Blue value is 99 (39.06% from 255 or 31.13% from 318); Max value from RGB is 170 - color contains mainly: red. Hex color #AA3163 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AA3163 is #55CE9C. Grayscale: #5A5A5A. Windows color (decimal): -5623453 or 6500778. OLE color: 6500778.
HSL color Cylindrical-coordinate representation of color #AA3163: hue angle of 335.21º 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 #AA3163 is Cyan = 0, Magento = 0.71, Yellow = 0.42 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 49 | 99 | - |
| CMYK | 0 | 0.71 | 0.42 | 0.33 |
| HSL | 335.21º | 0.55% | 0.43% | - |
| HSV(B) | 335.21º | 0.71% | 0.67% | - |
| XYZ | 19.93 | 11.64 | 13 | - |
| YUV | 90.88 | 132.59 | 184.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 49 | 99 | 0 | 0.71 | 0.42 | 0.33 | 335.21 | 0.55 | 0.43 |
| Hex | AA | 31 | 63 | 0 | 47 | 2A | 21 | 14F | 37 | 2B |
| Octal | 252 | 61 | 143 | 0 | 107 | 52 | 41 | 517 | 67 | 53 |
| Binary | 10101010 | 110001 | 1100011 | 0 | 1000111 | 101010 | 100001 | 101001111 | 110111 | 101011 |
Color Harmonies of #AA3163
Complementary color
Monochromatic Colors of #AA3163
Black with #AA3163
Text Example
Text Example
White with #AA3163
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA3163; }
p { color: rgb(170,49,99); }
H1.HeaderClassName
{
color: #AA3163;
}
.AnyTagClassName
{
color: #AA3163;
}
</style>
background-color css
<style>
a { background-color: #AA3163; }
a { background-color: rgb(170,49,99); }
div.DivClassName
{
background-color: #AA3163;
}
.BgClassName
{
background-color: #AA3163;
}
</style>
border-color css
<style>
span { border-color: #AA3163; }
span { border-color: rgb(170,49,99); }
td.TdClassName
{
border-color: #AA3163;
}
.TagClassName
{
border-color: #AA3163;
}
</style>