Shades of Old Rose #AA2946
Tints of Old Rose #AA2946
RGB
CMYK
RGB Variations
Color information
#AA2946 (or 0xAA2946) is known color: Old Rose. HEX triplet: AA, 29 and 46. RGB value is (170,41,70). Sum of RGB (Red+Green+Blue) = 170+41+70=281 (37% of max value = 765). Red value is 170 (66.80% from 255 or 60.50% from 281); Green value is 41 (16.41% from 255 or 14.59% from 281); Blue value is 70 (27.73% from 255 or 24.91% from 281); Max value from RGB is 170 - color contains mainly: red. Hex color #AA2946 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AA2946 is #55D6B9. Grayscale: #525252. Windows color (decimal): -5625530 or 4598186. OLE color: 4598186.
HSL color Cylindrical-coordinate representation of color #AA2946: hue angle of 346.51º 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 #AA2946 is Cyan = 0, Magento = 0.76, Yellow = 0.59 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 41 | 70 | - |
| CMYK | 0 | 0.76 | 0.59 | 0.33 |
| HSL | 346.51º | 0.61% | 0.41% | - |
| HSV(B) | 346.51º | 0.76% | 0.67% | - |
| XYZ | 18.48 | 10.57 | 6.86 | - |
| YUV | 82.88 | 120.74 | 190.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 41 | 70 | 0 | 0.76 | 0.59 | 0.33 | 346.51 | 0.61 | 0.41 |
| Hex | AA | 29 | 46 | 0 | 4C | 3B | 21 | 15B | 3D | 29 |
| Octal | 252 | 51 | 106 | 0 | 114 | 73 | 41 | 533 | 75 | 51 |
| Binary | 10101010 | 101001 | 1000110 | 0 | 1001100 | 111011 | 100001 | 101011011 | 111101 | 101001 |
Color Harmonies of #AA2946
Complementary color
Monochromatic Colors of #AA2946
Black with #AA2946
Text Example
Text Example
White with #AA2946
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA2946; }
p { color: rgb(170,41,70); }
H1.HeaderClassName
{
color: #AA2946;
}
.AnyTagClassName
{
color: #AA2946;
}
</style>
background-color css
<style>
a { background-color: #AA2946; }
a { background-color: rgb(170,41,70); }
div.DivClassName
{
background-color: #AA2946;
}
.BgClassName
{
background-color: #AA2946;
}
</style>
border-color css
<style>
span { border-color: #AA2946; }
span { border-color: rgb(170,41,70); }
td.TdClassName
{
border-color: #AA2946;
}
.TagClassName
{
border-color: #AA2946;
}
</style>