Shades of Old Rose #AC294C
Tints of Old Rose #AC294C
RGB
CMYK
RGB Variations
Color information
#AC294C (or 0xAC294C) is known color: Old Rose. HEX triplet: AC, 29 and 4C. RGB value is (172,41,76). Sum of RGB (Red+Green+Blue) = 172+41+76=289 (38% of max value = 765). Red value is 172 (67.58% from 255 or 59.52% from 289); Green value is 41 (16.41% from 255 or 14.19% from 289); Blue value is 76 (30.08% from 255 or 26.30% from 289); Max value from RGB is 172 - color contains mainly: red. Hex color #AC294C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AC294C is #53D6B3. Grayscale: #545454. Windows color (decimal): -5494452 or 4991404. OLE color: 4991404.
HSL color Cylindrical-coordinate representation of color #AC294C: hue angle of 343.97º degrees, saturation: 0.62, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #AC294C is Cyan = 0, Magento = 0.76, Yellow = 0.56 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 41 | 76 | - |
| CMYK | 0 | 0.76 | 0.56 | 0.33 |
| HSL | 343.97º | 0.62% | 0.42% | - |
| HSV(B) | 343.97º | 0.76% | 0.67% | - |
| XYZ | 19.11 | 10.88 | 7.93 | - |
| YUV | 84.16 | 123.4 | 190.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 41 | 76 | 0 | 0.76 | 0.56 | 0.33 | 343.97 | 0.62 | 0.42 |
| Hex | AC | 29 | 4C | 0 | 4C | 38 | 21 | 158 | 3E | 2A |
| Octal | 254 | 51 | 114 | 0 | 114 | 70 | 41 | 530 | 76 | 52 |
| Binary | 10101100 | 101001 | 1001100 | 0 | 1001100 | 111000 | 100001 | 101011000 | 111110 | 101010 |
Color Harmonies of #AC294C
Complementary color
Monochromatic Colors of #AC294C
Black with #AC294C
Text Example
Text Example
White with #AC294C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC294C; }
p { color: rgb(172,41,76); }
H1.HeaderClassName
{
color: #AC294C;
}
.AnyTagClassName
{
color: #AC294C;
}
</style>
background-color css
<style>
a { background-color: #AC294C; }
a { background-color: rgb(172,41,76); }
div.DivClassName
{
background-color: #AC294C;
}
.BgClassName
{
background-color: #AC294C;
}
</style>
border-color css
<style>
span { border-color: #AC294C; }
span { border-color: rgb(172,41,76); }
td.TdClassName
{
border-color: #AC294C;
}
.TagClassName
{
border-color: #AC294C;
}
</style>