Shades of Rouge #AA2E69
Tints of Rouge #AA2E69
RGB
CMYK
RGB Variations
Color information
#AA2E69 (or 0xAA2E69) is known color: Rouge. HEX triplet: AA, 2E and 69. RGB value is (170,46,105). Sum of RGB (Red+Green+Blue) = 170+46+105=321 (42% of max value = 765). Red value is 170 (66.80% from 255 or 52.96% from 321); Green value is 46 (18.36% from 255 or 14.33% from 321); Blue value is 105 (41.41% from 255 or 32.71% from 321); Max value from RGB is 170 - color contains mainly: red. Hex color #AA2E69 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AA2E69 is #55D196. Grayscale: #595959. Windows color (decimal): -5624215 or 6893226. OLE color: 6893226.
HSL color Cylindrical-coordinate representation of color #AA2E69: hue angle of 331.45º 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 #AA2E69 is Cyan = 0, Magento = 0.73, Yellow = 0.38 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 46 | 105 | - |
| CMYK | 0 | 0.73 | 0.38 | 0.33 |
| HSL | 331.45º | 0.57% | 0.42% | - |
| HSV(B) | 331.45º | 0.73% | 0.67% | - |
| XYZ | 20.1 | 11.52 | 14.53 | - |
| YUV | 89.8 | 136.58 | 185.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 46 | 105 | 0 | 0.73 | 0.38 | 0.33 | 331.45 | 0.57 | 0.42 |
| Hex | AA | 2E | 69 | 0 | 49 | 26 | 21 | 14B | 39 | 2A |
| Octal | 252 | 56 | 151 | 0 | 111 | 46 | 41 | 513 | 71 | 52 |
| Binary | 10101010 | 101110 | 1101001 | 0 | 1001001 | 100110 | 100001 | 101001011 | 111001 | 101010 |
Color Harmonies of #AA2E69
Complementary color
Monochromatic Colors of #AA2E69
Black with #AA2E69
Text Example
Text Example
White with #AA2E69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA2E69; }
p { color: rgb(170,46,105); }
H1.HeaderClassName
{
color: #AA2E69;
}
.AnyTagClassName
{
color: #AA2E69;
}
</style>
background-color css
<style>
a { background-color: #AA2E69; }
a { background-color: rgb(170,46,105); }
div.DivClassName
{
background-color: #AA2E69;
}
.BgClassName
{
background-color: #AA2E69;
}
</style>
border-color css
<style>
span { border-color: #AA2E69; }
span { border-color: rgb(170,46,105); }
td.TdClassName
{
border-color: #AA2E69;
}
.TagClassName
{
border-color: #AA2E69;
}
</style>