Shades of Old Rose #AA2344
Tints of Old Rose #AA2344
RGB
CMYK
RGB Variations
Color information
#AA2344 (or 0xAA2344) is known color: Old Rose. HEX triplet: AA, 23 and 44. RGB value is (170,35,68). Sum of RGB (Red+Green+Blue) = 170+35+68=273 (36% of max value = 765). Red value is 170 (66.80% from 255 or 62.27% from 273); Green value is 35 (14.06% from 255 or 12.82% from 273); Blue value is 68 (26.95% from 255 or 24.91% from 273); Max value from RGB is 170 - color contains mainly: red. Hex color #AA2344 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AA2344 is #55DCBB. Grayscale: #4F4F4F. Windows color (decimal): -5627068 or 4465578. OLE color: 4465578.
HSL color Cylindrical-coordinate representation of color #AA2344: hue angle of 345.33º degrees, saturation: 0.66, 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 #AA2344 is Cyan = 0, Magento = 0.79, Yellow = 0.6 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 35 | 68 | - |
| CMYK | 0 | 0.79 | 0.6 | 0.33 |
| HSL | 345.33º | 0.66% | 0.4% | - |
| HSV(B) | 345.33º | 0.79% | 0.67% | - |
| XYZ | 18.22 | 10.17 | 6.47 | - |
| YUV | 79.13 | 121.73 | 192.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 35 | 68 | 0 | 0.79 | 0.6 | 0.33 | 345.33 | 0.66 | 0.4 |
| Hex | AA | 23 | 44 | 0 | 4F | 3C | 21 | 159 | 42 | 28 |
| Octal | 252 | 43 | 104 | 0 | 117 | 74 | 41 | 531 | 102 | 50 |
| Binary | 10101010 | 100011 | 1000100 | 0 | 1001111 | 111100 | 100001 | 101011001 | 1000010 | 101000 |
Color Harmonies of #AA2344
Complementary color
Monochromatic Colors of #AA2344
Black with #AA2344
Text Example
Text Example
White with #AA2344
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA2344; }
p { color: rgb(170,35,68); }
H1.HeaderClassName
{
color: #AA2344;
}
.AnyTagClassName
{
color: #AA2344;
}
</style>
background-color css
<style>
a { background-color: #AA2344; }
a { background-color: rgb(170,35,68); }
div.DivClassName
{
background-color: #AA2344;
}
.BgClassName
{
background-color: #AA2344;
}
</style>
border-color css
<style>
span { border-color: #AA2344; }
span { border-color: rgb(170,35,68); }
td.TdClassName
{
border-color: #AA2344;
}
.TagClassName
{
border-color: #AA2344;
}
</style>