Shades of Rouge #AA3C69
Tints of Rouge #AA3C69
RGB
CMYK
RGB Variations
Color information
#AA3C69 (or 0xAA3C69) is known color: Rouge. HEX triplet: AA, 3C and 69. RGB value is (170,60,105). Sum of RGB (Red+Green+Blue) = 170+60+105=335 (44% of max value = 765). Red value is 170 (66.80% from 255 or 50.75% from 335); Green value is 60 (23.83% from 255 or 17.91% from 335); Blue value is 105 (41.41% from 255 or 31.34% from 335); Max value from RGB is 170 - color contains mainly: red. Hex color #AA3C69 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AA3C69 is #55C396. Grayscale: #616161. Windows color (decimal): -5620631 or 6896810. OLE color: 6896810.
HSL color Cylindrical-coordinate representation of color #AA3C69: hue angle of 335.45º degrees, saturation: 0.48, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #AA3C69 is Cyan = 0, Magento = 0.65, Yellow = 0.38 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 60 | 105 | - |
| CMYK | 0 | 0.65 | 0.38 | 0.33 |
| HSL | 335.45º | 0.48% | 0.45% | - |
| HSV(B) | 335.45º | 0.65% | 0.67% | - |
| XYZ | 20.74 | 12.8 | 14.74 | - |
| YUV | 98.02 | 131.94 | 179.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 60 | 105 | 0 | 0.65 | 0.38 | 0.33 | 335.45 | 0.48 | 0.45 |
| Hex | AA | 3C | 69 | 0 | 41 | 26 | 21 | 14F | 30 | 2D |
| Octal | 252 | 74 | 151 | 0 | 101 | 46 | 41 | 517 | 60 | 55 |
| Binary | 10101010 | 111100 | 1101001 | 0 | 1000001 | 100110 | 100001 | 101001111 | 110000 | 101101 |
Color Harmonies of #AA3C69
Complementary color
Monochromatic Colors of #AA3C69
Black with #AA3C69
Text Example
Text Example
White with #AA3C69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA3C69; }
p { color: rgb(170,60,105); }
H1.HeaderClassName
{
color: #AA3C69;
}
.AnyTagClassName
{
color: #AA3C69;
}
</style>
background-color css
<style>
a { background-color: #AA3C69; }
a { background-color: rgb(170,60,105); }
div.DivClassName
{
background-color: #AA3C69;
}
.BgClassName
{
background-color: #AA3C69;
}
</style>
border-color css
<style>
span { border-color: #AA3C69; }
span { border-color: rgb(170,60,105); }
td.TdClassName
{
border-color: #AA3C69;
}
.TagClassName
{
border-color: #AA3C69;
}
</style>