Shades of Old Rose #AC2E45
Tints of Old Rose #AC2E45
RGB
CMYK
RGB Variations
Color information
#AC2E45 (or 0xAC2E45) is known color: Old Rose. HEX triplet: AC, 2E and 45. RGB value is (172,46,69). Sum of RGB (Red+Green+Blue) = 172+46+69=287 (38% of max value = 765). Red value is 172 (67.58% from 255 or 59.93% from 287); Green value is 46 (18.36% from 255 or 16.03% from 287); Blue value is 69 (27.34% from 255 or 24.04% from 287); Max value from RGB is 172 - color contains mainly: red. Hex color #AC2E45 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AC2E45 is #53D1BA. Grayscale: #565656. Windows color (decimal): -5493179 or 4533932. OLE color: 4533932.
HSL color Cylindrical-coordinate representation of color #AC2E45: hue angle of 349.05º degrees, saturation: 0.58, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #AC2E45 is Cyan = 0, Magento = 0.73, Yellow = 0.60 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 46 | 69 | - |
| CMYK | 0 | 0.73 | 0.60 | 0.33 |
| HSL | 349.05º | 0.58% | 0.43% | - |
| HSV(B) | 349.05º | 0.73% | 0.67% | - |
| XYZ | 19.06 | 11.15 | 6.78 | - |
| YUV | 86.3 | 118.24 | 189.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 46 | 69 | 0 | 0.73 | 0.60 | 0.33 | 349.05 | 0.58 | 0.43 |
| Hex | AC | 2E | 45 | 0 | 49 | 3C | 21 | 15D | 3A | 2B |
| Octal | 254 | 56 | 105 | 0 | 111 | 74 | 41 | 535 | 72 | 53 |
| Binary | 10101100 | 101110 | 1000101 | 0 | 1001001 | 111100 | 100001 | 101011101 | 111010 | 101011 |
Color Harmonies of #AC2E45
Complementary color
Monochromatic Colors of #AC2E45
Black with #AC2E45
Text Example
Text Example
White with #AC2E45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC2E45; }
p { color: rgb(172,46,69); }
H1.HeaderClassName
{
color: #AC2E45;
}
.AnyTagClassName
{
color: #AC2E45;
}
</style>
background-color css
<style>
a { background-color: #AC2E45; }
a { background-color: rgb(172,46,69); }
div.DivClassName
{
background-color: #AC2E45;
}
.BgClassName
{
background-color: #AC2E45;
}
</style>
border-color css
<style>
span { border-color: #AC2E45; }
span { border-color: rgb(172,46,69); }
td.TdClassName
{
border-color: #AC2E45;
}
.TagClassName
{
border-color: #AC2E45;
}
</style>