Shades of Rouge #AA3C6A
Tints of Rouge #AA3C6A
RGB
CMYK
RGB Variations
Color information
#AA3C6A (or 0xAA3C6A) is known color: Rouge. HEX triplet: AA, 3C and 6A. RGB value is (170,60,106). Sum of RGB (Red+Green+Blue) = 170+60+106=336 (44% of max value = 765). Red value is 170 (66.80% from 255 or 50.60% from 336); Green value is 60 (23.83% from 255 or 17.86% from 336); Blue value is 106 (41.80% from 255 or 31.55% from 336); Max value from RGB is 170 - color contains mainly: red. Hex color #AA3C6A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AA3C6A is #55C395. Grayscale: #626262. Windows color (decimal): -5620630 or 6962346. OLE color: 6962346.
HSL color Cylindrical-coordinate representation of color #AA3C6A: hue angle of 334.91º 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 #AA3C6A is Cyan = 0, Magento = 0.65, Yellow = 0.38 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 60 | 106 | - |
| CMYK | 0 | 0.65 | 0.38 | 0.33 |
| HSL | 334.91º | 0.48% | 0.45% | - |
| HSV(B) | 334.91º | 0.65% | 0.67% | - |
| XYZ | 20.79 | 12.82 | 15.01 | - |
| YUV | 98.13 | 132.44 | 179.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 60 | 106 | 0 | 0.65 | 0.38 | 0.33 | 334.91 | 0.48 | 0.45 |
| Hex | AA | 3C | 6A | 0 | 41 | 26 | 21 | 14F | 30 | 2D |
| Octal | 252 | 74 | 152 | 0 | 101 | 46 | 41 | 517 | 60 | 55 |
| Binary | 10101010 | 111100 | 1101010 | 0 | 1000001 | 100110 | 100001 | 101001111 | 110000 | 101101 |
Color Harmonies of #AA3C6A
Complementary color
Monochromatic Colors of #AA3C6A
Black with #AA3C6A
Text Example
Text Example
White with #AA3C6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA3C6A; }
p { color: rgb(170,60,106); }
H1.HeaderClassName
{
color: #AA3C6A;
}
.AnyTagClassName
{
color: #AA3C6A;
}
</style>
background-color css
<style>
a { background-color: #AA3C6A; }
a { background-color: rgb(170,60,106); }
div.DivClassName
{
background-color: #AA3C6A;
}
.BgClassName
{
background-color: #AA3C6A;
}
</style>
border-color css
<style>
span { border-color: #AA3C6A; }
span { border-color: rgb(170,60,106); }
td.TdClassName
{
border-color: #AA3C6A;
}
.TagClassName
{
border-color: #AA3C6A;
}
</style>