Shades of Old Rose #AA294C
Tints of Old Rose #AA294C
RGB
CMYK
RGB Variations
Color information
#AA294C (or 0xAA294C) is known color: Old Rose. HEX triplet: AA, 29 and 4C. RGB value is (170,41,76). Sum of RGB (Red+Green+Blue) = 170+41+76=287 (38% of max value = 765). Red value is 170 (66.80% from 255 or 59.23% from 287); Green value is 41 (16.41% from 255 or 14.29% from 287); Blue value is 76 (30.08% from 255 or 26.48% from 287); Max value from RGB is 170 - color contains mainly: red. Hex color #AA294C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AA294C is #55D6B3. Grayscale: #535353. Windows color (decimal): -5625524 or 4991402. OLE color: 4991402.
HSL color Cylindrical-coordinate representation of color #AA294C: hue angle of 343.72º 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 #AA294C is Cyan = 0, Magento = 0.76, Yellow = 0.55 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 41 | 76 | - |
| CMYK | 0 | 0.76 | 0.55 | 0.33 |
| HSL | 343.72º | 0.61% | 0.41% | - |
| HSV(B) | 343.72º | 0.76% | 0.67% | - |
| XYZ | 18.68 | 10.65 | 7.91 | - |
| YUV | 83.56 | 123.74 | 189.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 41 | 76 | 0 | 0.76 | 0.55 | 0.33 | 343.72 | 0.61 | 0.41 |
| Hex | AA | 29 | 4C | 0 | 4C | 37 | 21 | 158 | 3D | 29 |
| Octal | 252 | 51 | 114 | 0 | 114 | 67 | 41 | 530 | 75 | 51 |
| Binary | 10101010 | 101001 | 1001100 | 0 | 1001100 | 110111 | 100001 | 101011000 | 111101 | 101001 |
Color Harmonies of #AA294C
Complementary color
Monochromatic Colors of #AA294C
Black with #AA294C
Text Example
Text Example
White with #AA294C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA294C; }
p { color: rgb(170,41,76); }
H1.HeaderClassName
{
color: #AA294C;
}
.AnyTagClassName
{
color: #AA294C;
}
</style>
background-color css
<style>
a { background-color: #AA294C; }
a { background-color: rgb(170,41,76); }
div.DivClassName
{
background-color: #AA294C;
}
.BgClassName
{
background-color: #AA294C;
}
</style>
border-color css
<style>
span { border-color: #AA294C; }
span { border-color: rgb(170,41,76); }
td.TdClassName
{
border-color: #AA294C;
}
.TagClassName
{
border-color: #AA294C;
}
</style>