Shades of Rouge #AA4160
Tints of Rouge #AA4160
RGB
CMYK
RGB Variations
Color information
#AA4160 (or 0xAA4160) is known color: Rouge. HEX triplet: AA, 41 and 60. RGB value is (170,65,96). Sum of RGB (Red+Green+Blue) = 170+65+96=331 (43% of max value = 765). Red value is 170 (66.80% from 255 or 51.36% from 331); Green value is 65 (25.78% from 255 or 19.64% from 331); Blue value is 96 (37.89% from 255 or 29.00% from 331); Max value from RGB is 170 - color contains mainly: red. Hex color #AA4160 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AA4160 is #55BE9F. Grayscale: #636363. Windows color (decimal): -5619360 or 6308266. OLE color: 6308266.
HSL color Cylindrical-coordinate representation of color #AA4160: hue angle of 342.29º 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 #AA4160 is Cyan = 0, Magento = 0.62, Yellow = 0.44 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 65 | 96 | - |
| CMYK | 0 | 0.62 | 0.44 | 0.33 |
| HSL | 342.29º | 0.45% | 0.46% | - |
| HSV(B) | 342.29º | 0.62% | 0.67% | - |
| XYZ | 20.58 | 13.17 | 12.52 | - |
| YUV | 99.93 | 125.79 | 177.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 65 | 96 | 0 | 0.62 | 0.44 | 0.33 | 342.29 | 0.45 | 0.46 |
| Hex | AA | 41 | 60 | 0 | 3E | 2C | 21 | 156 | 2D | 2E |
| Octal | 252 | 101 | 140 | 0 | 76 | 54 | 41 | 526 | 55 | 56 |
| Binary | 10101010 | 1000001 | 1100000 | 0 | 111110 | 101100 | 100001 | 101010110 | 101101 | 101110 |
Color Harmonies of #AA4160
Complementary color
Monochromatic Colors of #AA4160
Black with #AA4160
Text Example
Text Example
White with #AA4160
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA4160; }
p { color: rgb(170,65,96); }
H1.HeaderClassName
{
color: #AA4160;
}
.AnyTagClassName
{
color: #AA4160;
}
</style>
background-color css
<style>
a { background-color: #AA4160; }
a { background-color: rgb(170,65,96); }
div.DivClassName
{
background-color: #AA4160;
}
.BgClassName
{
background-color: #AA4160;
}
</style>
border-color css
<style>
span { border-color: #AA4160; }
span { border-color: rgb(170,65,96); }
td.TdClassName
{
border-color: #AA4160;
}
.TagClassName
{
border-color: #AA4160;
}
</style>