Shades of Rouge #AA3566
Tints of Rouge #AA3566
RGB
CMYK
RGB Variations
Color information
#AA3566 (or 0xAA3566) is known color: Rouge. HEX triplet: AA, 35 and 66. RGB value is (170,53,102). Sum of RGB (Red+Green+Blue) = 170+53+102=325 (43% of max value = 765). Red value is 170 (66.80% from 255 or 52.31% from 325); Green value is 53 (21.09% from 255 or 16.31% from 325); Blue value is 102 (40.23% from 255 or 31.38% from 325); Max value from RGB is 170 - color contains mainly: red. Hex color #AA3566 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AA3566 is #55CA99. Grayscale: #5D5D5D. Windows color (decimal): -5622426 or 6698410. OLE color: 6698410.
HSL color Cylindrical-coordinate representation of color #AA3566: hue angle of 334.87º degrees, saturation: 0.52, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #AA3566 is Cyan = 0, Magento = 0.69, Yellow = 0.4 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 53 | 102 | - |
| CMYK | 0 | 0.69 | 0.4 | 0.33 |
| HSL | 334.87º | 0.52% | 0.44% | - |
| HSV(B) | 334.87º | 0.69% | 0.67% | - |
| XYZ | 20.25 | 12.05 | 13.83 | - |
| YUV | 93.57 | 132.76 | 182.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 53 | 102 | 0 | 0.69 | 0.4 | 0.33 | 334.87 | 0.52 | 0.44 |
| Hex | AA | 35 | 66 | 0 | 45 | 28 | 21 | 14F | 34 | 2C |
| Octal | 252 | 65 | 146 | 0 | 105 | 50 | 41 | 517 | 64 | 54 |
| Binary | 10101010 | 110101 | 1100110 | 0 | 1000101 | 101000 | 100001 | 101001111 | 110100 | 101100 |
Color Harmonies of #AA3566
Complementary color
Monochromatic Colors of #AA3566
Black with #AA3566
Text Example
Text Example
White with #AA3566
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA3566; }
p { color: rgb(170,53,102); }
H1.HeaderClassName
{
color: #AA3566;
}
.AnyTagClassName
{
color: #AA3566;
}
</style>
background-color css
<style>
a { background-color: #AA3566; }
a { background-color: rgb(170,53,102); }
div.DivClassName
{
background-color: #AA3566;
}
.BgClassName
{
background-color: #AA3566;
}
</style>
border-color css
<style>
span { border-color: #AA3566; }
span { border-color: rgb(170,53,102); }
td.TdClassName
{
border-color: #AA3566;
}
.TagClassName
{
border-color: #AA3566;
}
</style>