Shades of Old Rose #AA2044
Tints of Old Rose #AA2044
RGB
CMYK
RGB Variations
Color information
#AA2044 (or 0xAA2044) is known color: Old Rose. HEX triplet: AA, 20 and 44. RGB value is (170,32,68). Sum of RGB (Red+Green+Blue) = 170+32+68=270 (35% of max value = 765). Red value is 170 (66.80% from 255 or 62.96% from 270); Green value is 32 (12.89% from 255 or 11.85% from 270); Blue value is 68 (26.95% from 255 or 25.19% from 270); Max value from RGB is 170 - color contains mainly: red. Hex color #AA2044 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AA2044 is #55DFBB. Grayscale: #4D4D4D. Windows color (decimal): -5627836 or 4464810. OLE color: 4464810.
HSL color Cylindrical-coordinate representation of color #AA2044: hue angle of 344.35º degrees, saturation: 0.68, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #AA2044 is Cyan = 0, Magento = 0.81, Yellow = 0.6 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 32 | 68 | - |
| CMYK | 0 | 0.81 | 0.6 | 0.33 |
| HSL | 344.35º | 0.68% | 0.4% | - |
| HSV(B) | 344.35º | 0.81% | 0.67% | - |
| XYZ | 18.14 | 10 | 6.44 | - |
| YUV | 77.37 | 122.72 | 194.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 32 | 68 | 0 | 0.81 | 0.6 | 0.33 | 344.35 | 0.68 | 0.4 |
| Hex | AA | 20 | 44 | 0 | 51 | 3C | 21 | 158 | 44 | 28 |
| Octal | 252 | 40 | 104 | 0 | 121 | 74 | 41 | 530 | 104 | 50 |
| Binary | 10101010 | 100000 | 1000100 | 0 | 1010001 | 111100 | 100001 | 101011000 | 1000100 | 101000 |
Color Harmonies of #AA2044
Complementary color
Monochromatic Colors of #AA2044
Black with #AA2044
Text Example
Text Example
White with #AA2044
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA2044; }
p { color: rgb(170,32,68); }
H1.HeaderClassName
{
color: #AA2044;
}
.AnyTagClassName
{
color: #AA2044;
}
</style>
background-color css
<style>
a { background-color: #AA2044; }
a { background-color: rgb(170,32,68); }
div.DivClassName
{
background-color: #AA2044;
}
.BgClassName
{
background-color: #AA2044;
}
</style>
border-color css
<style>
span { border-color: #AA2044; }
span { border-color: rgb(170,32,68); }
td.TdClassName
{
border-color: #AA2044;
}
.TagClassName
{
border-color: #AA2044;
}
</style>