Shades of Rouge #AA2E6C
Tints of Rouge #AA2E6C
RGB
CMYK
RGB Variations
Color information
#AA2E6C (or 0xAA2E6C) is known color: Rouge. HEX triplet: AA, 2E and 6C. RGB value is (170,46,108). Sum of RGB (Red+Green+Blue) = 170+46+108=324 (42% of max value = 765). Red value is 170 (66.80% from 255 or 52.47% from 324); Green value is 46 (18.36% from 255 or 14.20% from 324); Blue value is 108 (42.58% from 255 or 33.33% from 324); Max value from RGB is 170 - color contains mainly: red. Hex color #AA2E6C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AA2E6C is #55D193. Grayscale: #5A5A5A. Windows color (decimal): -5624212 or 7089834. OLE color: 7089834.
HSL color Cylindrical-coordinate representation of color #AA2E6C: hue angle of 330º degrees, saturation: 0.57, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #AA2E6C is Cyan = 0, Magento = 0.73, Yellow = 0.36 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 46 | 108 | - |
| CMYK | 0 | 0.73 | 0.36 | 0.33 |
| HSL | 330º | 0.57% | 0.42% | - |
| HSV(B) | 330º | 0.73% | 0.67% | - |
| XYZ | 20.26 | 11.58 | 15.36 | - |
| YUV | 90.14 | 138.08 | 184.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 46 | 108 | 0 | 0.73 | 0.36 | 0.33 | 330 | 0.57 | 0.42 |
| Hex | AA | 2E | 6C | 0 | 49 | 24 | 21 | 14A | 39 | 2A |
| Octal | 252 | 56 | 154 | 0 | 111 | 44 | 41 | 512 | 71 | 52 |
| Binary | 10101010 | 101110 | 1101100 | 0 | 1001001 | 100100 | 100001 | 101001010 | 111001 | 101010 |
Color Harmonies of #AA2E6C
Complementary color
Monochromatic Colors of #AA2E6C
Black with #AA2E6C
Text Example
Text Example
White with #AA2E6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA2E6C; }
p { color: rgb(170,46,108); }
H1.HeaderClassName
{
color: #AA2E6C;
}
.AnyTagClassName
{
color: #AA2E6C;
}
</style>
background-color css
<style>
a { background-color: #AA2E6C; }
a { background-color: rgb(170,46,108); }
div.DivClassName
{
background-color: #AA2E6C;
}
.BgClassName
{
background-color: #AA2E6C;
}
</style>
border-color css
<style>
span { border-color: #AA2E6C; }
span { border-color: rgb(170,46,108); }
td.TdClassName
{
border-color: #AA2E6C;
}
.TagClassName
{
border-color: #AA2E6C;
}
</style>