Shades of Rouge #AA2764
Tints of Rouge #AA2764
RGB
CMYK
RGB Variations
Color information
#AA2764 (or 0xAA2764) is known color: Rouge. HEX triplet: AA, 27 and 64. RGB value is (170,39,100). Sum of RGB (Red+Green+Blue) = 170+39+100=309 (40% of max value = 765). Red value is 170 (66.80% from 255 or 55.02% from 309); Green value is 39 (15.62% from 255 or 12.62% from 309); Blue value is 100 (39.45% from 255 or 32.36% from 309); Max value from RGB is 170 - color contains mainly: red. Hex color #AA2764 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AA2764 is #55D89B. Grayscale: #555555. Windows color (decimal): -5626012 or 6563754. OLE color: 6563754.
HSL color Cylindrical-coordinate representation of color #AA2764: hue angle of 332.06º degrees, saturation: 0.63, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #AA2764 is Cyan = 0, Magento = 0.77, Yellow = 0.41 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 39 | 100 | - |
| CMYK | 0 | 0.77 | 0.41 | 0.33 |
| HSL | 332.06º | 0.63% | 0.41% | - |
| HSV(B) | 332.06º | 0.77% | 0.67% | - |
| XYZ | 19.6 | 10.92 | 13.13 | - |
| YUV | 85.12 | 136.4 | 188.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 39 | 100 | 0 | 0.77 | 0.41 | 0.33 | 332.06 | 0.63 | 0.41 |
| Hex | AA | 27 | 64 | 0 | 4D | 29 | 21 | 14C | 3F | 29 |
| Octal | 252 | 47 | 144 | 0 | 115 | 51 | 41 | 514 | 77 | 51 |
| Binary | 10101010 | 100111 | 1100100 | 0 | 1001101 | 101001 | 100001 | 101001100 | 111111 | 101001 |
Color Harmonies of #AA2764
Complementary color
Monochromatic Colors of #AA2764
Black with #AA2764
Text Example
Text Example
White with #AA2764
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA2764; }
p { color: rgb(170,39,100); }
H1.HeaderClassName
{
color: #AA2764;
}
.AnyTagClassName
{
color: #AA2764;
}
</style>
background-color css
<style>
a { background-color: #AA2764; }
a { background-color: rgb(170,39,100); }
div.DivClassName
{
background-color: #AA2764;
}
.BgClassName
{
background-color: #AA2764;
}
</style>
border-color css
<style>
span { border-color: #AA2764; }
span { border-color: rgb(170,39,100); }
td.TdClassName
{
border-color: #AA2764;
}
.TagClassName
{
border-color: #AA2764;
}
</style>