Shades of Rouge #AA2968
Tints of Rouge #AA2968
RGB
CMYK
RGB Variations
Color information
#AA2968 (or 0xAA2968) is known color: Rouge. HEX triplet: AA, 29 and 68. RGB value is (170,41,104). Sum of RGB (Red+Green+Blue) = 170+41+104=315 (41% of max value = 765). Red value is 170 (66.80% from 255 or 53.97% from 315); Green value is 41 (16.41% from 255 or 13.02% from 315); Blue value is 104 (41.02% from 255 or 33.02% from 315); Max value from RGB is 170 - color contains mainly: red. Hex color #AA2968 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AA2968 is #55D697. Grayscale: #565656. Windows color (decimal): -5625496 or 6826410. OLE color: 6826410.
HSL color Cylindrical-coordinate representation of color #AA2968: hue angle of 330.7º 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 #AA2968 is Cyan = 0, Magento = 0.76, Yellow = 0.39 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 41 | 104 | - |
| CMYK | 0 | 0.76 | 0.39 | 0.33 |
| HSL | 330.7º | 0.61% | 0.41% | - |
| HSV(B) | 330.7º | 0.76% | 0.67% | - |
| XYZ | 19.87 | 11.13 | 14.2 | - |
| YUV | 86.75 | 137.74 | 187.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 41 | 104 | 0 | 0.76 | 0.39 | 0.33 | 330.7 | 0.61 | 0.41 |
| Hex | AA | 29 | 68 | 0 | 4C | 27 | 21 | 14B | 3D | 29 |
| Octal | 252 | 51 | 150 | 0 | 114 | 47 | 41 | 513 | 75 | 51 |
| Binary | 10101010 | 101001 | 1101000 | 0 | 1001100 | 100111 | 100001 | 101001011 | 111101 | 101001 |
Color Harmonies of #AA2968
Complementary color
Monochromatic Colors of #AA2968
Black with #AA2968
Text Example
Text Example
White with #AA2968
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA2968; }
p { color: rgb(170,41,104); }
H1.HeaderClassName
{
color: #AA2968;
}
.AnyTagClassName
{
color: #AA2968;
}
</style>
background-color css
<style>
a { background-color: #AA2968; }
a { background-color: rgb(170,41,104); }
div.DivClassName
{
background-color: #AA2968;
}
.BgClassName
{
background-color: #AA2968;
}
</style>
border-color css
<style>
span { border-color: #AA2968; }
span { border-color: rgb(170,41,104); }
td.TdClassName
{
border-color: #AA2968;
}
.TagClassName
{
border-color: #AA2968;
}
</style>