Shades of Old Rose #AA2144
Tints of Old Rose #AA2144
RGB
CMYK
RGB Variations
Color information
#AA2144 (or 0xAA2144) is known color: Old Rose. HEX triplet: AA, 21 and 44. RGB value is (170,33,68). Sum of RGB (Red+Green+Blue) = 170+33+68=271 (35% of max value = 765). Red value is 170 (66.80% from 255 or 62.73% from 271); Green value is 33 (13.28% from 255 or 12.18% from 271); Blue value is 68 (26.95% from 255 or 25.09% from 271); Max value from RGB is 170 - color contains mainly: red. Hex color #AA2144 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AA2144 is #55DEBB. Grayscale: #4D4D4D. Windows color (decimal): -5627580 or 4465066. OLE color: 4465066.
HSL color Cylindrical-coordinate representation of color #AA2144: hue angle of 344.67º degrees, saturation: 0.67, 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 #AA2144 is Cyan = 0, Magento = 0.81, Yellow = 0.6 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 33 | 68 | - |
| CMYK | 0 | 0.81 | 0.6 | 0.33 |
| HSL | 344.67º | 0.67% | 0.4% | - |
| HSV(B) | 344.67º | 0.81% | 0.67% | - |
| XYZ | 18.16 | 10.05 | 6.45 | - |
| YUV | 77.95 | 122.39 | 193.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 33 | 68 | 0 | 0.81 | 0.6 | 0.33 | 344.67 | 0.67 | 0.4 |
| Hex | AA | 21 | 44 | 0 | 51 | 3C | 21 | 159 | 43 | 28 |
| Octal | 252 | 41 | 104 | 0 | 121 | 74 | 41 | 531 | 103 | 50 |
| Binary | 10101010 | 100001 | 1000100 | 0 | 1010001 | 111100 | 100001 | 101011001 | 1000011 | 101000 |
Color Harmonies of #AA2144
Complementary color
Monochromatic Colors of #AA2144
Black with #AA2144
Text Example
Text Example
White with #AA2144
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA2144; }
p { color: rgb(170,33,68); }
H1.HeaderClassName
{
color: #AA2144;
}
.AnyTagClassName
{
color: #AA2144;
}
</style>
background-color css
<style>
a { background-color: #AA2144; }
a { background-color: rgb(170,33,68); }
div.DivClassName
{
background-color: #AA2144;
}
.BgClassName
{
background-color: #AA2144;
}
</style>
border-color css
<style>
span { border-color: #AA2144; }
span { border-color: rgb(170,33,68); }
td.TdClassName
{
border-color: #AA2144;
}
.TagClassName
{
border-color: #AA2144;
}
</style>