Shades of Old Rose #AC2046
Tints of Old Rose #AC2046
RGB
CMYK
RGB Variations
Color information
#AC2046 (or 0xAC2046) is known color: Old Rose. HEX triplet: AC, 20 and 46. RGB value is (172,32,70). Sum of RGB (Red+Green+Blue) = 172+32+70=274 (36% of max value = 765). Red value is 172 (67.58% from 255 or 62.77% from 274); Green value is 32 (12.89% from 255 or 11.68% from 274); Blue value is 70 (27.73% from 255 or 25.55% from 274); Max value from RGB is 172 - color contains mainly: red. Hex color #AC2046 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AC2046 is #53DFB9. Grayscale: #4E4E4E. Windows color (decimal): -5496762 or 4595884. OLE color: 4595884.
HSL color Cylindrical-coordinate representation of color #AC2046: hue angle of 343.71º 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 #AC2046 is Cyan = 0, Magento = 0.81, Yellow = 0.59 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 32 | 70 | - |
| CMYK | 0 | 0.81 | 0.59 | 0.33 |
| HSL | 343.71º | 0.69% | 0.4% | - |
| HSV(B) | 343.71º | 0.81% | 0.67% | - |
| XYZ | 18.64 | 10.25 | 6.79 | - |
| YUV | 78.19 | 123.38 | 194.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 32 | 70 | 0 | 0.81 | 0.59 | 0.33 | 343.71 | 0.69 | 0.4 |
| Hex | AC | 20 | 46 | 0 | 51 | 3B | 21 | 158 | 45 | 28 |
| Octal | 254 | 40 | 106 | 0 | 121 | 73 | 41 | 530 | 105 | 50 |
| Binary | 10101100 | 100000 | 1000110 | 0 | 1010001 | 111011 | 100001 | 101011000 | 1000101 | 101000 |
Color Harmonies of #AC2046
Complementary color
Monochromatic Colors of #AC2046
Black with #AC2046
Text Example
Text Example
White with #AC2046
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC2046; }
p { color: rgb(172,32,70); }
H1.HeaderClassName
{
color: #AC2046;
}
.AnyTagClassName
{
color: #AC2046;
}
</style>
background-color css
<style>
a { background-color: #AC2046; }
a { background-color: rgb(172,32,70); }
div.DivClassName
{
background-color: #AC2046;
}
.BgClassName
{
background-color: #AC2046;
}
</style>
border-color css
<style>
span { border-color: #AC2046; }
span { border-color: rgb(172,32,70); }
td.TdClassName
{
border-color: #AC2046;
}
.TagClassName
{
border-color: #AC2046;
}
</style>