Shades of Old Rose #AA2740
Tints of Old Rose #AA2740
RGB
CMYK
RGB Variations
Color information
#AA2740 (or 0xAA2740) is known color: Old Rose. HEX triplet: AA, 27 and 40. RGB value is (170,39,64). Sum of RGB (Red+Green+Blue) = 170+39+64=273 (36% of max value = 765). Red value is 170 (66.80% from 255 or 62.27% from 273); Green value is 39 (15.62% from 255 or 14.29% from 273); Blue value is 64 (25.39% from 255 or 23.44% from 273); Max value from RGB is 170 - color contains mainly: red. Hex color #AA2740 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AA2740 is #55D8BF. Grayscale: #515151. Windows color (decimal): -5626048 or 4204458. OLE color: 4204458.
HSL color Cylindrical-coordinate representation of color #AA2740: hue angle of 348.55º degrees, saturation: 0.63, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #AA2740 is Cyan = 0, Magento = 0.77, Yellow = 0.62 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 39 | 64 | - |
| CMYK | 0 | 0.77 | 0.62 | 0.33 |
| HSL | 348.55º | 0.63% | 0.41% | - |
| HSV(B) | 348.55º | 0.77% | 0.67% | - |
| XYZ | 18.23 | 10.37 | 5.89 | - |
| YUV | 81.02 | 118.4 | 191.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 39 | 64 | 0 | 0.77 | 0.62 | 0.33 | 348.55 | 0.63 | 0.41 |
| Hex | AA | 27 | 40 | 0 | 4D | 3E | 21 | 15D | 3F | 29 |
| Octal | 252 | 47 | 100 | 0 | 115 | 76 | 41 | 535 | 77 | 51 |
| Binary | 10101010 | 100111 | 1000000 | 0 | 1001101 | 111110 | 100001 | 101011101 | 111111 | 101001 |
Color Harmonies of #AA2740
Complementary color
Monochromatic Colors of #AA2740
Black with #AA2740
Text Example
Text Example
White with #AA2740
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA2740; }
p { color: rgb(170,39,64); }
H1.HeaderClassName
{
color: #AA2740;
}
.AnyTagClassName
{
color: #AA2740;
}
</style>
background-color css
<style>
a { background-color: #AA2740; }
a { background-color: rgb(170,39,64); }
div.DivClassName
{
background-color: #AA2740;
}
.BgClassName
{
background-color: #AA2740;
}
</style>
border-color css
<style>
span { border-color: #AA2740; }
span { border-color: rgb(170,39,64); }
td.TdClassName
{
border-color: #AA2740;
}
.TagClassName
{
border-color: #AA2740;
}
</style>