Shades of Old Rose #AE2F4D
Tints of Old Rose #AE2F4D
RGB
CMYK
RGB Variations
Color information
#AE2F4D (or 0xAE2F4D) is known color: Old Rose. HEX triplet: AE, 2F and 4D. RGB value is (174,47,77). Sum of RGB (Red+Green+Blue) = 174+47+77=298 (39% of max value = 765). Red value is 174 (68.36% from 255 or 58.39% from 298); Green value is 47 (18.75% from 255 or 15.77% from 298); Blue value is 77 (30.47% from 255 or 25.84% from 298); Max value from RGB is 174 - color contains mainly: red. Hex color #AE2F4D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AE2F4D is #51D0B2. Grayscale: #585858. Windows color (decimal): -5361843 or 5058478. OLE color: 5058478.
HSL color Cylindrical-coordinate representation of color #AE2F4D: hue angle of 345.83º degrees, saturation: 0.57, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #AE2F4D is Cyan = 0, Magento = 0.73, Yellow = 0.56 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 47 | 77 | - |
| CMYK | 0 | 0.73 | 0.56 | 0.32 |
| HSL | 345.83º | 0.57% | 0.43% | - |
| HSV(B) | 345.83º | 0.73% | 0.68% | - |
| XYZ | 19.81 | 11.57 | 8.21 | - |
| YUV | 88.39 | 121.58 | 189.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 47 | 77 | 0 | 0.73 | 0.56 | 0.32 | 345.83 | 0.57 | 0.43 |
| Hex | AE | 2F | 4D | 0 | 49 | 38 | 20 | 15A | 39 | 2B |
| Octal | 256 | 57 | 115 | 0 | 111 | 70 | 40 | 532 | 71 | 53 |
| Binary | 10101110 | 101111 | 1001101 | 0 | 1001001 | 111000 | 100000 | 101011010 | 111001 | 101011 |
Color Harmonies of #AE2F4D
Complementary color
Monochromatic Colors of #AE2F4D
Black with #AE2F4D
Text Example
Text Example
White with #AE2F4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE2F4D; }
p { color: rgb(174,47,77); }
H1.HeaderClassName
{
color: #AE2F4D;
}
.AnyTagClassName
{
color: #AE2F4D;
}
</style>
background-color css
<style>
a { background-color: #AE2F4D; }
a { background-color: rgb(174,47,77); }
div.DivClassName
{
background-color: #AE2F4D;
}
.BgClassName
{
background-color: #AE2F4D;
}
</style>
border-color css
<style>
span { border-color: #AE2F4D; }
span { border-color: rgb(174,47,77); }
td.TdClassName
{
border-color: #AE2F4D;
}
.TagClassName
{
border-color: #AE2F4D;
}
</style>