Shades of Old Rose #AC2949
Tints of Old Rose #AC2949
RGB
CMYK
RGB Variations
Color information
#AC2949 (or 0xAC2949) is known color: Old Rose. HEX triplet: AC, 29 and 49. RGB value is (172,41,73). Sum of RGB (Red+Green+Blue) = 172+41+73=286 (37% of max value = 765). Red value is 172 (67.58% from 255 or 60.14% from 286); Green value is 41 (16.41% from 255 or 14.34% from 286); Blue value is 73 (28.91% from 255 or 25.52% from 286); Max value from RGB is 172 - color contains mainly: red. Hex color #AC2949 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AC2949 is #53D6B6. Grayscale: #535353. Windows color (decimal): -5494455 or 4794796. OLE color: 4794796.
HSL color Cylindrical-coordinate representation of color #AC2949: hue angle of 345.34º degrees, saturation: 0.62, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #AC2949 is Cyan = 0, Magento = 0.76, Yellow = 0.58 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 41 | 73 | - |
| CMYK | 0 | 0.76 | 0.58 | 0.33 |
| HSL | 345.34º | 0.62% | 0.42% | - |
| HSV(B) | 345.34º | 0.76% | 0.67% | - |
| XYZ | 19.01 | 10.84 | 7.39 | - |
| YUV | 83.82 | 121.9 | 190.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 41 | 73 | 0 | 0.76 | 0.58 | 0.33 | 345.34 | 0.62 | 0.42 |
| Hex | AC | 29 | 49 | 0 | 4C | 3A | 21 | 159 | 3E | 2A |
| Octal | 254 | 51 | 111 | 0 | 114 | 72 | 41 | 531 | 76 | 52 |
| Binary | 10101100 | 101001 | 1001001 | 0 | 1001100 | 111010 | 100001 | 101011001 | 111110 | 101010 |
Color Harmonies of #AC2949
Complementary color
Monochromatic Colors of #AC2949
Black with #AC2949
Text Example
Text Example
White with #AC2949
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC2949; }
p { color: rgb(172,41,73); }
H1.HeaderClassName
{
color: #AC2949;
}
.AnyTagClassName
{
color: #AC2949;
}
</style>
background-color css
<style>
a { background-color: #AC2949; }
a { background-color: rgb(172,41,73); }
div.DivClassName
{
background-color: #AC2949;
}
.BgClassName
{
background-color: #AC2949;
}
</style>
border-color css
<style>
span { border-color: #AC2949; }
span { border-color: rgb(172,41,73); }
td.TdClassName
{
border-color: #AC2949;
}
.TagClassName
{
border-color: #AC2949;
}
</style>