Shades of Old Rose #AE363F
Tints of Old Rose #AE363F
RGB
CMYK
RGB Variations
Color information
#AE363F (or 0xAE363F) is known color: Old Rose. HEX triplet: AE, 36 and 3F. RGB value is (174,54,63). Sum of RGB (Red+Green+Blue) = 174+54+63=291 (38% of max value = 765). Red value is 174 (68.36% from 255 or 59.79% from 291); Green value is 54 (21.48% from 255 or 18.56% from 291); Blue value is 63 (25% from 255 or 21.65% from 291); Max value from RGB is 174 - color contains mainly: red. Hex color #AE363F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AE363F is #51C9C0. Grayscale: #5A5A5A. Windows color (decimal): -5360065 or 4142766. OLE color: 4142766.
HSL color Cylindrical-coordinate representation of color #AE363F: hue angle of 355.5º degrees, saturation: 0.53, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #AE363F is Cyan = 0, Magento = 0.69, Yellow = 0.64 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 54 | 63 | - |
| CMYK | 0 | 0.69 | 0.64 | 0.32 |
| HSL | 355.5º | 0.53% | 0.45% | - |
| HSV(B) | 355.5º | 0.69% | 0.68% | - |
| XYZ | 19.67 | 12 | 5.98 | - |
| YUV | 90.91 | 112.26 | 187.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 54 | 63 | 0 | 0.69 | 0.64 | 0.32 | 355.5 | 0.53 | 0.45 |
| Hex | AE | 36 | 3F | 0 | 45 | 40 | 20 | 164 | 35 | 2D |
| Octal | 256 | 66 | 77 | 0 | 105 | 100 | 40 | 544 | 65 | 55 |
| Binary | 10101110 | 110110 | 111111 | 0 | 1000101 | 1000000 | 100000 | 101100100 | 110101 | 101101 |
Color Harmonies of #AE363F
Complementary color
Monochromatic Colors of #AE363F
Black with #AE363F
Text Example
Text Example
White with #AE363F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE363F; }
p { color: rgb(174,54,63); }
H1.HeaderClassName
{
color: #AE363F;
}
.AnyTagClassName
{
color: #AE363F;
}
</style>
background-color css
<style>
a { background-color: #AE363F; }
a { background-color: rgb(174,54,63); }
div.DivClassName
{
background-color: #AE363F;
}
.BgClassName
{
background-color: #AE363F;
}
</style>
border-color css
<style>
span { border-color: #AE363F; }
span { border-color: rgb(174,54,63); }
td.TdClassName
{
border-color: #AE363F;
}
.TagClassName
{
border-color: #AE363F;
}
</style>