Shades of Old Rose #AE304D
Tints of Old Rose #AE304D
RGB
CMYK
RGB Variations
Color information
#AE304D (or 0xAE304D) is known color: Old Rose. HEX triplet: AE, 30 and 4D. RGB value is (174,48,77). Sum of RGB (Red+Green+Blue) = 174+48+77=299 (39% of max value = 765). Red value is 174 (68.36% from 255 or 58.19% from 299); Green value is 48 (19.14% from 255 or 16.05% from 299); Blue value is 77 (30.47% from 255 or 25.75% from 299); Max value from RGB is 174 - color contains mainly: red. Hex color #AE304D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AE304D is #51CFB2. Grayscale: #585858. Windows color (decimal): -5361587 or 5058734. OLE color: 5058734.
HSL color Cylindrical-coordinate representation of color #AE304D: hue angle of 346.19º degrees, saturation: 0.57, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #AE304D is Cyan = 0, Magento = 0.72, Yellow = 0.56 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 48 | 77 | - |
| CMYK | 0 | 0.72 | 0.56 | 0.32 |
| HSL | 346.19º | 0.57% | 0.44% | - |
| HSV(B) | 346.19º | 0.72% | 0.68% | - |
| XYZ | 19.85 | 11.65 | 8.22 | - |
| YUV | 88.98 | 121.24 | 188.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 48 | 77 | 0 | 0.72 | 0.56 | 0.32 | 346.19 | 0.57 | 0.44 |
| Hex | AE | 30 | 4D | 0 | 48 | 38 | 20 | 15A | 39 | 2C |
| Octal | 256 | 60 | 115 | 0 | 110 | 70 | 40 | 532 | 71 | 54 |
| Binary | 10101110 | 110000 | 1001101 | 0 | 1001000 | 111000 | 100000 | 101011010 | 111001 | 101100 |
Color Harmonies of #AE304D
Complementary color
Monochromatic Colors of #AE304D
Black with #AE304D
Text Example
Text Example
White with #AE304D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE304D; }
p { color: rgb(174,48,77); }
H1.HeaderClassName
{
color: #AE304D;
}
.AnyTagClassName
{
color: #AE304D;
}
</style>
background-color css
<style>
a { background-color: #AE304D; }
a { background-color: rgb(174,48,77); }
div.DivClassName
{
background-color: #AE304D;
}
.BgClassName
{
background-color: #AE304D;
}
</style>
border-color css
<style>
span { border-color: #AE304D; }
span { border-color: rgb(174,48,77); }
td.TdClassName
{
border-color: #AE304D;
}
.TagClassName
{
border-color: #AE304D;
}
</style>