Shades of Rouge #AA355F
Tints of Rouge #AA355F
RGB
CMYK
RGB Variations
Color information
#AA355F (or 0xAA355F) is known color: Rouge. HEX triplet: AA, 35 and 5F. RGB value is (170,53,95). Sum of RGB (Red+Green+Blue) = 170+53+95=318 (42% of max value = 765). Red value is 170 (66.80% from 255 or 53.46% from 318); Green value is 53 (21.09% from 255 or 16.67% from 318); Blue value is 95 (37.5% from 255 or 29.87% from 318); Max value from RGB is 170 - color contains mainly: red. Hex color #AA355F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AA355F is #55CAA0. Grayscale: #5C5C5C. Windows color (decimal): -5622433 or 6239658. OLE color: 6239658.
HSL color Cylindrical-coordinate representation of color #AA355F: hue angle of 338.46º 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 #AA355F is Cyan = 0, Magento = 0.69, Yellow = 0.44 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 53 | 95 | - |
| CMYK | 0 | 0.69 | 0.44 | 0.33 |
| HSL | 338.46º | 0.52% | 0.44% | - |
| HSV(B) | 338.46º | 0.69% | 0.67% | - |
| XYZ | 19.92 | 11.92 | 12.08 | - |
| YUV | 92.77 | 129.26 | 183.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 53 | 95 | 0 | 0.69 | 0.44 | 0.33 | 338.46 | 0.52 | 0.44 |
| Hex | AA | 35 | 5F | 0 | 45 | 2C | 21 | 152 | 34 | 2C |
| Octal | 252 | 65 | 137 | 0 | 105 | 54 | 41 | 522 | 64 | 54 |
| Binary | 10101010 | 110101 | 1011111 | 0 | 1000101 | 101100 | 100001 | 101010010 | 110100 | 101100 |
Color Harmonies of #AA355F
Complementary color
Monochromatic Colors of #AA355F
Black with #AA355F
Text Example
Text Example
White with #AA355F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA355F; }
p { color: rgb(170,53,95); }
H1.HeaderClassName
{
color: #AA355F;
}
.AnyTagClassName
{
color: #AA355F;
}
</style>
background-color css
<style>
a { background-color: #AA355F; }
a { background-color: rgb(170,53,95); }
div.DivClassName
{
background-color: #AA355F;
}
.BgClassName
{
background-color: #AA355F;
}
</style>
border-color css
<style>
span { border-color: #AA355F; }
span { border-color: rgb(170,53,95); }
td.TdClassName
{
border-color: #AA355F;
}
.TagClassName
{
border-color: #AA355F;
}
</style>