Shades of Rouge #AA4868
Tints of Rouge #AA4868
RGB
CMYK
RGB Variations
Color information
#AA4868 (or 0xAA4868) is known color: Rouge. HEX triplet: AA, 48 and 68. RGB value is (170,72,104). Sum of RGB (Red+Green+Blue) = 170+72+104=346 (45% of max value = 765). Red value is 170 (66.80% from 255 or 49.13% from 346); Green value is 72 (28.52% from 255 or 20.81% from 346); Blue value is 104 (41.02% from 255 or 30.06% from 346); Max value from RGB is 170 - color contains mainly: red. Hex color #AA4868 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AA4868 is #55B797. Grayscale: #686868. Windows color (decimal): -5617560 or 6834346. OLE color: 6834346.
HSL color Cylindrical-coordinate representation of color #AA4868: hue angle of 340.41º 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 #AA4868 is Cyan = 0, Magento = 0.58, Yellow = 0.39 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 72 | 104 | - |
| CMYK | 0 | 0.58 | 0.39 | 0.33 |
| HSL | 340.41º | 0.4% | 0.47% | - |
| HSV(B) | 340.41º | 0.58% | 0.67% | - |
| XYZ | 21.39 | 14.18 | 14.71 | - |
| YUV | 104.95 | 127.47 | 174.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 72 | 104 | 0 | 0.58 | 0.39 | 0.33 | 340.41 | 0.4 | 0.47 |
| Hex | AA | 48 | 68 | 0 | 3A | 27 | 21 | 154 | 28 | 2F |
| Octal | 252 | 110 | 150 | 0 | 72 | 47 | 41 | 524 | 50 | 57 |
| Binary | 10101010 | 1001000 | 1101000 | 0 | 111010 | 100111 | 100001 | 101010100 | 101000 | 101111 |
Color Harmonies of #AA4868
Complementary color
Monochromatic Colors of #AA4868
Black with #AA4868
Text Example
Text Example
White with #AA4868
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA4868; }
p { color: rgb(170,72,104); }
H1.HeaderClassName
{
color: #AA4868;
}
.AnyTagClassName
{
color: #AA4868;
}
</style>
background-color css
<style>
a { background-color: #AA4868; }
a { background-color: rgb(170,72,104); }
div.DivClassName
{
background-color: #AA4868;
}
.BgClassName
{
background-color: #AA4868;
}
</style>
border-color css
<style>
span { border-color: #AA4868; }
span { border-color: rgb(170,72,104); }
td.TdClassName
{
border-color: #AA4868;
}
.TagClassName
{
border-color: #AA4868;
}
</style>