Shades of Rouge #AA355E
Tints of Rouge #AA355E
RGB
CMYK
RGB Variations
Color information
#AA355E (or 0xAA355E) is known color: Rouge. HEX triplet: AA, 35 and 5E. RGB value is (170,53,94). Sum of RGB (Red+Green+Blue) = 170+53+94=317 (41% of max value = 765). Red value is 170 (66.80% from 255 or 53.63% from 317); Green value is 53 (21.09% from 255 or 16.72% from 317); Blue value is 94 (37.11% from 255 or 29.65% from 317); Max value from RGB is 170 - color contains mainly: red. Hex color #AA355E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AA355E is #55CAA1. Grayscale: #5C5C5C. Windows color (decimal): -5622434 or 6174122. OLE color: 6174122.
HSL color Cylindrical-coordinate representation of color #AA355E: hue angle of 338.97º 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 #AA355E is Cyan = 0, Magento = 0.69, Yellow = 0.45 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 53 | 94 | - |
| CMYK | 0 | 0.69 | 0.45 | 0.33 |
| HSL | 338.97º | 0.52% | 0.44% | - |
| HSV(B) | 338.97º | 0.69% | 0.67% | - |
| XYZ | 19.87 | 11.9 | 11.84 | - |
| YUV | 92.66 | 128.76 | 183.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 53 | 94 | 0 | 0.69 | 0.45 | 0.33 | 338.97 | 0.52 | 0.44 |
| Hex | AA | 35 | 5E | 0 | 45 | 2D | 21 | 153 | 34 | 2C |
| Octal | 252 | 65 | 136 | 0 | 105 | 55 | 41 | 523 | 64 | 54 |
| Binary | 10101010 | 110101 | 1011110 | 0 | 1000101 | 101101 | 100001 | 101010011 | 110100 | 101100 |
Color Harmonies of #AA355E
Complementary color
Monochromatic Colors of #AA355E
Black with #AA355E
Text Example
Text Example
White with #AA355E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA355E; }
p { color: rgb(170,53,94); }
H1.HeaderClassName
{
color: #AA355E;
}
.AnyTagClassName
{
color: #AA355E;
}
</style>
background-color css
<style>
a { background-color: #AA355E; }
a { background-color: rgb(170,53,94); }
div.DivClassName
{
background-color: #AA355E;
}
.BgClassName
{
background-color: #AA355E;
}
</style>
border-color css
<style>
span { border-color: #AA355E; }
span { border-color: rgb(170,53,94); }
td.TdClassName
{
border-color: #AA355E;
}
.TagClassName
{
border-color: #AA355E;
}
</style>