Shades of Old Rose #AC2147
Tints of Old Rose #AC2147
RGB
CMYK
RGB Variations
Color information
#AC2147 (or 0xAC2147) is known color: Old Rose. HEX triplet: AC, 21 and 47. RGB value is (172,33,71). Sum of RGB (Red+Green+Blue) = 172+33+71=276 (36% of max value = 765). Red value is 172 (67.58% from 255 or 62.32% from 276); Green value is 33 (13.28% from 255 or 11.96% from 276); Blue value is 71 (28.12% from 255 or 25.72% from 276); Max value from RGB is 172 - color contains mainly: red. Hex color #AC2147 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AC2147 is #53DEB8. Grayscale: #4E4E4E. Windows color (decimal): -5496505 or 4661676. OLE color: 4661676.
HSL color Cylindrical-coordinate representation of color #AC2147: hue angle of 343.6º degrees, saturation: 0.68, 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 #AC2147 is Cyan = 0, Magento = 0.81, Yellow = 0.59 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 33 | 71 | - |
| CMYK | 0 | 0.81 | 0.59 | 0.33 |
| HSL | 343.6º | 0.68% | 0.4% | - |
| HSV(B) | 343.6º | 0.81% | 0.67% | - |
| XYZ | 18.69 | 10.31 | 6.97 | - |
| YUV | 78.89 | 123.55 | 194.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 33 | 71 | 0 | 0.81 | 0.59 | 0.33 | 343.6 | 0.68 | 0.4 |
| Hex | AC | 21 | 47 | 0 | 51 | 3B | 21 | 158 | 44 | 28 |
| Octal | 254 | 41 | 107 | 0 | 121 | 73 | 41 | 530 | 104 | 50 |
| Binary | 10101100 | 100001 | 1000111 | 0 | 1010001 | 111011 | 100001 | 101011000 | 1000100 | 101000 |
Color Harmonies of #AC2147
Complementary color
Monochromatic Colors of #AC2147
Black with #AC2147
Text Example
Text Example
White with #AC2147
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC2147; }
p { color: rgb(172,33,71); }
H1.HeaderClassName
{
color: #AC2147;
}
.AnyTagClassName
{
color: #AC2147;
}
</style>
background-color css
<style>
a { background-color: #AC2147; }
a { background-color: rgb(172,33,71); }
div.DivClassName
{
background-color: #AC2147;
}
.BgClassName
{
background-color: #AC2147;
}
</style>
border-color css
<style>
span { border-color: #AC2147; }
span { border-color: rgb(172,33,71); }
td.TdClassName
{
border-color: #AC2147;
}
.TagClassName
{
border-color: #AC2147;
}
</style>