Shades of Old Rose #AE2955
Tints of Old Rose #AE2955
RGB
CMYK
RGB Variations
Color information
#AE2955 (or 0xAE2955) is known color: Old Rose. HEX triplet: AE, 29 and 55. RGB value is (174,41,85). Sum of RGB (Red+Green+Blue) = 174+41+85=300 (39% of max value = 765). Red value is 174 (68.36% from 255 or 58% from 300); Green value is 41 (16.41% from 255 or 13.67% from 300); Blue value is 85 (33.59% from 255 or 28.33% from 300); Max value from RGB is 174 - color contains mainly: red. Hex color #AE2955 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AE2955 is #51D6AA. Grayscale: #555555. Windows color (decimal): -5363371 or 5581230. OLE color: 5581230.
HSL color Cylindrical-coordinate representation of color #AE2955: hue angle of 340.15º degrees, saturation: 0.62, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #AE2955 is Cyan = 0, Magento = 0.76, Yellow = 0.51 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 41 | 85 | - |
| CMYK | 0 | 0.76 | 0.51 | 0.32 |
| HSL | 340.15º | 0.62% | 0.42% | - |
| HSV(B) | 340.15º | 0.76% | 0.68% | - |
| XYZ | 19.89 | 11.24 | 9.72 | - |
| YUV | 85.78 | 127.56 | 190.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 41 | 85 | 0 | 0.76 | 0.51 | 0.32 | 340.15 | 0.62 | 0.42 |
| Hex | AE | 29 | 55 | 0 | 4C | 33 | 20 | 154 | 3E | 2A |
| Octal | 256 | 51 | 125 | 0 | 114 | 63 | 40 | 524 | 76 | 52 |
| Binary | 10101110 | 101001 | 1010101 | 0 | 1001100 | 110011 | 100000 | 101010100 | 111110 | 101010 |
Color Harmonies of #AE2955
Complementary color
Monochromatic Colors of #AE2955
Black with #AE2955
Text Example
Text Example
White with #AE2955
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE2955; }
p { color: rgb(174,41,85); }
H1.HeaderClassName
{
color: #AE2955;
}
.AnyTagClassName
{
color: #AE2955;
}
</style>
background-color css
<style>
a { background-color: #AE2955; }
a { background-color: rgb(174,41,85); }
div.DivClassName
{
background-color: #AE2955;
}
.BgClassName
{
background-color: #AE2955;
}
</style>
border-color css
<style>
span { border-color: #AE2955; }
span { border-color: rgb(174,41,85); }
td.TdClassName
{
border-color: #AE2955;
}
.TagClassName
{
border-color: #AE2955;
}
</style>