Shades of Old Rose #AE2149
Tints of Old Rose #AE2149
RGB
CMYK
RGB Variations
Color information
#AE2149 (or 0xAE2149) is known color: Old Rose. HEX triplet: AE, 21 and 49. RGB value is (174,33,73). Sum of RGB (Red+Green+Blue) = 174+33+73=280 (37% of max value = 765). Red value is 174 (68.36% from 255 or 62.14% from 280); Green value is 33 (13.28% from 255 or 11.79% from 280); Blue value is 73 (28.91% from 255 or 26.07% from 280); Max value from RGB is 174 - color contains mainly: red. Hex color #AE2149 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AE2149 is #51DEB6. Grayscale: #4F4F4F. Windows color (decimal): -5365431 or 4792750. OLE color: 4792750.
HSL color Cylindrical-coordinate representation of color #AE2149: hue angle of 342.98º degrees, saturation: 0.68, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #AE2149 is Cyan = 0, Magento = 0.81, Yellow = 0.58 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 33 | 73 | - |
| CMYK | 0 | 0.81 | 0.58 | 0.32 |
| HSL | 342.98º | 0.68% | 0.41% | - |
| HSV(B) | 342.98º | 0.81% | 0.68% | - |
| XYZ | 19.2 | 10.57 | 7.33 | - |
| YUV | 79.72 | 124.21 | 195.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 33 | 73 | 0 | 0.81 | 0.58 | 0.32 | 342.98 | 0.68 | 0.41 |
| Hex | AE | 21 | 49 | 0 | 51 | 3A | 20 | 157 | 44 | 29 |
| Octal | 256 | 41 | 111 | 0 | 121 | 72 | 40 | 527 | 104 | 51 |
| Binary | 10101110 | 100001 | 1001001 | 0 | 1010001 | 111010 | 100000 | 101010111 | 1000100 | 101001 |
Color Harmonies of #AE2149
Complementary color
Monochromatic Colors of #AE2149
Black with #AE2149
Text Example
Text Example
White with #AE2149
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE2149; }
p { color: rgb(174,33,73); }
H1.HeaderClassName
{
color: #AE2149;
}
.AnyTagClassName
{
color: #AE2149;
}
</style>
background-color css
<style>
a { background-color: #AE2149; }
a { background-color: rgb(174,33,73); }
div.DivClassName
{
background-color: #AE2149;
}
.BgClassName
{
background-color: #AE2149;
}
</style>
border-color css
<style>
span { border-color: #AE2149; }
span { border-color: rgb(174,33,73); }
td.TdClassName
{
border-color: #AE2149;
}
.TagClassName
{
border-color: #AE2149;
}
</style>