Shades of Old Rose #AA2047
Tints of Old Rose #AA2047
RGB
CMYK
RGB Variations
Color information
#AA2047 (or 0xAA2047) is known color: Old Rose. HEX triplet: AA, 20 and 47. RGB value is (170,32,71). Sum of RGB (Red+Green+Blue) = 170+32+71=273 (36% of max value = 765). Red value is 170 (66.80% from 255 or 62.27% from 273); Green value is 32 (12.89% from 255 or 11.72% from 273); Blue value is 71 (28.12% from 255 or 26.01% from 273); Max value from RGB is 170 - color contains mainly: red. Hex color #AA2047 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AA2047 is #55DFB8. Grayscale: #4D4D4D. Windows color (decimal): -5627833 or 4661418. OLE color: 4661418.
HSL color Cylindrical-coordinate representation of color #AA2047: hue angle of 343.04º 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 #AA2047 is Cyan = 0, Magento = 0.81, Yellow = 0.58 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 32 | 71 | - |
| CMYK | 0 | 0.81 | 0.58 | 0.33 |
| HSL | 343.04º | 0.68% | 0.4% | - |
| HSV(B) | 343.04º | 0.81% | 0.67% | - |
| XYZ | 18.23 | 10.03 | 6.94 | - |
| YUV | 77.71 | 124.22 | 193.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 32 | 71 | 0 | 0.81 | 0.58 | 0.33 | 343.04 | 0.68 | 0.4 |
| Hex | AA | 20 | 47 | 0 | 51 | 3A | 21 | 157 | 44 | 28 |
| Octal | 252 | 40 | 107 | 0 | 121 | 72 | 41 | 527 | 104 | 50 |
| Binary | 10101010 | 100000 | 1000111 | 0 | 1010001 | 111010 | 100001 | 101010111 | 1000100 | 101000 |
Color Harmonies of #AA2047
Complementary color
Monochromatic Colors of #AA2047
Black with #AA2047
Text Example
Text Example
White with #AA2047
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA2047; }
p { color: rgb(170,32,71); }
H1.HeaderClassName
{
color: #AA2047;
}
.AnyTagClassName
{
color: #AA2047;
}
</style>
background-color css
<style>
a { background-color: #AA2047; }
a { background-color: rgb(170,32,71); }
div.DivClassName
{
background-color: #AA2047;
}
.BgClassName
{
background-color: #AA2047;
}
</style>
border-color css
<style>
span { border-color: #AA2047; }
span { border-color: rgb(170,32,71); }
td.TdClassName
{
border-color: #AA2047;
}
.TagClassName
{
border-color: #AA2047;
}
</style>