Shades of Old Rose #AE343F
Tints of Old Rose #AE343F
RGB
CMYK
RGB Variations
Color information
#AE343F (or 0xAE343F) is known color: Old Rose. HEX triplet: AE, 34 and 3F. RGB value is (174,52,63). Sum of RGB (Red+Green+Blue) = 174+52+63=289 (38% of max value = 765). Red value is 174 (68.36% from 255 or 60.21% from 289); Green value is 52 (20.70% from 255 or 17.99% from 289); Blue value is 63 (25% from 255 or 21.80% from 289); Max value from RGB is 174 - color contains mainly: red. Hex color #AE343F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AE343F is #51CBC0. Grayscale: #595959. Windows color (decimal): -5360577 or 4142254. OLE color: 4142254.
HSL color Cylindrical-coordinate representation of color #AE343F: hue angle of 354.59º degrees, saturation: 0.54, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #AE343F is Cyan = 0, Magento = 0.70, Yellow = 0.64 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 52 | 63 | - |
| CMYK | 0 | 0.70 | 0.64 | 0.32 |
| HSL | 354.59º | 0.54% | 0.44% | - |
| HSV(B) | 354.59º | 0.7% | 0.68% | - |
| XYZ | 19.58 | 11.81 | 5.95 | - |
| YUV | 89.73 | 112.92 | 188.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 52 | 63 | 0 | 0.70 | 0.64 | 0.32 | 354.59 | 0.54 | 0.44 |
| Hex | AE | 34 | 3F | 0 | 46 | 40 | 20 | 163 | 36 | 2C |
| Octal | 256 | 64 | 77 | 0 | 106 | 100 | 40 | 543 | 66 | 54 |
| Binary | 10101110 | 110100 | 111111 | 0 | 1000110 | 1000000 | 100000 | 101100011 | 110110 | 101100 |
Color Harmonies of #AE343F
Complementary color
Monochromatic Colors of #AE343F
Black with #AE343F
Text Example
Text Example
White with #AE343F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE343F; }
p { color: rgb(174,52,63); }
H1.HeaderClassName
{
color: #AE343F;
}
.AnyTagClassName
{
color: #AE343F;
}
</style>
background-color css
<style>
a { background-color: #AE343F; }
a { background-color: rgb(174,52,63); }
div.DivClassName
{
background-color: #AE343F;
}
.BgClassName
{
background-color: #AE343F;
}
</style>
border-color css
<style>
span { border-color: #AE343F; }
span { border-color: rgb(174,52,63); }
td.TdClassName
{
border-color: #AE343F;
}
.TagClassName
{
border-color: #AE343F;
}
</style>