Shades of Rouge #AA4466
Tints of Rouge #AA4466
RGB
CMYK
RGB Variations
Color information
#AA4466 (or 0xAA4466) is known color: Rouge. HEX triplet: AA, 44 and 66. RGB value is (170,68,102). Sum of RGB (Red+Green+Blue) = 170+68+102=340 (45% of max value = 765). Red value is 170 (66.80% from 255 or 50% from 340); Green value is 68 (26.95% from 255 or 20% from 340); Blue value is 102 (40.23% from 255 or 30% from 340); Max value from RGB is 170 - color contains mainly: red. Hex color #AA4466 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AA4466 is #55BB99. Grayscale: #666666. Windows color (decimal): -5618586 or 6702250. OLE color: 6702250.
HSL color Cylindrical-coordinate representation of color #AA4466: hue angle of 340º degrees, saturation: 0.43, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #AA4466 is Cyan = 0, Magento = 0.6, Yellow = 0.4 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 68 | 102 | - |
| CMYK | 0 | 0.6 | 0.4 | 0.33 |
| HSL | 340º | 0.43% | 0.47% | - |
| HSV(B) | 340º | 0.6% | 0.67% | - |
| XYZ | 21.04 | 13.64 | 14.09 | - |
| YUV | 102.37 | 127.79 | 176.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 68 | 102 | 0 | 0.6 | 0.4 | 0.33 | 340 | 0.43 | 0.47 |
| Hex | AA | 44 | 66 | 0 | 3C | 28 | 21 | 154 | 2B | 2F |
| Octal | 252 | 104 | 146 | 0 | 74 | 50 | 41 | 524 | 53 | 57 |
| Binary | 10101010 | 1000100 | 1100110 | 0 | 111100 | 101000 | 100001 | 101010100 | 101011 | 101111 |
Color Harmonies of #AA4466
Complementary color
Monochromatic Colors of #AA4466
Black with #AA4466
Text Example
Text Example
White with #AA4466
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA4466; }
p { color: rgb(170,68,102); }
H1.HeaderClassName
{
color: #AA4466;
}
.AnyTagClassName
{
color: #AA4466;
}
</style>
background-color css
<style>
a { background-color: #AA4466; }
a { background-color: rgb(170,68,102); }
div.DivClassName
{
background-color: #AA4466;
}
.BgClassName
{
background-color: #AA4466;
}
</style>
border-color css
<style>
span { border-color: #AA4466; }
span { border-color: rgb(170,68,102); }
td.TdClassName
{
border-color: #AA4466;
}
.TagClassName
{
border-color: #AA4466;
}
</style>