Shades of Old Rose #AE2942
Tints of Old Rose #AE2942
RGB
CMYK
RGB Variations
Color information
#AE2942 (or 0xAE2942) is known color: Old Rose. HEX triplet: AE, 29 and 42. RGB value is (174,41,66). Sum of RGB (Red+Green+Blue) = 174+41+66=281 (37% of max value = 765). Red value is 174 (68.36% from 255 or 61.92% from 281); Green value is 41 (16.41% from 255 or 14.59% from 281); Blue value is 66 (26.17% from 255 or 23.49% from 281); Max value from RGB is 174 - color contains mainly: red. Hex color #AE2942 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AE2942 is #51D6BD. Grayscale: #535353. Windows color (decimal): -5363390 or 4336046. OLE color: 4336046.
HSL color Cylindrical-coordinate representation of color #AE2942: hue angle of 348.72º 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 #AE2942 is Cyan = 0, Magento = 0.76, Yellow = 0.62 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 41 | 66 | - |
| CMYK | 0 | 0.76 | 0.62 | 0.32 |
| HSL | 348.72º | 0.62% | 0.42% | - |
| HSV(B) | 348.72º | 0.76% | 0.68% | - |
| XYZ | 19.23 | 10.98 | 6.26 | - |
| YUV | 83.62 | 118.06 | 192.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 41 | 66 | 0 | 0.76 | 0.62 | 0.32 | 348.72 | 0.62 | 0.42 |
| Hex | AE | 29 | 42 | 0 | 4C | 3E | 20 | 15D | 3E | 2A |
| Octal | 256 | 51 | 102 | 0 | 114 | 76 | 40 | 535 | 76 | 52 |
| Binary | 10101110 | 101001 | 1000010 | 0 | 1001100 | 111110 | 100000 | 101011101 | 111110 | 101010 |
Color Harmonies of #AE2942
Complementary color
Monochromatic Colors of #AE2942
Black with #AE2942
Text Example
Text Example
White with #AE2942
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE2942; }
p { color: rgb(174,41,66); }
H1.HeaderClassName
{
color: #AE2942;
}
.AnyTagClassName
{
color: #AE2942;
}
</style>
background-color css
<style>
a { background-color: #AE2942; }
a { background-color: rgb(174,41,66); }
div.DivClassName
{
background-color: #AE2942;
}
.BgClassName
{
background-color: #AE2942;
}
</style>
border-color css
<style>
span { border-color: #AE2942; }
span { border-color: rgb(174,41,66); }
td.TdClassName
{
border-color: #AE2942;
}
.TagClassName
{
border-color: #AE2942;
}
</style>