Shades of Rouge #AA4566
Tints of Rouge #AA4566
RGB
CMYK
RGB Variations
Color information
#AA4566 (or 0xAA4566) is known color: Rouge. HEX triplet: AA, 45 and 66. RGB value is (170,69,102). Sum of RGB (Red+Green+Blue) = 170+69+102=341 (45% of max value = 765). Red value is 170 (66.80% from 255 or 49.85% from 341); Green value is 69 (27.34% from 255 or 20.23% from 341); Blue value is 102 (40.23% from 255 or 29.91% from 341); Max value from RGB is 170 - color contains mainly: red. Hex color #AA4566 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AA4566 is #55BA99. Grayscale: #666666. Windows color (decimal): -5618330 or 6702506. OLE color: 6702506.
HSL color Cylindrical-coordinate representation of color #AA4566: hue angle of 340.4º 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 #AA4566 is Cyan = 0, Magento = 0.59, Yellow = 0.4 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 69 | 102 | - |
| CMYK | 0 | 0.59 | 0.4 | 0.33 |
| HSL | 340.4º | 0.42% | 0.47% | - |
| HSV(B) | 340.4º | 0.59% | 0.67% | - |
| XYZ | 21.1 | 13.76 | 14.11 | - |
| YUV | 102.96 | 127.46 | 175.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 69 | 102 | 0 | 0.59 | 0.4 | 0.33 | 340.4 | 0.42 | 0.47 |
| Hex | AA | 45 | 66 | 0 | 3B | 28 | 21 | 154 | 2A | 2F |
| Octal | 252 | 105 | 146 | 0 | 73 | 50 | 41 | 524 | 52 | 57 |
| Binary | 10101010 | 1000101 | 1100110 | 0 | 111011 | 101000 | 100001 | 101010100 | 101010 | 101111 |
Color Harmonies of #AA4566
Complementary color
Monochromatic Colors of #AA4566
Black with #AA4566
Text Example
Text Example
White with #AA4566
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA4566; }
p { color: rgb(170,69,102); }
H1.HeaderClassName
{
color: #AA4566;
}
.AnyTagClassName
{
color: #AA4566;
}
</style>
background-color css
<style>
a { background-color: #AA4566; }
a { background-color: rgb(170,69,102); }
div.DivClassName
{
background-color: #AA4566;
}
.BgClassName
{
background-color: #AA4566;
}
</style>
border-color css
<style>
span { border-color: #AA4566; }
span { border-color: rgb(170,69,102); }
td.TdClassName
{
border-color: #AA4566;
}
.TagClassName
{
border-color: #AA4566;
}
</style>