Shades of Rouge #AA286C
Tints of Rouge #AA286C
RGB
CMYK
RGB Variations
Color information
#AA286C (or 0xAA286C) is known color: Rouge. HEX triplet: AA, 28 and 6C. RGB value is (170,40,108). Sum of RGB (Red+Green+Blue) = 170+40+108=318 (42% of max value = 765). Red value is 170 (66.80% from 255 or 53.46% from 318); Green value is 40 (16.02% from 255 or 12.58% from 318); Blue value is 108 (42.58% from 255 or 33.96% from 318); Max value from RGB is 170 - color contains mainly: red. Hex color #AA286C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AA286C is #55D793. Grayscale: #565656. Windows color (decimal): -5625748 or 7088298. OLE color: 7088298.
HSL color Cylindrical-coordinate representation of color #AA286C: hue angle of 328.62º 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 #AA286C is Cyan = 0, Magento = 0.76, Yellow = 0.36 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 40 | 108 | - |
| CMYK | 0 | 0.76 | 0.36 | 0.33 |
| HSL | 328.62º | 0.62% | 0.41% | - |
| HSV(B) | 328.62º | 0.76% | 0.67% | - |
| XYZ | 20.04 | 11.15 | 15.28 | - |
| YUV | 86.62 | 140.07 | 187.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 40 | 108 | 0 | 0.76 | 0.36 | 0.33 | 328.62 | 0.62 | 0.41 |
| Hex | AA | 28 | 6C | 0 | 4C | 24 | 21 | 149 | 3E | 29 |
| Octal | 252 | 50 | 154 | 0 | 114 | 44 | 41 | 511 | 76 | 51 |
| Binary | 10101010 | 101000 | 1101100 | 0 | 1001100 | 100100 | 100001 | 101001001 | 111110 | 101001 |
Color Harmonies of #AA286C
Complementary color
Monochromatic Colors of #AA286C
Black with #AA286C
Text Example
Text Example
White with #AA286C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA286C; }
p { color: rgb(170,40,108); }
H1.HeaderClassName
{
color: #AA286C;
}
.AnyTagClassName
{
color: #AA286C;
}
</style>
background-color css
<style>
a { background-color: #AA286C; }
a { background-color: rgb(170,40,108); }
div.DivClassName
{
background-color: #AA286C;
}
.BgClassName
{
background-color: #AA286C;
}
</style>
border-color css
<style>
span { border-color: #AA286C; }
span { border-color: rgb(170,40,108); }
td.TdClassName
{
border-color: #AA286C;
}
.TagClassName
{
border-color: #AA286C;
}
</style>