Shades of Old Rose #AC2C47
Tints of Old Rose #AC2C47
RGB
CMYK
RGB Variations
Color information
#AC2C47 (or 0xAC2C47) is known color: Old Rose. HEX triplet: AC, 2C and 47. RGB value is (172,44,71). Sum of RGB (Red+Green+Blue) = 172+44+71=287 (38% of max value = 765). Red value is 172 (67.58% from 255 or 59.93% from 287); Green value is 44 (17.58% from 255 or 15.33% from 287); Blue value is 71 (28.12% from 255 or 24.74% from 287); Max value from RGB is 172 - color contains mainly: red. Hex color #AC2C47 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AC2C47 is #53D3B8. Grayscale: #555555. Windows color (decimal): -5493689 or 4664492. OLE color: 4664492.
HSL color Cylindrical-coordinate representation of color #AC2C47: hue angle of 347.34º 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 #AC2C47 is Cyan = 0, Magento = 0.74, Yellow = 0.59 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 44 | 71 | - |
| CMYK | 0 | 0.74 | 0.59 | 0.33 |
| HSL | 347.34º | 0.59% | 0.42% | - |
| HSV(B) | 347.34º | 0.74% | 0.67% | - |
| XYZ | 19.05 | 11.03 | 7.09 | - |
| YUV | 85.35 | 119.91 | 189.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 44 | 71 | 0 | 0.74 | 0.59 | 0.33 | 347.34 | 0.59 | 0.42 |
| Hex | AC | 2C | 47 | 0 | 4A | 3B | 21 | 15B | 3B | 2A |
| Octal | 254 | 54 | 107 | 0 | 112 | 73 | 41 | 533 | 73 | 52 |
| Binary | 10101100 | 101100 | 1000111 | 0 | 1001010 | 111011 | 100001 | 101011011 | 111011 | 101010 |
Color Harmonies of #AC2C47
Complementary color
Monochromatic Colors of #AC2C47
Black with #AC2C47
Text Example
Text Example
White with #AC2C47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC2C47; }
p { color: rgb(172,44,71); }
H1.HeaderClassName
{
color: #AC2C47;
}
.AnyTagClassName
{
color: #AC2C47;
}
</style>
background-color css
<style>
a { background-color: #AC2C47; }
a { background-color: rgb(172,44,71); }
div.DivClassName
{
background-color: #AC2C47;
}
.BgClassName
{
background-color: #AC2C47;
}
</style>
border-color css
<style>
span { border-color: #AC2C47; }
span { border-color: rgb(172,44,71); }
td.TdClassName
{
border-color: #AC2C47;
}
.TagClassName
{
border-color: #AC2C47;
}
</style>