Shades of Old Rose #AA2443
Tints of Old Rose #AA2443
RGB
CMYK
RGB Variations
Color information
#AA2443 (or 0xAA2443) is known color: Old Rose. HEX triplet: AA, 24 and 43. RGB value is (170,36,67). Sum of RGB (Red+Green+Blue) = 170+36+67=273 (36% of max value = 765). Red value is 170 (66.80% from 255 or 62.27% from 273); Green value is 36 (14.45% from 255 or 13.19% from 273); Blue value is 67 (26.56% from 255 or 24.54% from 273); Max value from RGB is 170 - color contains mainly: red. Hex color #AA2443 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AA2443 is #55DBBC. Grayscale: #4F4F4F. Windows color (decimal): -5626813 or 4400298. OLE color: 4400298.
HSL color Cylindrical-coordinate representation of color #AA2443: hue angle of 346.12º degrees, saturation: 0.65, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #AA2443 is Cyan = 0, Magento = 0.79, Yellow = 0.61 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 36 | 67 | - |
| CMYK | 0 | 0.79 | 0.61 | 0.33 |
| HSL | 346.12º | 0.65% | 0.4% | - |
| HSV(B) | 346.12º | 0.79% | 0.67% | - |
| XYZ | 18.22 | 10.21 | 6.32 | - |
| YUV | 79.6 | 120.89 | 192.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 36 | 67 | 0 | 0.79 | 0.61 | 0.33 | 346.12 | 0.65 | 0.4 |
| Hex | AA | 24 | 43 | 0 | 4F | 3D | 21 | 15A | 41 | 28 |
| Octal | 252 | 44 | 103 | 0 | 117 | 75 | 41 | 532 | 101 | 50 |
| Binary | 10101010 | 100100 | 1000011 | 0 | 1001111 | 111101 | 100001 | 101011010 | 1000001 | 101000 |
Color Harmonies of #AA2443
Complementary color
Monochromatic Colors of #AA2443
Black with #AA2443
Text Example
Text Example
White with #AA2443
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA2443; }
p { color: rgb(170,36,67); }
H1.HeaderClassName
{
color: #AA2443;
}
.AnyTagClassName
{
color: #AA2443;
}
</style>
background-color css
<style>
a { background-color: #AA2443; }
a { background-color: rgb(170,36,67); }
div.DivClassName
{
background-color: #AA2443;
}
.BgClassName
{
background-color: #AA2443;
}
</style>
border-color css
<style>
span { border-color: #AA2443; }
span { border-color: rgb(170,36,67); }
td.TdClassName
{
border-color: #AA2443;
}
.TagClassName
{
border-color: #AA2443;
}
</style>