Shades of Old Rose #AA2245
Tints of Old Rose #AA2245
RGB
CMYK
RGB Variations
Color information
#AA2245 (or 0xAA2245) is known color: Old Rose. HEX triplet: AA, 22 and 45. RGB value is (170,34,69). Sum of RGB (Red+Green+Blue) = 170+34+69=273 (36% of max value = 765). Red value is 170 (66.80% from 255 or 62.27% from 273); Green value is 34 (13.67% from 255 or 12.45% from 273); Blue value is 69 (27.34% from 255 or 25.27% from 273); Max value from RGB is 170 - color contains mainly: red. Hex color #AA2245 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AA2245 is #55DDBA. Grayscale: #4E4E4E. Windows color (decimal): -5627323 or 4530858. OLE color: 4530858.
HSL color Cylindrical-coordinate representation of color #AA2245: hue angle of 344.56º degrees, saturation: 0.67, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #AA2245 is Cyan = 0, Magento = 0.80, Yellow = 0.59 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 34 | 69 | - |
| CMYK | 0 | 0.80 | 0.59 | 0.33 |
| HSL | 344.56º | 0.67% | 0.4% | - |
| HSV(B) | 344.56º | 0.8% | 0.67% | - |
| XYZ | 18.22 | 10.12 | 6.62 | - |
| YUV | 78.65 | 122.56 | 193.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 34 | 69 | 0 | 0.80 | 0.59 | 0.33 | 344.56 | 0.67 | 0.4 |
| Hex | AA | 22 | 45 | 0 | 50 | 3B | 21 | 159 | 43 | 28 |
| Octal | 252 | 42 | 105 | 0 | 120 | 73 | 41 | 531 | 103 | 50 |
| Binary | 10101010 | 100010 | 1000101 | 0 | 1010000 | 111011 | 100001 | 101011001 | 1000011 | 101000 |
Color Harmonies of #AA2245
Complementary color
Monochromatic Colors of #AA2245
Black with #AA2245
Text Example
Text Example
White with #AA2245
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA2245; }
p { color: rgb(170,34,69); }
H1.HeaderClassName
{
color: #AA2245;
}
.AnyTagClassName
{
color: #AA2245;
}
</style>
background-color css
<style>
a { background-color: #AA2245; }
a { background-color: rgb(170,34,69); }
div.DivClassName
{
background-color: #AA2245;
}
.BgClassName
{
background-color: #AA2245;
}
</style>
border-color css
<style>
span { border-color: #AA2245; }
span { border-color: rgb(170,34,69); }
td.TdClassName
{
border-color: #AA2245;
}
.TagClassName
{
border-color: #AA2245;
}
</style>