Shades of Old Rose #AC2C4C
Tints of Old Rose #AC2C4C
RGB
CMYK
RGB Variations
Color information
#AC2C4C (or 0xAC2C4C) is known color: Old Rose. HEX triplet: AC, 2C and 4C. RGB value is (172,44,76). Sum of RGB (Red+Green+Blue) = 172+44+76=292 (38% of max value = 765). Red value is 172 (67.58% from 255 or 58.90% from 292); Green value is 44 (17.58% from 255 or 15.07% from 292); Blue value is 76 (30.08% from 255 or 26.03% from 292); Max value from RGB is 172 - color contains mainly: red. Hex color #AC2C4C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AC2C4C is #53D3B3. Grayscale: #555555. Windows color (decimal): -5493684 or 4992172. OLE color: 4992172.
HSL color Cylindrical-coordinate representation of color #AC2C4C: hue angle of 345º degrees, saturation: 0.59, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #AC2C4C is Cyan = 0, Magento = 0.74, Yellow = 0.56 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 44 | 76 | - |
| CMYK | 0 | 0.74 | 0.56 | 0.33 |
| HSL | 345º | 0.59% | 0.42% | - |
| HSV(B) | 345º | 0.74% | 0.67% | - |
| XYZ | 19.22 | 11.09 | 7.97 | - |
| YUV | 85.92 | 122.41 | 189.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 44 | 76 | 0 | 0.74 | 0.56 | 0.33 | 345 | 0.59 | 0.42 |
| Hex | AC | 2C | 4C | 0 | 4A | 38 | 21 | 159 | 3B | 2A |
| Octal | 254 | 54 | 114 | 0 | 112 | 70 | 41 | 531 | 73 | 52 |
| Binary | 10101100 | 101100 | 1001100 | 0 | 1001010 | 111000 | 100001 | 101011001 | 111011 | 101010 |
Color Harmonies of #AC2C4C
Complementary color
Monochromatic Colors of #AC2C4C
Black with #AC2C4C
Text Example
Text Example
White with #AC2C4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC2C4C; }
p { color: rgb(172,44,76); }
H1.HeaderClassName
{
color: #AC2C4C;
}
.AnyTagClassName
{
color: #AC2C4C;
}
</style>
background-color css
<style>
a { background-color: #AC2C4C; }
a { background-color: rgb(172,44,76); }
div.DivClassName
{
background-color: #AC2C4C;
}
.BgClassName
{
background-color: #AC2C4C;
}
</style>
border-color css
<style>
span { border-color: #AC2C4C; }
span { border-color: rgb(172,44,76); }
td.TdClassName
{
border-color: #AC2C4C;
}
.TagClassName
{
border-color: #AC2C4C;
}
</style>