Shades of Old Rose #AA2941
Tints of Old Rose #AA2941
RGB
CMYK
RGB Variations
Color information
#AA2941 (or 0xAA2941) is known color: Old Rose. HEX triplet: AA, 29 and 41. RGB value is (170,41,65). Sum of RGB (Red+Green+Blue) = 170+41+65=276 (36% of max value = 765). Red value is 170 (66.80% from 255 or 61.59% from 276); Green value is 41 (16.41% from 255 or 14.86% from 276); Blue value is 65 (25.78% from 255 or 23.55% from 276); Max value from RGB is 170 - color contains mainly: red. Hex color #AA2941 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AA2941 is #55D6BE. Grayscale: #525252. Windows color (decimal): -5625535 or 4270506. OLE color: 4270506.
HSL color Cylindrical-coordinate representation of color #AA2941: hue angle of 348.84º degrees, saturation: 0.61, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #AA2941 is Cyan = 0, Magento = 0.76, Yellow = 0.62 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 41 | 65 | - |
| CMYK | 0 | 0.76 | 0.62 | 0.33 |
| HSL | 348.84º | 0.61% | 0.41% | - |
| HSV(B) | 348.84º | 0.76% | 0.67% | - |
| XYZ | 18.32 | 10.51 | 6.06 | - |
| YUV | 82.31 | 118.24 | 190.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 41 | 65 | 0 | 0.76 | 0.62 | 0.33 | 348.84 | 0.61 | 0.41 |
| Hex | AA | 29 | 41 | 0 | 4C | 3E | 21 | 15D | 3D | 29 |
| Octal | 252 | 51 | 101 | 0 | 114 | 76 | 41 | 535 | 75 | 51 |
| Binary | 10101010 | 101001 | 1000001 | 0 | 1001100 | 111110 | 100001 | 101011101 | 111101 | 101001 |
Color Harmonies of #AA2941
Complementary color
Monochromatic Colors of #AA2941
Black with #AA2941
Text Example
Text Example
White with #AA2941
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA2941; }
p { color: rgb(170,41,65); }
H1.HeaderClassName
{
color: #AA2941;
}
.AnyTagClassName
{
color: #AA2941;
}
</style>
background-color css
<style>
a { background-color: #AA2941; }
a { background-color: rgb(170,41,65); }
div.DivClassName
{
background-color: #AA2941;
}
.BgClassName
{
background-color: #AA2941;
}
</style>
border-color css
<style>
span { border-color: #AA2941; }
span { border-color: rgb(170,41,65); }
td.TdClassName
{
border-color: #AA2941;
}
.TagClassName
{
border-color: #AA2941;
}
</style>