Shades of Rouge #AA3973
Tints of Rouge #AA3973
RGB
CMYK
RGB Variations
Color information
#AA3973 (or 0xAA3973) is known color: Rouge. HEX triplet: AA, 39 and 73. RGB value is (170,57,115). Sum of RGB (Red+Green+Blue) = 170+57+115=342 (45% of max value = 765). Red value is 170 (66.80% from 255 or 49.71% from 342); Green value is 57 (22.66% from 255 or 16.67% from 342); Blue value is 115 (45.31% from 255 or 33.63% from 342); Max value from RGB is 170 - color contains mainly: red. Hex color #AA3973 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AA3973 is #55C68C. Grayscale: #616161. Windows color (decimal): -5621389 or 7551402. OLE color: 7551402.
HSL color Cylindrical-coordinate representation of color #AA3973: hue angle of 329.2º degrees, saturation: 0.5, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #AA3973 is Cyan = 0, Magento = 0.66, Yellow = 0.32 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 57 | 115 | - |
| CMYK | 0 | 0.66 | 0.32 | 0.33 |
| HSL | 329.2º | 0.5% | 0.45% | - |
| HSV(B) | 329.2º | 0.66% | 0.67% | - |
| XYZ | 21.14 | 12.71 | 17.56 | - |
| YUV | 97.4 | 137.94 | 179.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 57 | 115 | 0 | 0.66 | 0.32 | 0.33 | 329.2 | 0.5 | 0.45 |
| Hex | AA | 39 | 73 | 0 | 42 | 20 | 21 | 149 | 32 | 2D |
| Octal | 252 | 71 | 163 | 0 | 102 | 40 | 41 | 511 | 62 | 55 |
| Binary | 10101010 | 111001 | 1110011 | 0 | 1000010 | 100000 | 100001 | 101001001 | 110010 | 101101 |
Color Harmonies of #AA3973
Complementary color
Monochromatic Colors of #AA3973
Black with #AA3973
Text Example
Text Example
White with #AA3973
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA3973; }
p { color: rgb(170,57,115); }
H1.HeaderClassName
{
color: #AA3973;
}
.AnyTagClassName
{
color: #AA3973;
}
</style>
background-color css
<style>
a { background-color: #AA3973; }
a { background-color: rgb(170,57,115); }
div.DivClassName
{
background-color: #AA3973;
}
.BgClassName
{
background-color: #AA3973;
}
</style>
border-color css
<style>
span { border-color: #AA3973; }
span { border-color: rgb(170,57,115); }
td.TdClassName
{
border-color: #AA3973;
}
.TagClassName
{
border-color: #AA3973;
}
</style>