Shades of Old Rose #AE294E
Tints of Old Rose #AE294E
RGB
CMYK
RGB Variations
Color information
#AE294E (or 0xAE294E) is known color: Old Rose. HEX triplet: AE, 29 and 4E. RGB value is (174,41,78). Sum of RGB (Red+Green+Blue) = 174+41+78=293 (38% of max value = 765). Red value is 174 (68.36% from 255 or 59.39% from 293); Green value is 41 (16.41% from 255 or 13.99% from 293); Blue value is 78 (30.86% from 255 or 26.62% from 293); Max value from RGB is 174 - color contains mainly: red. Hex color #AE294E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AE294E is #51D6B1. Grayscale: #545454. Windows color (decimal): -5363378 or 5122478. OLE color: 5122478.
HSL color Cylindrical-coordinate representation of color #AE294E: hue angle of 343.31º 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 #AE294E is Cyan = 0, Magento = 0.76, Yellow = 0.55 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 41 | 78 | - |
| CMYK | 0 | 0.76 | 0.55 | 0.32 |
| HSL | 343.31º | 0.62% | 0.42% | - |
| HSV(B) | 343.31º | 0.76% | 0.68% | - |
| XYZ | 19.62 | 11.13 | 8.32 | - |
| YUV | 84.99 | 124.06 | 191.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 41 | 78 | 0 | 0.76 | 0.55 | 0.32 | 343.31 | 0.62 | 0.42 |
| Hex | AE | 29 | 4E | 0 | 4C | 37 | 20 | 157 | 3E | 2A |
| Octal | 256 | 51 | 116 | 0 | 114 | 67 | 40 | 527 | 76 | 52 |
| Binary | 10101110 | 101001 | 1001110 | 0 | 1001100 | 110111 | 100000 | 101010111 | 111110 | 101010 |
Color Harmonies of #AE294E
Complementary color
Monochromatic Colors of #AE294E
Black with #AE294E
Text Example
Text Example
White with #AE294E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE294E; }
p { color: rgb(174,41,78); }
H1.HeaderClassName
{
color: #AE294E;
}
.AnyTagClassName
{
color: #AE294E;
}
</style>
background-color css
<style>
a { background-color: #AE294E; }
a { background-color: rgb(174,41,78); }
div.DivClassName
{
background-color: #AE294E;
}
.BgClassName
{
background-color: #AE294E;
}
</style>
border-color css
<style>
span { border-color: #AE294E; }
span { border-color: rgb(174,41,78); }
td.TdClassName
{
border-color: #AE294E;
}
.TagClassName
{
border-color: #AE294E;
}
</style>