Shades of Old Rose #AA2749
Tints of Old Rose #AA2749
RGB
CMYK
RGB Variations
Color information
#AA2749 (or 0xAA2749) is known color: Old Rose. HEX triplet: AA, 27 and 49. RGB value is (170,39,73). Sum of RGB (Red+Green+Blue) = 170+39+73=282 (37% of max value = 765). Red value is 170 (66.80% from 255 or 60.28% from 282); Green value is 39 (15.62% from 255 or 13.83% from 282); Blue value is 73 (28.91% from 255 or 25.89% from 282); Max value from RGB is 170 - color contains mainly: red. Hex color #AA2749 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AA2749 is #55D8B6. Grayscale: #525252. Windows color (decimal): -5626039 or 4794282. OLE color: 4794282.
HSL color Cylindrical-coordinate representation of color #AA2749: hue angle of 344.43º degrees, saturation: 0.63, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #AA2749 is Cyan = 0, Magento = 0.77, Yellow = 0.57 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 39 | 73 | - |
| CMYK | 0 | 0.77 | 0.57 | 0.33 |
| HSL | 344.43º | 0.63% | 0.41% | - |
| HSV(B) | 344.43º | 0.77% | 0.67% | - |
| XYZ | 18.51 | 10.48 | 7.35 | - |
| YUV | 82.05 | 122.9 | 190.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 39 | 73 | 0 | 0.77 | 0.57 | 0.33 | 344.43 | 0.63 | 0.41 |
| Hex | AA | 27 | 49 | 0 | 4D | 39 | 21 | 158 | 3F | 29 |
| Octal | 252 | 47 | 111 | 0 | 115 | 71 | 41 | 530 | 77 | 51 |
| Binary | 10101010 | 100111 | 1001001 | 0 | 1001101 | 111001 | 100001 | 101011000 | 111111 | 101001 |
Color Harmonies of #AA2749
Complementary color
Monochromatic Colors of #AA2749
Black with #AA2749
Text Example
Text Example
White with #AA2749
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA2749; }
p { color: rgb(170,39,73); }
H1.HeaderClassName
{
color: #AA2749;
}
.AnyTagClassName
{
color: #AA2749;
}
</style>
background-color css
<style>
a { background-color: #AA2749; }
a { background-color: rgb(170,39,73); }
div.DivClassName
{
background-color: #AA2749;
}
.BgClassName
{
background-color: #AA2749;
}
</style>
border-color css
<style>
span { border-color: #AA2749; }
span { border-color: rgb(170,39,73); }
td.TdClassName
{
border-color: #AA2749;
}
.TagClassName
{
border-color: #AA2749;
}
</style>