Shades of Old Rose #AC294D
Tints of Old Rose #AC294D
RGB
CMYK
RGB Variations
Color information
#AC294D (or 0xAC294D) is known color: Old Rose. HEX triplet: AC, 29 and 4D. RGB value is (172,41,77). Sum of RGB (Red+Green+Blue) = 172+41+77=290 (38% of max value = 765). Red value is 172 (67.58% from 255 or 59.31% from 290); Green value is 41 (16.41% from 255 or 14.14% from 290); Blue value is 77 (30.47% from 255 or 26.55% from 290); Max value from RGB is 172 - color contains mainly: red. Hex color #AC294D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AC294D is #53D6B2. Grayscale: #545454. Windows color (decimal): -5494451 or 5056940. OLE color: 5056940.
HSL color Cylindrical-coordinate representation of color #AC294D: hue angle of 343.51º 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 #AC294D is Cyan = 0, Magento = 0.76, Yellow = 0.55 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 41 | 77 | - |
| CMYK | 0 | 0.76 | 0.55 | 0.33 |
| HSL | 343.51º | 0.62% | 0.42% | - |
| HSV(B) | 343.51º | 0.76% | 0.67% | - |
| XYZ | 19.15 | 10.89 | 8.11 | - |
| YUV | 84.27 | 123.9 | 190.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 41 | 77 | 0 | 0.76 | 0.55 | 0.33 | 343.51 | 0.62 | 0.42 |
| Hex | AC | 29 | 4D | 0 | 4C | 37 | 21 | 158 | 3E | 2A |
| Octal | 254 | 51 | 115 | 0 | 114 | 67 | 41 | 530 | 76 | 52 |
| Binary | 10101100 | 101001 | 1001101 | 0 | 1001100 | 110111 | 100001 | 101011000 | 111110 | 101010 |
Color Harmonies of #AC294D
Complementary color
Monochromatic Colors of #AC294D
Black with #AC294D
Text Example
Text Example
White with #AC294D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC294D; }
p { color: rgb(172,41,77); }
H1.HeaderClassName
{
color: #AC294D;
}
.AnyTagClassName
{
color: #AC294D;
}
</style>
background-color css
<style>
a { background-color: #AC294D; }
a { background-color: rgb(172,41,77); }
div.DivClassName
{
background-color: #AC294D;
}
.BgClassName
{
background-color: #AC294D;
}
</style>
border-color css
<style>
span { border-color: #AC294D; }
span { border-color: rgb(172,41,77); }
td.TdClassName
{
border-color: #AC294D;
}
.TagClassName
{
border-color: #AC294D;
}
</style>