Shades of Old Rose #AC294F
Tints of Old Rose #AC294F
RGB
CMYK
RGB Variations
Color information
#AC294F (or 0xAC294F) is known color: Old Rose. HEX triplet: AC, 29 and 4F. RGB value is (172,41,79). Sum of RGB (Red+Green+Blue) = 172+41+79=292 (38% of max value = 765). Red value is 172 (67.58% from 255 or 58.90% from 292); Green value is 41 (16.41% from 255 or 14.04% from 292); Blue value is 79 (31.25% from 255 or 27.05% from 292); Max value from RGB is 172 - color contains mainly: red. Hex color #AC294F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AC294F is #53D6B0. Grayscale: #545454. Windows color (decimal): -5494449 or 5188012. OLE color: 5188012.
HSL color Cylindrical-coordinate representation of color #AC294F: hue angle of 342.6º 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 #AC294F is Cyan = 0, Magento = 0.76, Yellow = 0.54 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 41 | 79 | - |
| CMYK | 0 | 0.76 | 0.54 | 0.33 |
| HSL | 342.6º | 0.62% | 0.42% | - |
| HSV(B) | 342.6º | 0.76% | 0.67% | - |
| XYZ | 19.22 | 10.92 | 8.49 | - |
| YUV | 84.5 | 124.9 | 190.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 41 | 79 | 0 | 0.76 | 0.54 | 0.33 | 342.6 | 0.62 | 0.42 |
| Hex | AC | 29 | 4F | 0 | 4C | 36 | 21 | 157 | 3E | 2A |
| Octal | 254 | 51 | 117 | 0 | 114 | 66 | 41 | 527 | 76 | 52 |
| Binary | 10101100 | 101001 | 1001111 | 0 | 1001100 | 110110 | 100001 | 101010111 | 111110 | 101010 |
Color Harmonies of #AC294F
Complementary color
Monochromatic Colors of #AC294F
Black with #AC294F
Text Example
Text Example
White with #AC294F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC294F; }
p { color: rgb(172,41,79); }
H1.HeaderClassName
{
color: #AC294F;
}
.AnyTagClassName
{
color: #AC294F;
}
</style>
background-color css
<style>
a { background-color: #AC294F; }
a { background-color: rgb(172,41,79); }
div.DivClassName
{
background-color: #AC294F;
}
.BgClassName
{
background-color: #AC294F;
}
</style>
border-color css
<style>
span { border-color: #AC294F; }
span { border-color: rgb(172,41,79); }
td.TdClassName
{
border-color: #AC294F;
}
.TagClassName
{
border-color: #AC294F;
}
</style>