Shades of Old Rose #AE314D
Tints of Old Rose #AE314D
RGB
CMYK
RGB Variations
Color information
#AE314D (or 0xAE314D) is known color: Old Rose. HEX triplet: AE, 31 and 4D. RGB value is (174,49,77). Sum of RGB (Red+Green+Blue) = 174+49+77=300 (39% of max value = 765). Red value is 174 (68.36% from 255 or 58% from 300); Green value is 49 (19.53% from 255 or 16.33% from 300); Blue value is 77 (30.47% from 255 or 25.67% from 300); Max value from RGB is 174 - color contains mainly: red. Hex color #AE314D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AE314D is #51CEB2. Grayscale: #595959. Windows color (decimal): -5361331 or 5058990. OLE color: 5058990.
HSL color Cylindrical-coordinate representation of color #AE314D: hue angle of 346.56º degrees, saturation: 0.56, 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 #AE314D is Cyan = 0, Magento = 0.72, Yellow = 0.56 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 49 | 77 | - |
| CMYK | 0 | 0.72 | 0.56 | 0.32 |
| HSL | 346.56º | 0.56% | 0.44% | - |
| HSV(B) | 346.56º | 0.72% | 0.68% | - |
| XYZ | 19.89 | 11.73 | 8.24 | - |
| YUV | 89.57 | 120.91 | 188.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 49 | 77 | 0 | 0.72 | 0.56 | 0.32 | 346.56 | 0.56 | 0.44 |
| Hex | AE | 31 | 4D | 0 | 48 | 38 | 20 | 15B | 38 | 2C |
| Octal | 256 | 61 | 115 | 0 | 110 | 70 | 40 | 533 | 70 | 54 |
| Binary | 10101110 | 110001 | 1001101 | 0 | 1001000 | 111000 | 100000 | 101011011 | 111000 | 101100 |
Color Harmonies of #AE314D
Complementary color
Monochromatic Colors of #AE314D
Black with #AE314D
Text Example
Text Example
White with #AE314D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE314D; }
p { color: rgb(174,49,77); }
H1.HeaderClassName
{
color: #AE314D;
}
.AnyTagClassName
{
color: #AE314D;
}
</style>
background-color css
<style>
a { background-color: #AE314D; }
a { background-color: rgb(174,49,77); }
div.DivClassName
{
background-color: #AE314D;
}
.BgClassName
{
background-color: #AE314D;
}
</style>
border-color css
<style>
span { border-color: #AE314D; }
span { border-color: rgb(174,49,77); }
td.TdClassName
{
border-color: #AE314D;
}
.TagClassName
{
border-color: #AE314D;
}
</style>