Shades of Old Rose #AA2244
Tints of Old Rose #AA2244
RGB
CMYK
RGB Variations
Color information
#AA2244 (or 0xAA2244) is known color: Old Rose. HEX triplet: AA, 22 and 44. RGB value is (170,34,68). Sum of RGB (Red+Green+Blue) = 170+34+68=272 (36% of max value = 765). Red value is 170 (66.80% from 255 or 62.5% from 272); Green value is 34 (13.67% from 255 or 12.5% from 272); Blue value is 68 (26.95% from 255 or 25% from 272); Max value from RGB is 170 - color contains mainly: red. Hex color #AA2244 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AA2244 is #55DDBB. Grayscale: #4E4E4E. Windows color (decimal): -5627324 or 4465322. OLE color: 4465322.
HSL color Cylindrical-coordinate representation of color #AA2244: hue angle of 345º 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 #AA2244 is Cyan = 0, Magento = 0.80, Yellow = 0.6 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 34 | 68 | - |
| CMYK | 0 | 0.80 | 0.6 | 0.33 |
| HSL | 345º | 0.67% | 0.4% | - |
| HSV(B) | 345º | 0.8% | 0.67% | - |
| XYZ | 18.19 | 10.11 | 6.46 | - |
| YUV | 78.54 | 122.06 | 193.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 34 | 68 | 0 | 0.80 | 0.6 | 0.33 | 345 | 0.67 | 0.4 |
| Hex | AA | 22 | 44 | 0 | 50 | 3C | 21 | 159 | 43 | 28 |
| Octal | 252 | 42 | 104 | 0 | 120 | 74 | 41 | 531 | 103 | 50 |
| Binary | 10101010 | 100010 | 1000100 | 0 | 1010000 | 111100 | 100001 | 101011001 | 1000011 | 101000 |
Color Harmonies of #AA2244
Complementary color
Monochromatic Colors of #AA2244
Black with #AA2244
Text Example
Text Example
White with #AA2244
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA2244; }
p { color: rgb(170,34,68); }
H1.HeaderClassName
{
color: #AA2244;
}
.AnyTagClassName
{
color: #AA2244;
}
</style>
background-color css
<style>
a { background-color: #AA2244; }
a { background-color: rgb(170,34,68); }
div.DivClassName
{
background-color: #AA2244;
}
.BgClassName
{
background-color: #AA2244;
}
</style>
border-color css
<style>
span { border-color: #AA2244; }
span { border-color: rgb(170,34,68); }
td.TdClassName
{
border-color: #AA2244;
}
.TagClassName
{
border-color: #AA2244;
}
</style>