Shades of Rouge #AA405E
Tints of Rouge #AA405E
RGB
CMYK
RGB Variations
Color information
#AA405E (or 0xAA405E) is known color: Rouge. HEX triplet: AA, 40 and 5E. RGB value is (170,64,94). Sum of RGB (Red+Green+Blue) = 170+64+94=328 (43% of max value = 765). Red value is 170 (66.80% from 255 or 51.83% from 328); Green value is 64 (25.39% from 255 or 19.51% from 328); Blue value is 94 (37.11% from 255 or 28.66% from 328); Max value from RGB is 170 - color contains mainly: red. Hex color #AA405E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AA405E is #55BFA1. Grayscale: #636363. Windows color (decimal): -5619618 or 6176938. OLE color: 6176938.
HSL color Cylindrical-coordinate representation of color #AA405E: hue angle of 343.02º degrees, saturation: 0.45, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #AA405E is Cyan = 0, Magento = 0.62, Yellow = 0.45 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 64 | 94 | - |
| CMYK | 0 | 0.62 | 0.45 | 0.33 |
| HSL | 343.02º | 0.45% | 0.46% | - |
| HSV(B) | 343.02º | 0.62% | 0.67% | - |
| XYZ | 20.43 | 13.02 | 12.03 | - |
| YUV | 99.11 | 125.12 | 178.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 64 | 94 | 0 | 0.62 | 0.45 | 0.33 | 343.02 | 0.45 | 0.46 |
| Hex | AA | 40 | 5E | 0 | 3E | 2D | 21 | 157 | 2D | 2E |
| Octal | 252 | 100 | 136 | 0 | 76 | 55 | 41 | 527 | 55 | 56 |
| Binary | 10101010 | 1000000 | 1011110 | 0 | 111110 | 101101 | 100001 | 101010111 | 101101 | 101110 |
Color Harmonies of #AA405E
Complementary color
Monochromatic Colors of #AA405E
Black with #AA405E
Text Example
Text Example
White with #AA405E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA405E; }
p { color: rgb(170,64,94); }
H1.HeaderClassName
{
color: #AA405E;
}
.AnyTagClassName
{
color: #AA405E;
}
</style>
background-color css
<style>
a { background-color: #AA405E; }
a { background-color: rgb(170,64,94); }
div.DivClassName
{
background-color: #AA405E;
}
.BgClassName
{
background-color: #AA405E;
}
</style>
border-color css
<style>
span { border-color: #AA405E; }
span { border-color: rgb(170,64,94); }
td.TdClassName
{
border-color: #AA405E;
}
.TagClassName
{
border-color: #AA405E;
}
</style>