Shades of Old Rose #AC2849
Tints of Old Rose #AC2849
RGB
CMYK
RGB Variations
Color information
#AC2849 (or 0xAC2849) is known color: Old Rose. HEX triplet: AC, 28 and 49. RGB value is (172,40,73). Sum of RGB (Red+Green+Blue) = 172+40+73=285 (37% of max value = 765). Red value is 172 (67.58% from 255 or 60.35% from 285); Green value is 40 (16.02% from 255 or 14.04% from 285); Blue value is 73 (28.91% from 255 or 25.61% from 285); Max value from RGB is 172 - color contains mainly: red. Hex color #AC2849 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AC2849 is #53D7B6. Grayscale: #535353. Windows color (decimal): -5494711 or 4794540. OLE color: 4794540.
HSL color Cylindrical-coordinate representation of color #AC2849: hue angle of 345º degrees, saturation: 0.62, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #AC2849 is Cyan = 0, Magento = 0.77, Yellow = 0.58 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 40 | 73 | - |
| CMYK | 0 | 0.77 | 0.58 | 0.33 |
| HSL | 345º | 0.62% | 0.42% | - |
| HSV(B) | 345º | 0.77% | 0.67% | - |
| XYZ | 18.97 | 10.77 | 7.38 | - |
| YUV | 83.23 | 122.23 | 191.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 40 | 73 | 0 | 0.77 | 0.58 | 0.33 | 345 | 0.62 | 0.42 |
| Hex | AC | 28 | 49 | 0 | 4D | 3A | 21 | 159 | 3E | 2A |
| Octal | 254 | 50 | 111 | 0 | 115 | 72 | 41 | 531 | 76 | 52 |
| Binary | 10101100 | 101000 | 1001001 | 0 | 1001101 | 111010 | 100001 | 101011001 | 111110 | 101010 |
Color Harmonies of #AC2849
Complementary color
Monochromatic Colors of #AC2849
Black with #AC2849
Text Example
Text Example
White with #AC2849
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC2849; }
p { color: rgb(172,40,73); }
H1.HeaderClassName
{
color: #AC2849;
}
.AnyTagClassName
{
color: #AC2849;
}
</style>
background-color css
<style>
a { background-color: #AC2849; }
a { background-color: rgb(172,40,73); }
div.DivClassName
{
background-color: #AC2849;
}
.BgClassName
{
background-color: #AC2849;
}
</style>
border-color css
<style>
span { border-color: #AC2849; }
span { border-color: rgb(172,40,73); }
td.TdClassName
{
border-color: #AC2849;
}
.TagClassName
{
border-color: #AC2849;
}
</style>