Shades of Old Rose #AA2248
Tints of Old Rose #AA2248
RGB
CMYK
RGB Variations
Color information
#AA2248 (or 0xAA2248) is known color: Old Rose. HEX triplet: AA, 22 and 48. RGB value is (170,34,72). Sum of RGB (Red+Green+Blue) = 170+34+72=276 (36% of max value = 765). Red value is 170 (66.80% from 255 or 61.59% from 276); Green value is 34 (13.67% from 255 or 12.32% from 276); Blue value is 72 (28.52% from 255 or 26.09% from 276); Max value from RGB is 170 - color contains mainly: red. Hex color #AA2248 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AA2248 is #55DDB7. Grayscale: #4E4E4E. Windows color (decimal): -5627320 or 4727466. OLE color: 4727466.
HSL color Cylindrical-coordinate representation of color #AA2248: hue angle of 343.24º 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 #AA2248 is Cyan = 0, Magento = 0.80, Yellow = 0.58 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 34 | 72 | - |
| CMYK | 0 | 0.80 | 0.58 | 0.33 |
| HSL | 343.24º | 0.67% | 0.4% | - |
| HSV(B) | 343.24º | 0.8% | 0.67% | - |
| XYZ | 18.32 | 10.16 | 7.13 | - |
| YUV | 79 | 124.06 | 192.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 34 | 72 | 0 | 0.80 | 0.58 | 0.33 | 343.24 | 0.67 | 0.4 |
| Hex | AA | 22 | 48 | 0 | 50 | 3A | 21 | 157 | 43 | 28 |
| Octal | 252 | 42 | 110 | 0 | 120 | 72 | 41 | 527 | 103 | 50 |
| Binary | 10101010 | 100010 | 1001000 | 0 | 1010000 | 111010 | 100001 | 101010111 | 1000011 | 101000 |
Color Harmonies of #AA2248
Complementary color
Monochromatic Colors of #AA2248
Black with #AA2248
Text Example
Text Example
White with #AA2248
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA2248; }
p { color: rgb(170,34,72); }
H1.HeaderClassName
{
color: #AA2248;
}
.AnyTagClassName
{
color: #AA2248;
}
</style>
background-color css
<style>
a { background-color: #AA2248; }
a { background-color: rgb(170,34,72); }
div.DivClassName
{
background-color: #AA2248;
}
.BgClassName
{
background-color: #AA2248;
}
</style>
border-color css
<style>
span { border-color: #AA2248; }
span { border-color: rgb(170,34,72); }
td.TdClassName
{
border-color: #AA2248;
}
.TagClassName
{
border-color: #AA2248;
}
</style>