Shades of Old Rose #AA1E44
Tints of Old Rose #AA1E44
RGB
CMYK
RGB Variations
Color information
#AA1E44 (or 0xAA1E44) is known color: Old Rose. HEX triplet: AA, 1E and 44. RGB value is (170,30,68). Sum of RGB (Red+Green+Blue) = 170+30+68=268 (35% of max value = 765). Red value is 170 (66.80% from 255 or 63.43% from 268); Green value is 30 (12.11% from 255 or 11.19% from 268); Blue value is 68 (26.95% from 255 or 25.37% from 268); Max value from RGB is 170 - color contains mainly: red. Hex color #AA1E44 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AA1E44 is #55E1BB. Grayscale: #4C4C4C. Windows color (decimal): -5628348 or 4464298. OLE color: 4464298.
HSL color Cylindrical-coordinate representation of color #AA1E44: hue angle of 343.71º degrees, saturation: 0.7, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #AA1E44 is Cyan = 0, Magento = 0.82, Yellow = 0.6 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 30 | 68 | - |
| CMYK | 0 | 0.82 | 0.6 | 0.33 |
| HSL | 343.71º | 0.7% | 0.39% | - |
| HSV(B) | 343.71º | 0.82% | 0.67% | - |
| XYZ | 18.09 | 9.89 | 6.42 | - |
| YUV | 76.19 | 123.38 | 194.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 30 | 68 | 0 | 0.82 | 0.6 | 0.33 | 343.71 | 0.7 | 0.39 |
| Hex | AA | 1E | 44 | 0 | 52 | 3C | 21 | 158 | 46 | 27 |
| Octal | 252 | 36 | 104 | 0 | 122 | 74 | 41 | 530 | 106 | 47 |
| Binary | 10101010 | 11110 | 1000100 | 0 | 1010010 | 111100 | 100001 | 101011000 | 1000110 | 100111 |
Color Harmonies of #AA1E44
Complementary color
Monochromatic Colors of #AA1E44
Black with #AA1E44
Text Example
Text Example
White with #AA1E44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA1E44; }
p { color: rgb(170,30,68); }
H1.HeaderClassName
{
color: #AA1E44;
}
.AnyTagClassName
{
color: #AA1E44;
}
</style>
background-color css
<style>
a { background-color: #AA1E44; }
a { background-color: rgb(170,30,68); }
div.DivClassName
{
background-color: #AA1E44;
}
.BgClassName
{
background-color: #AA1E44;
}
</style>
border-color css
<style>
span { border-color: #AA1E44; }
span { border-color: rgb(170,30,68); }
td.TdClassName
{
border-color: #AA1E44;
}
.TagClassName
{
border-color: #AA1E44;
}
</style>