Shades of Old Rose #AE3044
Tints of Old Rose #AE3044
RGB
CMYK
RGB Variations
Color information
#AE3044 (or 0xAE3044) is known color: Old Rose. HEX triplet: AE, 30 and 44. RGB value is (174,48,68). Sum of RGB (Red+Green+Blue) = 174+48+68=290 (38% of max value = 765). Red value is 174 (68.36% from 255 or 60% from 290); Green value is 48 (19.14% from 255 or 16.55% from 290); Blue value is 68 (26.95% from 255 or 23.45% from 290); Max value from RGB is 174 - color contains mainly: red. Hex color #AE3044 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AE3044 is #51CFBB. Grayscale: #585858. Windows color (decimal): -5361596 or 4468910. OLE color: 4468910.
HSL color Cylindrical-coordinate representation of color #AE3044: hue angle of 350.48º 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 #AE3044 is Cyan = 0, Magento = 0.72, Yellow = 0.61 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 48 | 68 | - |
| CMYK | 0 | 0.72 | 0.61 | 0.32 |
| HSL | 350.48º | 0.57% | 0.44% | - |
| HSV(B) | 350.48º | 0.72% | 0.68% | - |
| XYZ | 19.56 | 11.53 | 6.66 | - |
| YUV | 87.95 | 116.74 | 189.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 48 | 68 | 0 | 0.72 | 0.61 | 0.32 | 350.48 | 0.57 | 0.44 |
| Hex | AE | 30 | 44 | 0 | 48 | 3D | 20 | 15E | 39 | 2C |
| Octal | 256 | 60 | 104 | 0 | 110 | 75 | 40 | 536 | 71 | 54 |
| Binary | 10101110 | 110000 | 1000100 | 0 | 1001000 | 111101 | 100000 | 101011110 | 111001 | 101100 |
Color Harmonies of #AE3044
Complementary color
Monochromatic Colors of #AE3044
Black with #AE3044
Text Example
Text Example
White with #AE3044
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE3044; }
p { color: rgb(174,48,68); }
H1.HeaderClassName
{
color: #AE3044;
}
.AnyTagClassName
{
color: #AE3044;
}
</style>
background-color css
<style>
a { background-color: #AE3044; }
a { background-color: rgb(174,48,68); }
div.DivClassName
{
background-color: #AE3044;
}
.BgClassName
{
background-color: #AE3044;
}
</style>
border-color css
<style>
span { border-color: #AE3044; }
span { border-color: rgb(174,48,68); }
td.TdClassName
{
border-color: #AE3044;
}
.TagClassName
{
border-color: #AE3044;
}
</style>