Shades of Old Rose #AA2449
Tints of Old Rose #AA2449
RGB
CMYK
RGB Variations
Color information
#AA2449 (or 0xAA2449) is known color: Old Rose. HEX triplet: AA, 24 and 49. RGB value is (170,36,73). Sum of RGB (Red+Green+Blue) = 170+36+73=279 (36% of max value = 765). Red value is 170 (66.80% from 255 or 60.93% from 279); Green value is 36 (14.45% from 255 or 12.90% from 279); Blue value is 73 (28.91% from 255 or 26.16% from 279); Max value from RGB is 170 - color contains mainly: red. Hex color #AA2449 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AA2449 is #55DBB6. Grayscale: #505050. Windows color (decimal): -5626807 or 4793514. OLE color: 4793514.
HSL color Cylindrical-coordinate representation of color #AA2449: hue angle of 343.43º degrees, saturation: 0.65, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #AA2449 is Cyan = 0, Magento = 0.79, Yellow = 0.57 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 36 | 73 | - |
| CMYK | 0 | 0.79 | 0.57 | 0.33 |
| HSL | 343.43º | 0.65% | 0.4% | - |
| HSV(B) | 343.43º | 0.79% | 0.67% | - |
| XYZ | 18.41 | 10.29 | 7.32 | - |
| YUV | 80.28 | 123.89 | 191.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 36 | 73 | 0 | 0.79 | 0.57 | 0.33 | 343.43 | 0.65 | 0.4 |
| Hex | AA | 24 | 49 | 0 | 4F | 39 | 21 | 157 | 41 | 28 |
| Octal | 252 | 44 | 111 | 0 | 117 | 71 | 41 | 527 | 101 | 50 |
| Binary | 10101010 | 100100 | 1001001 | 0 | 1001111 | 111001 | 100001 | 101010111 | 1000001 | 101000 |
Color Harmonies of #AA2449
Complementary color
Monochromatic Colors of #AA2449
Black with #AA2449
Text Example
Text Example
White with #AA2449
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA2449; }
p { color: rgb(170,36,73); }
H1.HeaderClassName
{
color: #AA2449;
}
.AnyTagClassName
{
color: #AA2449;
}
</style>
background-color css
<style>
a { background-color: #AA2449; }
a { background-color: rgb(170,36,73); }
div.DivClassName
{
background-color: #AA2449;
}
.BgClassName
{
background-color: #AA2449;
}
</style>
border-color css
<style>
span { border-color: #AA2449; }
span { border-color: rgb(170,36,73); }
td.TdClassName
{
border-color: #AA2449;
}
.TagClassName
{
border-color: #AA2449;
}
</style>