Shades of Rouge #AA4865
Tints of Rouge #AA4865
RGB
CMYK
RGB Variations
Color information
#AA4865 (or 0xAA4865) is known color: Rouge. HEX triplet: AA, 48 and 65. RGB value is (170,72,101). Sum of RGB (Red+Green+Blue) = 170+72+101=343 (45% of max value = 765). Red value is 170 (66.80% from 255 or 49.56% from 343); Green value is 72 (28.52% from 255 or 20.99% from 343); Blue value is 101 (39.84% from 255 or 29.45% from 343); Max value from RGB is 170 - color contains mainly: red. Hex color #AA4865 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AA4865 is #55B79A. Grayscale: #686868. Windows color (decimal): -5617563 or 6637738. OLE color: 6637738.
HSL color Cylindrical-coordinate representation of color #AA4865: hue angle of 342.24º degrees, saturation: 0.4, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #AA4865 is Cyan = 0, Magento = 0.58, Yellow = 0.41 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 72 | 101 | - |
| CMYK | 0 | 0.58 | 0.41 | 0.33 |
| HSL | 342.24º | 0.4% | 0.47% | - |
| HSV(B) | 342.24º | 0.58% | 0.67% | - |
| XYZ | 21.24 | 14.12 | 13.92 | - |
| YUV | 104.61 | 125.97 | 174.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 72 | 101 | 0 | 0.58 | 0.41 | 0.33 | 342.24 | 0.4 | 0.47 |
| Hex | AA | 48 | 65 | 0 | 3A | 29 | 21 | 156 | 28 | 2F |
| Octal | 252 | 110 | 145 | 0 | 72 | 51 | 41 | 526 | 50 | 57 |
| Binary | 10101010 | 1001000 | 1100101 | 0 | 111010 | 101001 | 100001 | 101010110 | 101000 | 101111 |
Color Harmonies of #AA4865
Complementary color
Monochromatic Colors of #AA4865
Black with #AA4865
Text Example
Text Example
White with #AA4865
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA4865; }
p { color: rgb(170,72,101); }
H1.HeaderClassName
{
color: #AA4865;
}
.AnyTagClassName
{
color: #AA4865;
}
</style>
background-color css
<style>
a { background-color: #AA4865; }
a { background-color: rgb(170,72,101); }
div.DivClassName
{
background-color: #AA4865;
}
.BgClassName
{
background-color: #AA4865;
}
</style>
border-color css
<style>
span { border-color: #AA4865; }
span { border-color: rgb(170,72,101); }
td.TdClassName
{
border-color: #AA4865;
}
.TagClassName
{
border-color: #AA4865;
}
</style>