Shades of Old Rose #AA2E41
Tints of Old Rose #AA2E41
RGB
CMYK
RGB Variations
Color information
#AA2E41 (or 0xAA2E41) is known color: Old Rose. HEX triplet: AA, 2E and 41. RGB value is (170,46,65). Sum of RGB (Red+Green+Blue) = 170+46+65=281 (37% of max value = 765). Red value is 170 (66.80% from 255 or 60.50% from 281); Green value is 46 (18.36% from 255 or 16.37% from 281); Blue value is 65 (25.78% from 255 or 23.13% from 281); Max value from RGB is 170 - color contains mainly: red. Hex color #AA2E41 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AA2E41 is #55D1BE. Grayscale: #555555. Windows color (decimal): -5624255 or 4271786. OLE color: 4271786.
HSL color Cylindrical-coordinate representation of color #AA2E41: hue angle of 350.81º degrees, saturation: 0.57, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #AA2E41 is Cyan = 0, Magento = 0.73, Yellow = 0.62 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 46 | 65 | - |
| CMYK | 0 | 0.73 | 0.62 | 0.33 |
| HSL | 350.81º | 0.57% | 0.42% | - |
| HSV(B) | 350.81º | 0.73% | 0.67% | - |
| XYZ | 18.51 | 10.88 | 6.13 | - |
| YUV | 85.24 | 116.58 | 188.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 46 | 65 | 0 | 0.73 | 0.62 | 0.33 | 350.81 | 0.57 | 0.42 |
| Hex | AA | 2E | 41 | 0 | 49 | 3E | 21 | 15F | 39 | 2A |
| Octal | 252 | 56 | 101 | 0 | 111 | 76 | 41 | 537 | 71 | 52 |
| Binary | 10101010 | 101110 | 1000001 | 0 | 1001001 | 111110 | 100001 | 101011111 | 111001 | 101010 |
Color Harmonies of #AA2E41
Complementary color
Monochromatic Colors of #AA2E41
Black with #AA2E41
Text Example
Text Example
White with #AA2E41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA2E41; }
p { color: rgb(170,46,65); }
H1.HeaderClassName
{
color: #AA2E41;
}
.AnyTagClassName
{
color: #AA2E41;
}
</style>
background-color css
<style>
a { background-color: #AA2E41; }
a { background-color: rgb(170,46,65); }
div.DivClassName
{
background-color: #AA2E41;
}
.BgClassName
{
background-color: #AA2E41;
}
</style>
border-color css
<style>
span { border-color: #AA2E41; }
span { border-color: rgb(170,46,65); }
td.TdClassName
{
border-color: #AA2E41;
}
.TagClassName
{
border-color: #AA2E41;
}
</style>