Shades of Rouge #AA415E
Tints of Rouge #AA415E
RGB
CMYK
RGB Variations
Color information
#AA415E (or 0xAA415E) is known color: Rouge. HEX triplet: AA, 41 and 5E. RGB value is (170,65,94). Sum of RGB (Red+Green+Blue) = 170+65+94=329 (43% of max value = 765). Red value is 170 (66.80% from 255 or 51.67% from 329); Green value is 65 (25.78% from 255 or 19.76% from 329); Blue value is 94 (37.11% from 255 or 28.57% from 329); Max value from RGB is 170 - color contains mainly: red. Hex color #AA415E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AA415E is #55BEA1. Grayscale: #636363. Windows color (decimal): -5619362 or 6177194. OLE color: 6177194.
HSL color Cylindrical-coordinate representation of color #AA415E: hue angle of 343.43º 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 #AA415E is Cyan = 0, Magento = 0.62, Yellow = 0.45 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 65 | 94 | - |
| CMYK | 0 | 0.62 | 0.45 | 0.33 |
| HSL | 343.43º | 0.45% | 0.46% | - |
| HSV(B) | 343.43º | 0.62% | 0.67% | - |
| XYZ | 20.49 | 13.13 | 12.05 | - |
| YUV | 99.7 | 124.79 | 178.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 65 | 94 | 0 | 0.62 | 0.45 | 0.33 | 343.43 | 0.45 | 0.46 |
| Hex | AA | 41 | 5E | 0 | 3E | 2D | 21 | 157 | 2D | 2E |
| Octal | 252 | 101 | 136 | 0 | 76 | 55 | 41 | 527 | 55 | 56 |
| Binary | 10101010 | 1000001 | 1011110 | 0 | 111110 | 101101 | 100001 | 101010111 | 101101 | 101110 |
Color Harmonies of #AA415E
Complementary color
Monochromatic Colors of #AA415E
Black with #AA415E
Text Example
Text Example
White with #AA415E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA415E; }
p { color: rgb(170,65,94); }
H1.HeaderClassName
{
color: #AA415E;
}
.AnyTagClassName
{
color: #AA415E;
}
</style>
background-color css
<style>
a { background-color: #AA415E; }
a { background-color: rgb(170,65,94); }
div.DivClassName
{
background-color: #AA415E;
}
.BgClassName
{
background-color: #AA415E;
}
</style>
border-color css
<style>
span { border-color: #AA415E; }
span { border-color: rgb(170,65,94); }
td.TdClassName
{
border-color: #AA415E;
}
.TagClassName
{
border-color: #AA415E;
}
</style>