Shades of Rouge #AA4171
Tints of Rouge #AA4171
RGB
CMYK
RGB Variations
Color information
#AA4171 (or 0xAA4171) is known color: Rouge. HEX triplet: AA, 41 and 71. RGB value is (170,65,113). Sum of RGB (Red+Green+Blue) = 170+65+113=348 (46% of max value = 765). Red value is 170 (66.80% from 255 or 48.85% from 348); Green value is 65 (25.78% from 255 or 18.68% from 348); Blue value is 113 (44.53% from 255 or 32.47% from 348); Max value from RGB is 170 - color contains mainly: red. Hex color #AA4171 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AA4171 is #55BE8E. Grayscale: #656565. Windows color (decimal): -5619343 or 7422378. OLE color: 7422378.
HSL color Cylindrical-coordinate representation of color #AA4171: hue angle of 332.57º 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 #AA4171 is Cyan = 0, Magento = 0.62, Yellow = 0.34 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 65 | 113 | - |
| CMYK | 0 | 0.62 | 0.34 | 0.33 |
| HSL | 332.57º | 0.45% | 0.46% | - |
| HSV(B) | 332.57º | 0.62% | 0.67% | - |
| XYZ | 21.45 | 13.52 | 17.1 | - |
| YUV | 101.87 | 134.29 | 176.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 65 | 113 | 0 | 0.62 | 0.34 | 0.33 | 332.57 | 0.45 | 0.46 |
| Hex | AA | 41 | 71 | 0 | 3E | 22 | 21 | 14D | 2D | 2E |
| Octal | 252 | 101 | 161 | 0 | 76 | 42 | 41 | 515 | 55 | 56 |
| Binary | 10101010 | 1000001 | 1110001 | 0 | 111110 | 100010 | 100001 | 101001101 | 101101 | 101110 |
Color Harmonies of #AA4171
Complementary color
Monochromatic Colors of #AA4171
Black with #AA4171
Text Example
Text Example
White with #AA4171
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA4171; }
p { color: rgb(170,65,113); }
H1.HeaderClassName
{
color: #AA4171;
}
.AnyTagClassName
{
color: #AA4171;
}
</style>
background-color css
<style>
a { background-color: #AA4171; }
a { background-color: rgb(170,65,113); }
div.DivClassName
{
background-color: #AA4171;
}
.BgClassName
{
background-color: #AA4171;
}
</style>
border-color css
<style>
span { border-color: #AA4171; }
span { border-color: rgb(170,65,113); }
td.TdClassName
{
border-color: #AA4171;
}
.TagClassName
{
border-color: #AA4171;
}
</style>