Shades of Old Rose #AE1D4E
Tints of Old Rose #AE1D4E
RGB
CMYK
RGB Variations
Color information
#AE1D4E (or 0xAE1D4E) is known color: Old Rose. HEX triplet: AE, 1D and 4E. RGB value is (174,29,78). Sum of RGB (Red+Green+Blue) = 174+29+78=281 (37% of max value = 765). Red value is 174 (68.36% from 255 or 61.92% from 281); Green value is 29 (11.72% from 255 or 10.32% from 281); Blue value is 78 (30.86% from 255 or 27.76% from 281); Max value from RGB is 174 - color contains mainly: red. Hex color #AE1D4E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AE1D4E is #51E2B1. Grayscale: #4D4D4D. Windows color (decimal): -5366450 or 5119406. OLE color: 5119406.
HSL color Cylindrical-coordinate representation of color #AE1D4E: hue angle of 339.72º degrees, saturation: 0.71, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #AE1D4E is Cyan = 0, Magento = 0.83, Yellow = 0.55 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 29 | 78 | - |
| CMYK | 0 | 0.83 | 0.55 | 0.32 |
| HSL | 339.72º | 0.71% | 0.4% | - |
| HSV(B) | 339.72º | 0.83% | 0.68% | - |
| XYZ | 19.27 | 10.43 | 8.2 | - |
| YUV | 77.94 | 128.04 | 196.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 29 | 78 | 0 | 0.83 | 0.55 | 0.32 | 339.72 | 0.71 | 0.4 |
| Hex | AE | 1D | 4E | 0 | 53 | 37 | 20 | 154 | 47 | 28 |
| Octal | 256 | 35 | 116 | 0 | 123 | 67 | 40 | 524 | 107 | 50 |
| Binary | 10101110 | 11101 | 1001110 | 0 | 1010011 | 110111 | 100000 | 101010100 | 1000111 | 101000 |
Color Harmonies of #AE1D4E
Complementary color
Monochromatic Colors of #AE1D4E
Black with #AE1D4E
Text Example
Text Example
White with #AE1D4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE1D4E; }
p { color: rgb(174,29,78); }
H1.HeaderClassName
{
color: #AE1D4E;
}
.AnyTagClassName
{
color: #AE1D4E;
}
</style>
background-color css
<style>
a { background-color: #AE1D4E; }
a { background-color: rgb(174,29,78); }
div.DivClassName
{
background-color: #AE1D4E;
}
.BgClassName
{
background-color: #AE1D4E;
}
</style>
border-color css
<style>
span { border-color: #AE1D4E; }
span { border-color: rgb(174,29,78); }
td.TdClassName
{
border-color: #AE1D4E;
}
.TagClassName
{
border-color: #AE1D4E;
}
</style>