Shades of Old Rose #AE224C
Tints of Old Rose #AE224C
RGB
CMYK
RGB Variations
Color information
#AE224C (or 0xAE224C) is known color: Old Rose. HEX triplet: AE, 22 and 4C. RGB value is (174,34,76). Sum of RGB (Red+Green+Blue) = 174+34+76=284 (37% of max value = 765). Red value is 174 (68.36% from 255 or 61.27% from 284); Green value is 34 (13.67% from 255 or 11.97% from 284); Blue value is 76 (30.08% from 255 or 26.76% from 284); Max value from RGB is 174 - color contains mainly: red. Hex color #AE224C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AE224C is #51DDB3. Grayscale: #505050. Windows color (decimal): -5365172 or 4989614. OLE color: 4989614.
HSL color Cylindrical-coordinate representation of color #AE224C: hue angle of 342º degrees, saturation: 0.67, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #AE224C is Cyan = 0, Magento = 0.80, Yellow = 0.56 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 34 | 76 | - |
| CMYK | 0 | 0.80 | 0.56 | 0.32 |
| HSL | 342º | 0.67% | 0.41% | - |
| HSV(B) | 342º | 0.8% | 0.68% | - |
| XYZ | 19.33 | 10.66 | 7.88 | - |
| YUV | 80.65 | 125.38 | 194.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 34 | 76 | 0 | 0.80 | 0.56 | 0.32 | 342 | 0.67 | 0.41 |
| Hex | AE | 22 | 4C | 0 | 50 | 38 | 20 | 156 | 43 | 29 |
| Octal | 256 | 42 | 114 | 0 | 120 | 70 | 40 | 526 | 103 | 51 |
| Binary | 10101110 | 100010 | 1001100 | 0 | 1010000 | 111000 | 100000 | 101010110 | 1000011 | 101001 |
Color Harmonies of #AE224C
Complementary color
Monochromatic Colors of #AE224C
Black with #AE224C
Text Example
Text Example
White with #AE224C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE224C; }
p { color: rgb(174,34,76); }
H1.HeaderClassName
{
color: #AE224C;
}
.AnyTagClassName
{
color: #AE224C;
}
</style>
background-color css
<style>
a { background-color: #AE224C; }
a { background-color: rgb(174,34,76); }
div.DivClassName
{
background-color: #AE224C;
}
.BgClassName
{
background-color: #AE224C;
}
</style>
border-color css
<style>
span { border-color: #AE224C; }
span { border-color: rgb(174,34,76); }
td.TdClassName
{
border-color: #AE224C;
}
.TagClassName
{
border-color: #AE224C;
}
</style>