Shades of Old Rose #AA2147
Tints of Old Rose #AA2147
RGB
CMYK
RGB Variations
Color information
#AA2147 (or 0xAA2147) is known color: Old Rose. HEX triplet: AA, 21 and 47. RGB value is (170,33,71). Sum of RGB (Red+Green+Blue) = 170+33+71=274 (36% of max value = 765). Red value is 170 (66.80% from 255 or 62.04% from 274); Green value is 33 (13.28% from 255 or 12.04% from 274); Blue value is 71 (28.12% from 255 or 25.91% from 274); Max value from RGB is 170 - color contains mainly: red. Hex color #AA2147 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AA2147 is #55DEB8. Grayscale: #4E4E4E. Windows color (decimal): -5627577 or 4661674. OLE color: 4661674.
HSL color Cylindrical-coordinate representation of color #AA2147: hue angle of 343.36º 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 #AA2147 is Cyan = 0, Magento = 0.81, Yellow = 0.58 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 33 | 71 | - |
| CMYK | 0 | 0.81 | 0.58 | 0.33 |
| HSL | 343.36º | 0.67% | 0.4% | - |
| HSV(B) | 343.36º | 0.81% | 0.67% | - |
| XYZ | 18.26 | 10.09 | 6.95 | - |
| YUV | 78.3 | 123.89 | 193.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 33 | 71 | 0 | 0.81 | 0.58 | 0.33 | 343.36 | 0.67 | 0.4 |
| Hex | AA | 21 | 47 | 0 | 51 | 3A | 21 | 157 | 43 | 28 |
| Octal | 252 | 41 | 107 | 0 | 121 | 72 | 41 | 527 | 103 | 50 |
| Binary | 10101010 | 100001 | 1000111 | 0 | 1010001 | 111010 | 100001 | 101010111 | 1000011 | 101000 |
Color Harmonies of #AA2147
Complementary color
Monochromatic Colors of #AA2147
Black with #AA2147
Text Example
Text Example
White with #AA2147
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA2147; }
p { color: rgb(170,33,71); }
H1.HeaderClassName
{
color: #AA2147;
}
.AnyTagClassName
{
color: #AA2147;
}
</style>
background-color css
<style>
a { background-color: #AA2147; }
a { background-color: rgb(170,33,71); }
div.DivClassName
{
background-color: #AA2147;
}
.BgClassName
{
background-color: #AA2147;
}
</style>
border-color css
<style>
span { border-color: #AA2147; }
span { border-color: rgb(170,33,71); }
td.TdClassName
{
border-color: #AA2147;
}
.TagClassName
{
border-color: #AA2147;
}
</style>