Shades of Rouge #AA3473
Tints of Rouge #AA3473
RGB
CMYK
RGB Variations
Color information
#AA3473 (or 0xAA3473) is known color: Rouge. HEX triplet: AA, 34 and 73. RGB value is (170,52,115). Sum of RGB (Red+Green+Blue) = 170+52+115=337 (44% of max value = 765). Red value is 170 (66.80% from 255 or 50.45% from 337); Green value is 52 (20.70% from 255 or 15.43% from 337); Blue value is 115 (45.31% from 255 or 34.12% from 337); Max value from RGB is 170 - color contains mainly: red. Hex color #AA3473 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AA3473 is #55CB8C. Grayscale: #5E5E5E. Windows color (decimal): -5622669 or 7550122. OLE color: 7550122.
HSL color Cylindrical-coordinate representation of color #AA3473: hue angle of 327.97º degrees, saturation: 0.53, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #AA3473 is Cyan = 0, Magento = 0.69, Yellow = 0.32 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 52 | 115 | - |
| CMYK | 0 | 0.69 | 0.32 | 0.33 |
| HSL | 327.97º | 0.53% | 0.44% | - |
| HSV(B) | 327.97º | 0.69% | 0.67% | - |
| XYZ | 20.9 | 12.24 | 17.48 | - |
| YUV | 94.46 | 139.59 | 181.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 52 | 115 | 0 | 0.69 | 0.32 | 0.33 | 327.97 | 0.53 | 0.44 |
| Hex | AA | 34 | 73 | 0 | 45 | 20 | 21 | 148 | 35 | 2C |
| Octal | 252 | 64 | 163 | 0 | 105 | 40 | 41 | 510 | 65 | 54 |
| Binary | 10101010 | 110100 | 1110011 | 0 | 1000101 | 100000 | 100001 | 101001000 | 110101 | 101100 |
Color Harmonies of #AA3473
Complementary color
Monochromatic Colors of #AA3473
Black with #AA3473
Text Example
Text Example
White with #AA3473
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA3473; }
p { color: rgb(170,52,115); }
H1.HeaderClassName
{
color: #AA3473;
}
.AnyTagClassName
{
color: #AA3473;
}
</style>
background-color css
<style>
a { background-color: #AA3473; }
a { background-color: rgb(170,52,115); }
div.DivClassName
{
background-color: #AA3473;
}
.BgClassName
{
background-color: #AA3473;
}
</style>
border-color css
<style>
span { border-color: #AA3473; }
span { border-color: rgb(170,52,115); }
td.TdClassName
{
border-color: #AA3473;
}
.TagClassName
{
border-color: #AA3473;
}
</style>