Shades of Rouge #AA4266
Tints of Rouge #AA4266
RGB
CMYK
RGB Variations
Color information
#AA4266 (or 0xAA4266) is known color: Rouge. HEX triplet: AA, 42 and 66. RGB value is (170,66,102). Sum of RGB (Red+Green+Blue) = 170+66+102=338 (44% of max value = 765). Red value is 170 (66.80% from 255 or 50.30% from 338); Green value is 66 (26.17% from 255 or 19.53% from 338); Blue value is 102 (40.23% from 255 or 30.18% from 338); Max value from RGB is 170 - color contains mainly: red. Hex color #AA4266 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AA4266 is #55BD99. Grayscale: #656565. Windows color (decimal): -5619098 or 6701738. OLE color: 6701738.
HSL color Cylindrical-coordinate representation of color #AA4266: hue angle of 339.23º degrees, saturation: 0.44, 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 #AA4266 is Cyan = 0, Magento = 0.61, Yellow = 0.4 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 66 | 102 | - |
| CMYK | 0 | 0.61 | 0.4 | 0.33 |
| HSL | 339.23º | 0.44% | 0.46% | - |
| HSV(B) | 339.23º | 0.61% | 0.67% | - |
| XYZ | 20.92 | 13.4 | 14.05 | - |
| YUV | 101.2 | 128.46 | 177.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 66 | 102 | 0 | 0.61 | 0.4 | 0.33 | 339.23 | 0.44 | 0.46 |
| Hex | AA | 42 | 66 | 0 | 3D | 28 | 21 | 153 | 2C | 2E |
| Octal | 252 | 102 | 146 | 0 | 75 | 50 | 41 | 523 | 54 | 56 |
| Binary | 10101010 | 1000010 | 1100110 | 0 | 111101 | 101000 | 100001 | 101010011 | 101100 | 101110 |
Color Harmonies of #AA4266
Complementary color
Monochromatic Colors of #AA4266
Black with #AA4266
Text Example
Text Example
White with #AA4266
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA4266; }
p { color: rgb(170,66,102); }
H1.HeaderClassName
{
color: #AA4266;
}
.AnyTagClassName
{
color: #AA4266;
}
</style>
background-color css
<style>
a { background-color: #AA4266; }
a { background-color: rgb(170,66,102); }
div.DivClassName
{
background-color: #AA4266;
}
.BgClassName
{
background-color: #AA4266;
}
</style>
border-color css
<style>
span { border-color: #AA4266; }
span { border-color: rgb(170,66,102); }
td.TdClassName
{
border-color: #AA4266;
}
.TagClassName
{
border-color: #AA4266;
}
</style>