Shades of Old Rose #AA2541
Tints of Old Rose #AA2541
RGB
CMYK
RGB Variations
Color information
#AA2541 (or 0xAA2541) is known color: Old Rose. HEX triplet: AA, 25 and 41. RGB value is (170,37,65). Sum of RGB (Red+Green+Blue) = 170+37+65=272 (36% of max value = 765). Red value is 170 (66.80% from 255 or 62.5% from 272); Green value is 37 (14.84% from 255 or 13.60% from 272); Blue value is 65 (25.78% from 255 or 23.90% from 272); Max value from RGB is 170 - color contains mainly: red. Hex color #AA2541 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AA2541 is #55DABE. Grayscale: #4F4F4F. Windows color (decimal): -5626559 or 4269482. OLE color: 4269482.
HSL color Cylindrical-coordinate representation of color #AA2541: hue angle of 347.37º degrees, saturation: 0.64, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #AA2541 is Cyan = 0, Magento = 0.78, Yellow = 0.62 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 37 | 65 | - |
| CMYK | 0 | 0.78 | 0.62 | 0.33 |
| HSL | 347.37º | 0.64% | 0.41% | - |
| HSV(B) | 347.37º | 0.78% | 0.67% | - |
| XYZ | 18.19 | 10.25 | 6.02 | - |
| YUV | 79.96 | 119.56 | 192.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 37 | 65 | 0 | 0.78 | 0.62 | 0.33 | 347.37 | 0.64 | 0.41 |
| Hex | AA | 25 | 41 | 0 | 4E | 3E | 21 | 15B | 40 | 29 |
| Octal | 252 | 45 | 101 | 0 | 116 | 76 | 41 | 533 | 100 | 51 |
| Binary | 10101010 | 100101 | 1000001 | 0 | 1001110 | 111110 | 100001 | 101011011 | 1000000 | 101001 |
Color Harmonies of #AA2541
Complementary color
Monochromatic Colors of #AA2541
Black with #AA2541
Text Example
Text Example
White with #AA2541
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA2541; }
p { color: rgb(170,37,65); }
H1.HeaderClassName
{
color: #AA2541;
}
.AnyTagClassName
{
color: #AA2541;
}
</style>
background-color css
<style>
a { background-color: #AA2541; }
a { background-color: rgb(170,37,65); }
div.DivClassName
{
background-color: #AA2541;
}
.BgClassName
{
background-color: #AA2541;
}
</style>
border-color css
<style>
span { border-color: #AA2541; }
span { border-color: rgb(170,37,65); }
td.TdClassName
{
border-color: #AA2541;
}
.TagClassName
{
border-color: #AA2541;
}
</style>