Shades of Old Rose #AA294B
Tints of Old Rose #AA294B
RGB
CMYK
RGB Variations
Color information
#AA294B (or 0xAA294B) is known color: Old Rose. HEX triplet: AA, 29 and 4B. RGB value is (170,41,75). Sum of RGB (Red+Green+Blue) = 170+41+75=286 (37% of max value = 765). Red value is 170 (66.80% from 255 or 59.44% from 286); Green value is 41 (16.41% from 255 or 14.34% from 286); Blue value is 75 (29.69% from 255 or 26.22% from 286); Max value from RGB is 170 - color contains mainly: red. Hex color #AA294B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AA294B is #55D6B4. Grayscale: #535353. Windows color (decimal): -5625525 or 4925866. OLE color: 4925866.
HSL color Cylindrical-coordinate representation of color #AA294B: hue angle of 344.19º 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 #AA294B is Cyan = 0, Magento = 0.76, Yellow = 0.56 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 41 | 75 | - |
| CMYK | 0 | 0.76 | 0.56 | 0.33 |
| HSL | 344.19º | 0.61% | 0.41% | - |
| HSV(B) | 344.19º | 0.76% | 0.67% | - |
| XYZ | 18.64 | 10.64 | 7.73 | - |
| YUV | 83.45 | 123.24 | 189.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 41 | 75 | 0 | 0.76 | 0.56 | 0.33 | 344.19 | 0.61 | 0.41 |
| Hex | AA | 29 | 4B | 0 | 4C | 38 | 21 | 158 | 3D | 29 |
| Octal | 252 | 51 | 113 | 0 | 114 | 70 | 41 | 530 | 75 | 51 |
| Binary | 10101010 | 101001 | 1001011 | 0 | 1001100 | 111000 | 100001 | 101011000 | 111101 | 101001 |
Color Harmonies of #AA294B
Complementary color
Monochromatic Colors of #AA294B
Black with #AA294B
Text Example
Text Example
White with #AA294B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA294B; }
p { color: rgb(170,41,75); }
H1.HeaderClassName
{
color: #AA294B;
}
.AnyTagClassName
{
color: #AA294B;
}
</style>
background-color css
<style>
a { background-color: #AA294B; }
a { background-color: rgb(170,41,75); }
div.DivClassName
{
background-color: #AA294B;
}
.BgClassName
{
background-color: #AA294B;
}
</style>
border-color css
<style>
span { border-color: #AA294B; }
span { border-color: rgb(170,41,75); }
td.TdClassName
{
border-color: #AA294B;
}
.TagClassName
{
border-color: #AA294B;
}
</style>