Shades of Old Rose #AA2045
Tints of Old Rose #AA2045
RGB
CMYK
RGB Variations
Color information
#AA2045 (or 0xAA2045) is known color: Old Rose. HEX triplet: AA, 20 and 45. RGB value is (170,32,69). Sum of RGB (Red+Green+Blue) = 170+32+69=271 (35% of max value = 765). Red value is 170 (66.80% from 255 or 62.73% from 271); Green value is 32 (12.89% from 255 or 11.81% from 271); Blue value is 69 (27.34% from 255 or 25.46% from 271); Max value from RGB is 170 - color contains mainly: red. Hex color #AA2045 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AA2045 is #55DFBA. Grayscale: #4D4D4D. Windows color (decimal): -5627835 or 4530346. OLE color: 4530346.
HSL color Cylindrical-coordinate representation of color #AA2045: hue angle of 343.91º 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 #AA2045 is Cyan = 0, Magento = 0.81, Yellow = 0.59 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 32 | 69 | - |
| CMYK | 0 | 0.81 | 0.59 | 0.33 |
| HSL | 343.91º | 0.68% | 0.4% | - |
| HSV(B) | 343.91º | 0.81% | 0.67% | - |
| XYZ | 18.17 | 10.01 | 6.6 | - |
| YUV | 77.48 | 123.22 | 193.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 32 | 69 | 0 | 0.81 | 0.59 | 0.33 | 343.91 | 0.68 | 0.4 |
| Hex | AA | 20 | 45 | 0 | 51 | 3B | 21 | 158 | 44 | 28 |
| Octal | 252 | 40 | 105 | 0 | 121 | 73 | 41 | 530 | 104 | 50 |
| Binary | 10101010 | 100000 | 1000101 | 0 | 1010001 | 111011 | 100001 | 101011000 | 1000100 | 101000 |
Color Harmonies of #AA2045
Complementary color
Monochromatic Colors of #AA2045
Black with #AA2045
Text Example
Text Example
White with #AA2045
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA2045; }
p { color: rgb(170,32,69); }
H1.HeaderClassName
{
color: #AA2045;
}
.AnyTagClassName
{
color: #AA2045;
}
</style>
background-color css
<style>
a { background-color: #AA2045; }
a { background-color: rgb(170,32,69); }
div.DivClassName
{
background-color: #AA2045;
}
.BgClassName
{
background-color: #AA2045;
}
</style>
border-color css
<style>
span { border-color: #AA2045; }
span { border-color: rgb(170,32,69); }
td.TdClassName
{
border-color: #AA2045;
}
.TagClassName
{
border-color: #AA2045;
}
</style>