Shades of Rouge #AA4070
Tints of Rouge #AA4070
RGB
CMYK
RGB Variations
Color information
#AA4070 (or 0xAA4070) is known color: Rouge. HEX triplet: AA, 40 and 70. RGB value is (170,64,112). Sum of RGB (Red+Green+Blue) = 170+64+112=346 (45% of max value = 765). Red value is 170 (66.80% from 255 or 49.13% from 346); Green value is 64 (25.39% from 255 or 18.50% from 346); Blue value is 112 (44.14% from 255 or 32.37% from 346); Max value from RGB is 170 - color contains mainly: red. Hex color #AA4070 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AA4070 is #55BF8F. Grayscale: #656565. Windows color (decimal): -5619600 or 7356586. OLE color: 7356586.
HSL color Cylindrical-coordinate representation of color #AA4070: hue angle of 332.83º 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 #AA4070 is Cyan = 0, Magento = 0.62, Yellow = 0.34 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 64 | 112 | - |
| CMYK | 0 | 0.62 | 0.34 | 0.33 |
| HSL | 332.83º | 0.45% | 0.46% | - |
| HSV(B) | 332.83º | 0.62% | 0.67% | - |
| XYZ | 21.34 | 13.38 | 16.79 | - |
| YUV | 101.17 | 134.12 | 177.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 64 | 112 | 0 | 0.62 | 0.34 | 0.33 | 332.83 | 0.45 | 0.46 |
| Hex | AA | 40 | 70 | 0 | 3E | 22 | 21 | 14D | 2D | 2E |
| Octal | 252 | 100 | 160 | 0 | 76 | 42 | 41 | 515 | 55 | 56 |
| Binary | 10101010 | 1000000 | 1110000 | 0 | 111110 | 100010 | 100001 | 101001101 | 101101 | 101110 |
Color Harmonies of #AA4070
Complementary color
Monochromatic Colors of #AA4070
Black with #AA4070
Text Example
Text Example
White with #AA4070
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA4070; }
p { color: rgb(170,64,112); }
H1.HeaderClassName
{
color: #AA4070;
}
.AnyTagClassName
{
color: #AA4070;
}
</style>
background-color css
<style>
a { background-color: #AA4070; }
a { background-color: rgb(170,64,112); }
div.DivClassName
{
background-color: #AA4070;
}
.BgClassName
{
background-color: #AA4070;
}
</style>
border-color css
<style>
span { border-color: #AA4070; }
span { border-color: rgb(170,64,112); }
td.TdClassName
{
border-color: #AA4070;
}
.TagClassName
{
border-color: #AA4070;
}
</style>