Shades of Rouge #AA4663
Tints of Rouge #AA4663
RGB
CMYK
RGB Variations
Color information
#AA4663 (or 0xAA4663) is known color: Rouge. HEX triplet: AA, 46 and 63. RGB value is (170,70,99). Sum of RGB (Red+Green+Blue) = 170+70+99=339 (44% of max value = 765). Red value is 170 (66.80% from 255 or 50.15% from 339); Green value is 70 (27.73% from 255 or 20.65% from 339); Blue value is 99 (39.06% from 255 or 29.20% from 339); Max value from RGB is 170 - color contains mainly: red. Hex color #AA4663 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AA4663 is #55B99C. Grayscale: #676767. Windows color (decimal): -5618077 or 6506154. OLE color: 6506154.
HSL color Cylindrical-coordinate representation of color #AA4663: hue angle of 342.6º degrees, saturation: 0.42, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #AA4663 is Cyan = 0, Magento = 0.59, Yellow = 0.42 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 70 | 99 | - |
| CMYK | 0 | 0.59 | 0.42 | 0.33 |
| HSL | 342.6º | 0.42% | 0.47% | - |
| HSV(B) | 342.6º | 0.59% | 0.67% | - |
| XYZ | 21.02 | 13.83 | 13.37 | - |
| YUV | 103.21 | 125.63 | 175.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 70 | 99 | 0 | 0.59 | 0.42 | 0.33 | 342.6 | 0.42 | 0.47 |
| Hex | AA | 46 | 63 | 0 | 3B | 2A | 21 | 157 | 2A | 2F |
| Octal | 252 | 106 | 143 | 0 | 73 | 52 | 41 | 527 | 52 | 57 |
| Binary | 10101010 | 1000110 | 1100011 | 0 | 111011 | 101010 | 100001 | 101010111 | 101010 | 101111 |
Color Harmonies of #AA4663
Complementary color
Monochromatic Colors of #AA4663
Black with #AA4663
Text Example
Text Example
White with #AA4663
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA4663; }
p { color: rgb(170,70,99); }
H1.HeaderClassName
{
color: #AA4663;
}
.AnyTagClassName
{
color: #AA4663;
}
</style>
background-color css
<style>
a { background-color: #AA4663; }
a { background-color: rgb(170,70,99); }
div.DivClassName
{
background-color: #AA4663;
}
.BgClassName
{
background-color: #AA4663;
}
</style>
border-color css
<style>
span { border-color: #AA4663; }
span { border-color: rgb(170,70,99); }
td.TdClassName
{
border-color: #AA4663;
}
.TagClassName
{
border-color: #AA4663;
}
</style>