Shades of Rouge #AA396C
Tints of Rouge #AA396C
RGB
CMYK
RGB Variations
Color information
#AA396C (or 0xAA396C) is known color: Rouge. HEX triplet: AA, 39 and 6C. RGB value is (170,57,108). Sum of RGB (Red+Green+Blue) = 170+57+108=335 (44% of max value = 765). Red value is 170 (66.80% from 255 or 50.75% from 335); Green value is 57 (22.66% from 255 or 17.01% from 335); Blue value is 108 (42.58% from 255 or 32.24% from 335); Max value from RGB is 170 - color contains mainly: red. Hex color #AA396C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AA396C is #55C693. Grayscale: #606060. Windows color (decimal): -5621396 or 7092650. OLE color: 7092650.
HSL color Cylindrical-coordinate representation of color #AA396C: hue angle of 332.92º 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 #AA396C is Cyan = 0, Magento = 0.66, Yellow = 0.36 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 57 | 108 | - |
| CMYK | 0 | 0.66 | 0.36 | 0.33 |
| HSL | 332.92º | 0.5% | 0.45% | - |
| HSV(B) | 332.92º | 0.66% | 0.67% | - |
| XYZ | 20.75 | 12.56 | 15.52 | - |
| YUV | 96.6 | 134.44 | 180.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 57 | 108 | 0 | 0.66 | 0.36 | 0.33 | 332.92 | 0.5 | 0.45 |
| Hex | AA | 39 | 6C | 0 | 42 | 24 | 21 | 14D | 32 | 2D |
| Octal | 252 | 71 | 154 | 0 | 102 | 44 | 41 | 515 | 62 | 55 |
| Binary | 10101010 | 111001 | 1101100 | 0 | 1000010 | 100100 | 100001 | 101001101 | 110010 | 101101 |
Color Harmonies of #AA396C
Complementary color
Monochromatic Colors of #AA396C
Black with #AA396C
Text Example
Text Example
White with #AA396C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA396C; }
p { color: rgb(170,57,108); }
H1.HeaderClassName
{
color: #AA396C;
}
.AnyTagClassName
{
color: #AA396C;
}
</style>
background-color css
<style>
a { background-color: #AA396C; }
a { background-color: rgb(170,57,108); }
div.DivClassName
{
background-color: #AA396C;
}
.BgClassName
{
background-color: #AA396C;
}
</style>
border-color css
<style>
span { border-color: #AA396C; }
span { border-color: rgb(170,57,108); }
td.TdClassName
{
border-color: #AA396C;
}
.TagClassName
{
border-color: #AA396C;
}
</style>