Shades of Rouge #AA355D
Tints of Rouge #AA355D
RGB
CMYK
RGB Variations
Color information
#AA355D (or 0xAA355D) is known color: Rouge. HEX triplet: AA, 35 and 5D. RGB value is (170,53,93). Sum of RGB (Red+Green+Blue) = 170+53+93=316 (41% of max value = 765). Red value is 170 (66.80% from 255 or 53.80% from 316); Green value is 53 (21.09% from 255 or 16.77% from 316); Blue value is 93 (36.72% from 255 or 29.43% from 316); Max value from RGB is 170 - color contains mainly: red. Hex color #AA355D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AA355D is #55CAA2. Grayscale: #5C5C5C. Windows color (decimal): -5622435 or 6108586. OLE color: 6108586.
HSL color Cylindrical-coordinate representation of color #AA355D: hue angle of 339.49º 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 #AA355D is Cyan = 0, Magento = 0.69, Yellow = 0.45 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 53 | 93 | - |
| CMYK | 0 | 0.69 | 0.45 | 0.33 |
| HSL | 339.49º | 0.52% | 0.44% | - |
| HSV(B) | 339.49º | 0.69% | 0.67% | - |
| XYZ | 19.83 | 11.88 | 11.6 | - |
| YUV | 92.54 | 128.26 | 183.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 53 | 93 | 0 | 0.69 | 0.45 | 0.33 | 339.49 | 0.52 | 0.44 |
| Hex | AA | 35 | 5D | 0 | 45 | 2D | 21 | 153 | 34 | 2C |
| Octal | 252 | 65 | 135 | 0 | 105 | 55 | 41 | 523 | 64 | 54 |
| Binary | 10101010 | 110101 | 1011101 | 0 | 1000101 | 101101 | 100001 | 101010011 | 110100 | 101100 |
Color Harmonies of #AA355D
Complementary color
Monochromatic Colors of #AA355D
Black with #AA355D
Text Example
Text Example
White with #AA355D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA355D; }
p { color: rgb(170,53,93); }
H1.HeaderClassName
{
color: #AA355D;
}
.AnyTagClassName
{
color: #AA355D;
}
</style>
background-color css
<style>
a { background-color: #AA355D; }
a { background-color: rgb(170,53,93); }
div.DivClassName
{
background-color: #AA355D;
}
.BgClassName
{
background-color: #AA355D;
}
</style>
border-color css
<style>
span { border-color: #AA355D; }
span { border-color: rgb(170,53,93); }
td.TdClassName
{
border-color: #AA355D;
}
.TagClassName
{
border-color: #AA355D;
}
</style>