Shades of Rouge #AA396D
Tints of Rouge #AA396D
RGB
CMYK
RGB Variations
Color information
#AA396D (or 0xAA396D) is known color: Rouge. HEX triplet: AA, 39 and 6D. RGB value is (170,57,109). Sum of RGB (Red+Green+Blue) = 170+57+109=336 (44% of max value = 765). Red value is 170 (66.80% from 255 or 50.60% from 336); Green value is 57 (22.66% from 255 or 16.96% from 336); Blue value is 109 (42.97% from 255 or 32.44% from 336); Max value from RGB is 170 - color contains mainly: red. Hex color #AA396D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AA396D is #55C692. Grayscale: #606060. Windows color (decimal): -5621395 or 7158186. OLE color: 7158186.
HSL color Cylindrical-coordinate representation of color #AA396D: hue angle of 332.39º 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 #AA396D is Cyan = 0, Magento = 0.66, Yellow = 0.36 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 57 | 109 | - |
| CMYK | 0 | 0.66 | 0.36 | 0.33 |
| HSL | 332.39º | 0.5% | 0.45% | - |
| HSV(B) | 332.39º | 0.66% | 0.67% | - |
| XYZ | 20.8 | 12.58 | 15.8 | - |
| YUV | 96.72 | 134.94 | 180.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 57 | 109 | 0 | 0.66 | 0.36 | 0.33 | 332.39 | 0.5 | 0.45 |
| Hex | AA | 39 | 6D | 0 | 42 | 24 | 21 | 14C | 32 | 2D |
| Octal | 252 | 71 | 155 | 0 | 102 | 44 | 41 | 514 | 62 | 55 |
| Binary | 10101010 | 111001 | 1101101 | 0 | 1000010 | 100100 | 100001 | 101001100 | 110010 | 101101 |
Color Harmonies of #AA396D
Complementary color
Monochromatic Colors of #AA396D
Black with #AA396D
Text Example
Text Example
White with #AA396D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA396D; }
p { color: rgb(170,57,109); }
H1.HeaderClassName
{
color: #AA396D;
}
.AnyTagClassName
{
color: #AA396D;
}
</style>
background-color css
<style>
a { background-color: #AA396D; }
a { background-color: rgb(170,57,109); }
div.DivClassName
{
background-color: #AA396D;
}
.BgClassName
{
background-color: #AA396D;
}
</style>
border-color css
<style>
span { border-color: #AA396D; }
span { border-color: rgb(170,57,109); }
td.TdClassName
{
border-color: #AA396D;
}
.TagClassName
{
border-color: #AA396D;
}
</style>