Shades of Rouge #AA2962
Tints of Rouge #AA2962
RGB
CMYK
RGB Variations
Color information
#AA2962 (or 0xAA2962) is known color: Rouge. HEX triplet: AA, 29 and 62. RGB value is (170,41,98). Sum of RGB (Red+Green+Blue) = 170+41+98=309 (40% of max value = 765). Red value is 170 (66.80% from 255 or 55.02% from 309); Green value is 41 (16.41% from 255 or 13.27% from 309); Blue value is 98 (38.67% from 255 or 31.72% from 309); Max value from RGB is 170 - color contains mainly: red. Hex color #AA2962 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AA2962 is #55D69D. Grayscale: #555555. Windows color (decimal): -5625502 or 6433194. OLE color: 6433194.
HSL color Cylindrical-coordinate representation of color #AA2962: hue angle of 333.49º 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 #AA2962 is Cyan = 0, Magento = 0.76, Yellow = 0.42 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 41 | 98 | - |
| CMYK | 0 | 0.76 | 0.42 | 0.33 |
| HSL | 333.49º | 0.61% | 0.41% | - |
| HSV(B) | 333.49º | 0.76% | 0.67% | - |
| XYZ | 19.58 | 11.01 | 12.65 | - |
| YUV | 86.07 | 134.74 | 187.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 41 | 98 | 0 | 0.76 | 0.42 | 0.33 | 333.49 | 0.61 | 0.41 |
| Hex | AA | 29 | 62 | 0 | 4C | 2A | 21 | 14D | 3D | 29 |
| Octal | 252 | 51 | 142 | 0 | 114 | 52 | 41 | 515 | 75 | 51 |
| Binary | 10101010 | 101001 | 1100010 | 0 | 1001100 | 101010 | 100001 | 101001101 | 111101 | 101001 |
Color Harmonies of #AA2962
Complementary color
Monochromatic Colors of #AA2962
Black with #AA2962
Text Example
Text Example
White with #AA2962
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA2962; }
p { color: rgb(170,41,98); }
H1.HeaderClassName
{
color: #AA2962;
}
.AnyTagClassName
{
color: #AA2962;
}
</style>
background-color css
<style>
a { background-color: #AA2962; }
a { background-color: rgb(170,41,98); }
div.DivClassName
{
background-color: #AA2962;
}
.BgClassName
{
background-color: #AA2962;
}
</style>
border-color css
<style>
span { border-color: #AA2962; }
span { border-color: rgb(170,41,98); }
td.TdClassName
{
border-color: #AA2962;
}
.TagClassName
{
border-color: #AA2962;
}
</style>