Shades of Old Rose #AE284C
Tints of Old Rose #AE284C
RGB
CMYK
RGB Variations
Color information
#AE284C (or 0xAE284C) is known color: Old Rose. HEX triplet: AE, 28 and 4C. RGB value is (174,40,76). Sum of RGB (Red+Green+Blue) = 174+40+76=290 (38% of max value = 765). Red value is 174 (68.36% from 255 or 60% from 290); Green value is 40 (16.02% from 255 or 13.79% from 290); Blue value is 76 (30.08% from 255 or 26.21% from 290); Max value from RGB is 174 - color contains mainly: red. Hex color #AE284C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AE284C is #51D7B3. Grayscale: #545454. Windows color (decimal): -5363636 or 4991150. OLE color: 4991150.
HSL color Cylindrical-coordinate representation of color #AE284C: hue angle of 343.88º degrees, saturation: 0.63, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #AE284C is Cyan = 0, Magento = 0.77, Yellow = 0.56 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 40 | 76 | - |
| CMYK | 0 | 0.77 | 0.56 | 0.32 |
| HSL | 343.88º | 0.63% | 0.42% | - |
| HSV(B) | 343.88º | 0.77% | 0.68% | - |
| XYZ | 19.52 | 11.04 | 7.94 | - |
| YUV | 84.17 | 123.39 | 192.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 40 | 76 | 0 | 0.77 | 0.56 | 0.32 | 343.88 | 0.63 | 0.42 |
| Hex | AE | 28 | 4C | 0 | 4D | 38 | 20 | 158 | 3F | 2A |
| Octal | 256 | 50 | 114 | 0 | 115 | 70 | 40 | 530 | 77 | 52 |
| Binary | 10101110 | 101000 | 1001100 | 0 | 1001101 | 111000 | 100000 | 101011000 | 111111 | 101010 |
Color Harmonies of #AE284C
Complementary color
Monochromatic Colors of #AE284C
Black with #AE284C
Text Example
Text Example
White with #AE284C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE284C; }
p { color: rgb(174,40,76); }
H1.HeaderClassName
{
color: #AE284C;
}
.AnyTagClassName
{
color: #AE284C;
}
</style>
background-color css
<style>
a { background-color: #AE284C; }
a { background-color: rgb(174,40,76); }
div.DivClassName
{
background-color: #AE284C;
}
.BgClassName
{
background-color: #AE284C;
}
</style>
border-color css
<style>
span { border-color: #AE284C; }
span { border-color: rgb(174,40,76); }
td.TdClassName
{
border-color: #AE284C;
}
.TagClassName
{
border-color: #AE284C;
}
</style>