Shades of Rouge #AA2865
Tints of Rouge #AA2865
RGB
CMYK
RGB Variations
Color information
#AA2865 (or 0xAA2865) is known color: Rouge. HEX triplet: AA, 28 and 65. RGB value is (170,40,101). Sum of RGB (Red+Green+Blue) = 170+40+101=311 (41% of max value = 765). Red value is 170 (66.80% from 255 or 54.66% from 311); Green value is 40 (16.02% from 255 or 12.86% from 311); Blue value is 101 (39.84% from 255 or 32.48% from 311); Max value from RGB is 170 - color contains mainly: red. Hex color #AA2865 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AA2865 is #55D79A. Grayscale: #555555. Windows color (decimal): -5625755 or 6629546. OLE color: 6629546.
HSL color Cylindrical-coordinate representation of color #AA2865: hue angle of 331.85º 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 #AA2865 is Cyan = 0, Magento = 0.76, Yellow = 0.41 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 40 | 101 | - |
| CMYK | 0 | 0.76 | 0.41 | 0.33 |
| HSL | 331.85º | 0.62% | 0.41% | - |
| HSV(B) | 331.85º | 0.76% | 0.67% | - |
| XYZ | 19.69 | 11 | 13.4 | - |
| YUV | 85.82 | 136.57 | 188.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 40 | 101 | 0 | 0.76 | 0.41 | 0.33 | 331.85 | 0.62 | 0.41 |
| Hex | AA | 28 | 65 | 0 | 4C | 29 | 21 | 14C | 3E | 29 |
| Octal | 252 | 50 | 145 | 0 | 114 | 51 | 41 | 514 | 76 | 51 |
| Binary | 10101010 | 101000 | 1100101 | 0 | 1001100 | 101001 | 100001 | 101001100 | 111110 | 101001 |
Color Harmonies of #AA2865
Complementary color
Monochromatic Colors of #AA2865
Black with #AA2865
Text Example
Text Example
White with #AA2865
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA2865; }
p { color: rgb(170,40,101); }
H1.HeaderClassName
{
color: #AA2865;
}
.AnyTagClassName
{
color: #AA2865;
}
</style>
background-color css
<style>
a { background-color: #AA2865; }
a { background-color: rgb(170,40,101); }
div.DivClassName
{
background-color: #AA2865;
}
.BgClassName
{
background-color: #AA2865;
}
</style>
border-color css
<style>
span { border-color: #AA2865; }
span { border-color: rgb(170,40,101); }
td.TdClassName
{
border-color: #AA2865;
}
.TagClassName
{
border-color: #AA2865;
}
</style>