Shades of Rouge #AA2869
Tints of Rouge #AA2869
RGB
CMYK
RGB Variations
Color information
#AA2869 (or 0xAA2869) is known color: Rouge. HEX triplet: AA, 28 and 69. RGB value is (170,40,105). Sum of RGB (Red+Green+Blue) = 170+40+105=315 (41% of max value = 765). Red value is 170 (66.80% from 255 or 53.97% from 315); Green value is 40 (16.02% from 255 or 12.70% from 315); Blue value is 105 (41.41% from 255 or 33.33% from 315); Max value from RGB is 170 - color contains mainly: red. Hex color #AA2869 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AA2869 is #55D796. Grayscale: #565656. Windows color (decimal): -5625751 or 6891690. OLE color: 6891690.
HSL color Cylindrical-coordinate representation of color #AA2869: hue angle of 330º degrees, saturation: 0.62, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #AA2869 is Cyan = 0, Magento = 0.76, Yellow = 0.38 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 40 | 105 | - |
| CMYK | 0 | 0.76 | 0.38 | 0.33 |
| HSL | 330º | 0.62% | 0.41% | - |
| HSV(B) | 330º | 0.76% | 0.67% | - |
| XYZ | 19.89 | 11.08 | 14.46 | - |
| YUV | 86.28 | 138.57 | 187.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 40 | 105 | 0 | 0.76 | 0.38 | 0.33 | 330 | 0.62 | 0.41 |
| Hex | AA | 28 | 69 | 0 | 4C | 26 | 21 | 14A | 3E | 29 |
| Octal | 252 | 50 | 151 | 0 | 114 | 46 | 41 | 512 | 76 | 51 |
| Binary | 10101010 | 101000 | 1101001 | 0 | 1001100 | 100110 | 100001 | 101001010 | 111110 | 101001 |
Color Harmonies of #AA2869
Complementary color
Monochromatic Colors of #AA2869
Black with #AA2869
Text Example
Text Example
White with #AA2869
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA2869; }
p { color: rgb(170,40,105); }
H1.HeaderClassName
{
color: #AA2869;
}
.AnyTagClassName
{
color: #AA2869;
}
</style>
background-color css
<style>
a { background-color: #AA2869; }
a { background-color: rgb(170,40,105); }
div.DivClassName
{
background-color: #AA2869;
}
.BgClassName
{
background-color: #AA2869;
}
</style>
border-color css
<style>
span { border-color: #AA2869; }
span { border-color: rgb(170,40,105); }
td.TdClassName
{
border-color: #AA2869;
}
.TagClassName
{
border-color: #AA2869;
}
</style>