Shades of Rouge #AA286E
Tints of Rouge #AA286E
RGB
CMYK
RGB Variations
Color information
#AA286E (or 0xAA286E) is known color: Rouge. HEX triplet: AA, 28 and 6E. RGB value is (170,40,110). Sum of RGB (Red+Green+Blue) = 170+40+110=320 (42% of max value = 765). Red value is 170 (66.80% from 255 or 53.12% from 320); Green value is 40 (16.02% from 255 or 12.5% from 320); Blue value is 110 (43.36% from 255 or 34.38% from 320); Max value from RGB is 170 - color contains mainly: red. Hex color #AA286E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AA286E is #55D791. Grayscale: #565656. Windows color (decimal): -5625746 or 7219370. OLE color: 7219370.
HSL color Cylindrical-coordinate representation of color #AA286E: hue angle of 327.69º 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 #AA286E is Cyan = 0, Magento = 0.76, Yellow = 0.35 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 40 | 110 | - |
| CMYK | 0 | 0.76 | 0.35 | 0.33 |
| HSL | 327.69º | 0.62% | 0.41% | - |
| HSV(B) | 327.69º | 0.76% | 0.67% | - |
| XYZ | 20.15 | 11.19 | 15.85 | - |
| YUV | 86.85 | 141.07 | 187.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 40 | 110 | 0 | 0.76 | 0.35 | 0.33 | 327.69 | 0.62 | 0.41 |
| Hex | AA | 28 | 6E | 0 | 4C | 23 | 21 | 148 | 3E | 29 |
| Octal | 252 | 50 | 156 | 0 | 114 | 43 | 41 | 510 | 76 | 51 |
| Binary | 10101010 | 101000 | 1101110 | 0 | 1001100 | 100011 | 100001 | 101001000 | 111110 | 101001 |
Color Harmonies of #AA286E
Complementary color
Monochromatic Colors of #AA286E
Black with #AA286E
Text Example
Text Example
White with #AA286E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA286E; }
p { color: rgb(170,40,110); }
H1.HeaderClassName
{
color: #AA286E;
}
.AnyTagClassName
{
color: #AA286E;
}
</style>
background-color css
<style>
a { background-color: #AA286E; }
a { background-color: rgb(170,40,110); }
div.DivClassName
{
background-color: #AA286E;
}
.BgClassName
{
background-color: #AA286E;
}
</style>
border-color css
<style>
span { border-color: #AA286E; }
span { border-color: rgb(170,40,110); }
td.TdClassName
{
border-color: #AA286E;
}
.TagClassName
{
border-color: #AA286E;
}
</style>