Shades of Old Rose #AE2045
Tints of Old Rose #AE2045
RGB
CMYK
RGB Variations
Color information
#AE2045 (or 0xAE2045) is known color: Old Rose. HEX triplet: AE, 20 and 45. RGB value is (174,32,69). Sum of RGB (Red+Green+Blue) = 174+32+69=275 (36% of max value = 765). Red value is 174 (68.36% from 255 or 63.27% from 275); Green value is 32 (12.89% from 255 or 11.64% from 275); Blue value is 69 (27.34% from 255 or 25.09% from 275); Max value from RGB is 174 - color contains mainly: red. Hex color #AE2045 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AE2045 is #51DFBA. Grayscale: #4E4E4E. Windows color (decimal): -5365691 or 4530350. OLE color: 4530350.
HSL color Cylindrical-coordinate representation of color #AE2045: hue angle of 344.37º degrees, saturation: 0.69, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #AE2045 is Cyan = 0, Magento = 0.82, Yellow = 0.60 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 32 | 69 | - |
| CMYK | 0 | 0.82 | 0.60 | 0.32 |
| HSL | 344.37º | 0.69% | 0.4% | - |
| HSV(B) | 344.37º | 0.82% | 0.68% | - |
| XYZ | 19.05 | 10.46 | 6.65 | - |
| YUV | 78.68 | 122.54 | 195.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 32 | 69 | 0 | 0.82 | 0.60 | 0.32 | 344.37 | 0.69 | 0.4 |
| Hex | AE | 20 | 45 | 0 | 52 | 3C | 20 | 158 | 45 | 28 |
| Octal | 256 | 40 | 105 | 0 | 122 | 74 | 40 | 530 | 105 | 50 |
| Binary | 10101110 | 100000 | 1000101 | 0 | 1010010 | 111100 | 100000 | 101011000 | 1000101 | 101000 |
Color Harmonies of #AE2045
Complementary color
Monochromatic Colors of #AE2045
Black with #AE2045
Text Example
Text Example
White with #AE2045
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE2045; }
p { color: rgb(174,32,69); }
H1.HeaderClassName
{
color: #AE2045;
}
.AnyTagClassName
{
color: #AE2045;
}
</style>
background-color css
<style>
a { background-color: #AE2045; }
a { background-color: rgb(174,32,69); }
div.DivClassName
{
background-color: #AE2045;
}
.BgClassName
{
background-color: #AE2045;
}
</style>
border-color css
<style>
span { border-color: #AE2045; }
span { border-color: rgb(174,32,69); }
td.TdClassName
{
border-color: #AE2045;
}
.TagClassName
{
border-color: #AE2045;
}
</style>