Shades of Old Rose #AC2047
Tints of Old Rose #AC2047
RGB
CMYK
RGB Variations
Color information
#AC2047 (or 0xAC2047) is known color: Old Rose. HEX triplet: AC, 20 and 47. RGB value is (172,32,71). Sum of RGB (Red+Green+Blue) = 172+32+71=275 (36% of max value = 765). Red value is 172 (67.58% from 255 or 62.55% from 275); Green value is 32 (12.89% from 255 or 11.64% from 275); Blue value is 71 (28.12% from 255 or 25.82% from 275); Max value from RGB is 172 - color contains mainly: red. Hex color #AC2047 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AC2047 is #53DFB8. Grayscale: #4E4E4E. Windows color (decimal): -5496761 or 4661420. OLE color: 4661420.
HSL color Cylindrical-coordinate representation of color #AC2047: hue angle of 343.29º degrees, saturation: 0.69, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #AC2047 is Cyan = 0, Magento = 0.81, Yellow = 0.59 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 32 | 71 | - |
| CMYK | 0 | 0.81 | 0.59 | 0.33 |
| HSL | 343.29º | 0.69% | 0.4% | - |
| HSV(B) | 343.29º | 0.81% | 0.67% | - |
| XYZ | 18.67 | 10.26 | 6.96 | - |
| YUV | 78.31 | 123.88 | 194.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 32 | 71 | 0 | 0.81 | 0.59 | 0.33 | 343.29 | 0.69 | 0.4 |
| Hex | AC | 20 | 47 | 0 | 51 | 3B | 21 | 157 | 45 | 28 |
| Octal | 254 | 40 | 107 | 0 | 121 | 73 | 41 | 527 | 105 | 50 |
| Binary | 10101100 | 100000 | 1000111 | 0 | 1010001 | 111011 | 100001 | 101010111 | 1000101 | 101000 |
Color Harmonies of #AC2047
Complementary color
Monochromatic Colors of #AC2047
Black with #AC2047
Text Example
Text Example
White with #AC2047
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC2047; }
p { color: rgb(172,32,71); }
H1.HeaderClassName
{
color: #AC2047;
}
.AnyTagClassName
{
color: #AC2047;
}
</style>
background-color css
<style>
a { background-color: #AC2047; }
a { background-color: rgb(172,32,71); }
div.DivClassName
{
background-color: #AC2047;
}
.BgClassName
{
background-color: #AC2047;
}
</style>
border-color css
<style>
span { border-color: #AC2047; }
span { border-color: rgb(172,32,71); }
td.TdClassName
{
border-color: #AC2047;
}
.TagClassName
{
border-color: #AC2047;
}
</style>