Shades of Old Rose #AE2353
Tints of Old Rose #AE2353
RGB
CMYK
RGB Variations
Color information
#AE2353 (or 0xAE2353) is known color: Old Rose. HEX triplet: AE, 23 and 53. RGB value is (174,35,83). Sum of RGB (Red+Green+Blue) = 174+35+83=292 (38% of max value = 765). Red value is 174 (68.36% from 255 or 59.59% from 292); Green value is 35 (14.06% from 255 or 11.99% from 292); Blue value is 83 (32.81% from 255 or 28.42% from 292); Max value from RGB is 174 - color contains mainly: red. Hex color #AE2353 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AE2353 is #51DCAC. Grayscale: #515151. Windows color (decimal): -5364909 or 5448622. OLE color: 5448622.
HSL color Cylindrical-coordinate representation of color #AE2353: hue angle of 339.28º 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 #AE2353 is Cyan = 0, Magento = 0.80, Yellow = 0.52 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 35 | 83 | - |
| CMYK | 0 | 0.80 | 0.52 | 0.32 |
| HSL | 339.28º | 0.67% | 0.41% | - |
| HSV(B) | 339.28º | 0.8% | 0.68% | - |
| XYZ | 19.62 | 10.83 | 9.24 | - |
| YUV | 82.03 | 128.55 | 193.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 35 | 83 | 0 | 0.80 | 0.52 | 0.32 | 339.28 | 0.67 | 0.41 |
| Hex | AE | 23 | 53 | 0 | 50 | 34 | 20 | 153 | 43 | 29 |
| Octal | 256 | 43 | 123 | 0 | 120 | 64 | 40 | 523 | 103 | 51 |
| Binary | 10101110 | 100011 | 1010011 | 0 | 1010000 | 110100 | 100000 | 101010011 | 1000011 | 101001 |
Color Harmonies of #AE2353
Complementary color
Monochromatic Colors of #AE2353
Black with #AE2353
Text Example
Text Example
White with #AE2353
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE2353; }
p { color: rgb(174,35,83); }
H1.HeaderClassName
{
color: #AE2353;
}
.AnyTagClassName
{
color: #AE2353;
}
</style>
background-color css
<style>
a { background-color: #AE2353; }
a { background-color: rgb(174,35,83); }
div.DivClassName
{
background-color: #AE2353;
}
.BgClassName
{
background-color: #AE2353;
}
</style>
border-color css
<style>
span { border-color: #AE2353; }
span { border-color: rgb(174,35,83); }
td.TdClassName
{
border-color: #AE2353;
}
.TagClassName
{
border-color: #AE2353;
}
</style>