Shades of Rouge #AA415F
Tints of Rouge #AA415F
RGB
CMYK
RGB Variations
Color information
#AA415F (or 0xAA415F) is known color: Rouge. HEX triplet: AA, 41 and 5F. RGB value is (170,65,95). Sum of RGB (Red+Green+Blue) = 170+65+95=330 (43% of max value = 765). Red value is 170 (66.80% from 255 or 51.52% from 330); Green value is 65 (25.78% from 255 or 19.70% from 330); Blue value is 95 (37.5% from 255 or 28.79% from 330); Max value from RGB is 170 - color contains mainly: red. Hex color #AA415F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AA415F is #55BEA0. Grayscale: #636363. Windows color (decimal): -5619361 or 6242730. OLE color: 6242730.
HSL color Cylindrical-coordinate representation of color #AA415F: hue angle of 342.86º 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 #AA415F is Cyan = 0, Magento = 0.62, Yellow = 0.44 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 65 | 95 | - |
| CMYK | 0 | 0.62 | 0.44 | 0.33 |
| HSL | 342.86º | 0.45% | 0.46% | - |
| HSV(B) | 342.86º | 0.62% | 0.67% | - |
| XYZ | 20.53 | 13.15 | 12.28 | - |
| YUV | 99.82 | 125.29 | 178.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 65 | 95 | 0 | 0.62 | 0.44 | 0.33 | 342.86 | 0.45 | 0.46 |
| Hex | AA | 41 | 5F | 0 | 3E | 2C | 21 | 157 | 2D | 2E |
| Octal | 252 | 101 | 137 | 0 | 76 | 54 | 41 | 527 | 55 | 56 |
| Binary | 10101010 | 1000001 | 1011111 | 0 | 111110 | 101100 | 100001 | 101010111 | 101101 | 101110 |
Color Harmonies of #AA415F
Complementary color
Monochromatic Colors of #AA415F
Black with #AA415F
Text Example
Text Example
White with #AA415F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA415F; }
p { color: rgb(170,65,95); }
H1.HeaderClassName
{
color: #AA415F;
}
.AnyTagClassName
{
color: #AA415F;
}
</style>
background-color css
<style>
a { background-color: #AA415F; }
a { background-color: rgb(170,65,95); }
div.DivClassName
{
background-color: #AA415F;
}
.BgClassName
{
background-color: #AA415F;
}
</style>
border-color css
<style>
span { border-color: #AA415F; }
span { border-color: rgb(170,65,95); }
td.TdClassName
{
border-color: #AA415F;
}
.TagClassName
{
border-color: #AA415F;
}
</style>