Shades of Old Rose #AE254D
Tints of Old Rose #AE254D
RGB
CMYK
RGB Variations
Color information
#AE254D (or 0xAE254D) is known color: Old Rose. HEX triplet: AE, 25 and 4D. RGB value is (174,37,77). Sum of RGB (Red+Green+Blue) = 174+37+77=288 (38% of max value = 765). Red value is 174 (68.36% from 255 or 60.42% from 288); Green value is 37 (14.84% from 255 or 12.85% from 288); Blue value is 77 (30.47% from 255 or 26.74% from 288); Max value from RGB is 174 - color contains mainly: red. Hex color #AE254D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AE254D is #51DAB2. Grayscale: #525252. Windows color (decimal): -5364403 or 5055918. OLE color: 5055918.
HSL color Cylindrical-coordinate representation of color #AE254D: hue angle of 342.48º degrees, saturation: 0.65, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #AE254D is Cyan = 0, Magento = 0.79, Yellow = 0.56 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 37 | 77 | - |
| CMYK | 0 | 0.79 | 0.56 | 0.32 |
| HSL | 342.48º | 0.65% | 0.41% | - |
| HSV(B) | 342.48º | 0.79% | 0.68% | - |
| XYZ | 19.46 | 10.86 | 8.09 | - |
| YUV | 82.52 | 124.89 | 193.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 37 | 77 | 0 | 0.79 | 0.56 | 0.32 | 342.48 | 0.65 | 0.41 |
| Hex | AE | 25 | 4D | 0 | 4F | 38 | 20 | 156 | 41 | 29 |
| Octal | 256 | 45 | 115 | 0 | 117 | 70 | 40 | 526 | 101 | 51 |
| Binary | 10101110 | 100101 | 1001101 | 0 | 1001111 | 111000 | 100000 | 101010110 | 1000001 | 101001 |
Color Harmonies of #AE254D
Complementary color
Monochromatic Colors of #AE254D
Black with #AE254D
Text Example
Text Example
White with #AE254D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE254D; }
p { color: rgb(174,37,77); }
H1.HeaderClassName
{
color: #AE254D;
}
.AnyTagClassName
{
color: #AE254D;
}
</style>
background-color css
<style>
a { background-color: #AE254D; }
a { background-color: rgb(174,37,77); }
div.DivClassName
{
background-color: #AE254D;
}
.BgClassName
{
background-color: #AE254D;
}
</style>
border-color css
<style>
span { border-color: #AE254D; }
span { border-color: rgb(174,37,77); }
td.TdClassName
{
border-color: #AE254D;
}
.TagClassName
{
border-color: #AE254D;
}
</style>