Shades of Rouge #AA2963
Tints of Rouge #AA2963
RGB
CMYK
RGB Variations
Color information
#AA2963 (or 0xAA2963) is known color: Rouge. HEX triplet: AA, 29 and 63. RGB value is (170,41,99). Sum of RGB (Red+Green+Blue) = 170+41+99=310 (41% of max value = 765). Red value is 170 (66.80% from 255 or 54.84% from 310); Green value is 41 (16.41% from 255 or 13.23% from 310); Blue value is 99 (39.06% from 255 or 31.94% from 310); Max value from RGB is 170 - color contains mainly: red. Hex color #AA2963 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AA2963 is #55D69C. Grayscale: #565656. Windows color (decimal): -5625501 or 6498730. OLE color: 6498730.
HSL color Cylindrical-coordinate representation of color #AA2963: hue angle of 333.02º degrees, saturation: 0.61, 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 #AA2963 is Cyan = 0, Magento = 0.76, Yellow = 0.42 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 41 | 99 | - |
| CMYK | 0 | 0.76 | 0.42 | 0.33 |
| HSL | 333.02º | 0.61% | 0.41% | - |
| HSV(B) | 333.02º | 0.76% | 0.67% | - |
| XYZ | 19.62 | 11.03 | 12.9 | - |
| YUV | 86.18 | 135.24 | 187.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 41 | 99 | 0 | 0.76 | 0.42 | 0.33 | 333.02 | 0.61 | 0.41 |
| Hex | AA | 29 | 63 | 0 | 4C | 2A | 21 | 14D | 3D | 29 |
| Octal | 252 | 51 | 143 | 0 | 114 | 52 | 41 | 515 | 75 | 51 |
| Binary | 10101010 | 101001 | 1100011 | 0 | 1001100 | 101010 | 100001 | 101001101 | 111101 | 101001 |
Color Harmonies of #AA2963
Complementary color
Monochromatic Colors of #AA2963
Black with #AA2963
Text Example
Text Example
White with #AA2963
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA2963; }
p { color: rgb(170,41,99); }
H1.HeaderClassName
{
color: #AA2963;
}
.AnyTagClassName
{
color: #AA2963;
}
</style>
background-color css
<style>
a { background-color: #AA2963; }
a { background-color: rgb(170,41,99); }
div.DivClassName
{
background-color: #AA2963;
}
.BgClassName
{
background-color: #AA2963;
}
</style>
border-color css
<style>
span { border-color: #AA2963; }
span { border-color: rgb(170,41,99); }
td.TdClassName
{
border-color: #AA2963;
}
.TagClassName
{
border-color: #AA2963;
}
</style>