Shades of Rouge #AA356E
Tints of Rouge #AA356E
RGB
CMYK
RGB Variations
Color information
#AA356E (or 0xAA356E) is known color: Rouge. HEX triplet: AA, 35 and 6E. RGB value is (170,53,110). Sum of RGB (Red+Green+Blue) = 170+53+110=333 (44% of max value = 765). Red value is 170 (66.80% from 255 or 51.05% from 333); Green value is 53 (21.09% from 255 or 15.92% from 333); Blue value is 110 (43.36% from 255 or 33.03% from 333); Max value from RGB is 170 - color contains mainly: red. Hex color #AA356E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AA356E is #55CA91. Grayscale: #5E5E5E. Windows color (decimal): -5622418 or 7222698. OLE color: 7222698.
HSL color Cylindrical-coordinate representation of color #AA356E: hue angle of 330.77º 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 #AA356E is Cyan = 0, Magento = 0.69, Yellow = 0.35 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 53 | 110 | - |
| CMYK | 0 | 0.69 | 0.35 | 0.33 |
| HSL | 330.77º | 0.52% | 0.44% | - |
| HSV(B) | 330.77º | 0.69% | 0.67% | - |
| XYZ | 20.67 | 12.22 | 16.02 | - |
| YUV | 94.48 | 136.76 | 181.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 53 | 110 | 0 | 0.69 | 0.35 | 0.33 | 330.77 | 0.52 | 0.44 |
| Hex | AA | 35 | 6E | 0 | 45 | 23 | 21 | 14B | 34 | 2C |
| Octal | 252 | 65 | 156 | 0 | 105 | 43 | 41 | 513 | 64 | 54 |
| Binary | 10101010 | 110101 | 1101110 | 0 | 1000101 | 100011 | 100001 | 101001011 | 110100 | 101100 |
Color Harmonies of #AA356E
Complementary color
Monochromatic Colors of #AA356E
Black with #AA356E
Text Example
Text Example
White with #AA356E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA356E; }
p { color: rgb(170,53,110); }
H1.HeaderClassName
{
color: #AA356E;
}
.AnyTagClassName
{
color: #AA356E;
}
</style>
background-color css
<style>
a { background-color: #AA356E; }
a { background-color: rgb(170,53,110); }
div.DivClassName
{
background-color: #AA356E;
}
.BgClassName
{
background-color: #AA356E;
}
</style>
border-color css
<style>
span { border-color: #AA356E; }
span { border-color: rgb(170,53,110); }
td.TdClassName
{
border-color: #AA356E;
}
.TagClassName
{
border-color: #AA356E;
}
</style>