Shades of Rouge #AA4366
Tints of Rouge #AA4366
RGB
CMYK
RGB Variations
Color information
#AA4366 (or 0xAA4366) is known color: Rouge. HEX triplet: AA, 43 and 66. RGB value is (170,67,102). Sum of RGB (Red+Green+Blue) = 170+67+102=339 (44% of max value = 765). Red value is 170 (66.80% from 255 or 50.15% from 339); Green value is 67 (26.56% from 255 or 19.76% from 339); Blue value is 102 (40.23% from 255 or 30.09% from 339); Max value from RGB is 170 - color contains mainly: red. Hex color #AA4366 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AA4366 is #55BC99. Grayscale: #656565. Windows color (decimal): -5618842 or 6701994. OLE color: 6701994.
HSL color Cylindrical-coordinate representation of color #AA4366: hue angle of 339.61º degrees, saturation: 0.43, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #AA4366 is Cyan = 0, Magento = 0.61, Yellow = 0.4 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 67 | 102 | - |
| CMYK | 0 | 0.61 | 0.4 | 0.33 |
| HSL | 339.61º | 0.43% | 0.46% | - |
| HSV(B) | 339.61º | 0.61% | 0.67% | - |
| XYZ | 20.98 | 13.52 | 14.07 | - |
| YUV | 101.79 | 128.12 | 176.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 67 | 102 | 0 | 0.61 | 0.4 | 0.33 | 339.61 | 0.43 | 0.46 |
| Hex | AA | 43 | 66 | 0 | 3D | 28 | 21 | 154 | 2B | 2E |
| Octal | 252 | 103 | 146 | 0 | 75 | 50 | 41 | 524 | 53 | 56 |
| Binary | 10101010 | 1000011 | 1100110 | 0 | 111101 | 101000 | 100001 | 101010100 | 101011 | 101110 |
Color Harmonies of #AA4366
Complementary color
Monochromatic Colors of #AA4366
Black with #AA4366
Text Example
Text Example
White with #AA4366
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA4366; }
p { color: rgb(170,67,102); }
H1.HeaderClassName
{
color: #AA4366;
}
.AnyTagClassName
{
color: #AA4366;
}
</style>
background-color css
<style>
a { background-color: #AA4366; }
a { background-color: rgb(170,67,102); }
div.DivClassName
{
background-color: #AA4366;
}
.BgClassName
{
background-color: #AA4366;
}
</style>
border-color css
<style>
span { border-color: #AA4366; }
span { border-color: rgb(170,67,102); }
td.TdClassName
{
border-color: #AA4366;
}
.TagClassName
{
border-color: #AA4366;
}
</style>