Shades of Old Rose #AA294A
Tints of Old Rose #AA294A
RGB
CMYK
RGB Variations
Color information
#AA294A (or 0xAA294A) is known color: Old Rose. HEX triplet: AA, 29 and 4A. RGB value is (170,41,74). Sum of RGB (Red+Green+Blue) = 170+41+74=285 (37% of max value = 765). Red value is 170 (66.80% from 255 or 59.65% from 285); Green value is 41 (16.41% from 255 or 14.39% from 285); Blue value is 74 (29.30% from 255 or 25.96% from 285); Max value from RGB is 170 - color contains mainly: red. Hex color #AA294A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AA294A is #55D6B5. Grayscale: #535353. Windows color (decimal): -5625526 or 4860330. OLE color: 4860330.
HSL color Cylindrical-coordinate representation of color #AA294A: hue angle of 344.65º 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 #AA294A is Cyan = 0, Magento = 0.76, Yellow = 0.56 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 41 | 74 | - |
| CMYK | 0 | 0.76 | 0.56 | 0.33 |
| HSL | 344.65º | 0.61% | 0.41% | - |
| HSV(B) | 344.65º | 0.76% | 0.67% | - |
| XYZ | 18.61 | 10.63 | 7.55 | - |
| YUV | 83.33 | 122.74 | 189.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 41 | 74 | 0 | 0.76 | 0.56 | 0.33 | 344.65 | 0.61 | 0.41 |
| Hex | AA | 29 | 4A | 0 | 4C | 38 | 21 | 159 | 3D | 29 |
| Octal | 252 | 51 | 112 | 0 | 114 | 70 | 41 | 531 | 75 | 51 |
| Binary | 10101010 | 101001 | 1001010 | 0 | 1001100 | 111000 | 100001 | 101011001 | 111101 | 101001 |
Color Harmonies of #AA294A
Complementary color
Monochromatic Colors of #AA294A
Black with #AA294A
Text Example
Text Example
White with #AA294A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA294A; }
p { color: rgb(170,41,74); }
H1.HeaderClassName
{
color: #AA294A;
}
.AnyTagClassName
{
color: #AA294A;
}
</style>
background-color css
<style>
a { background-color: #AA294A; }
a { background-color: rgb(170,41,74); }
div.DivClassName
{
background-color: #AA294A;
}
.BgClassName
{
background-color: #AA294A;
}
</style>
border-color css
<style>
span { border-color: #AA294A; }
span { border-color: rgb(170,41,74); }
td.TdClassName
{
border-color: #AA294A;
}
.TagClassName
{
border-color: #AA294A;
}
</style>