Shades of Old Rose #AC294E
Tints of Old Rose #AC294E
RGB
CMYK
RGB Variations
Color information
#AC294E (or 0xAC294E) is known color: Old Rose. HEX triplet: AC, 29 and 4E. RGB value is (172,41,78). Sum of RGB (Red+Green+Blue) = 172+41+78=291 (38% of max value = 765). Red value is 172 (67.58% from 255 or 59.11% from 291); Green value is 41 (16.41% from 255 or 14.09% from 291); Blue value is 78 (30.86% from 255 or 26.80% from 291); Max value from RGB is 172 - color contains mainly: red. Hex color #AC294E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AC294E is #53D6B1. Grayscale: #545454. Windows color (decimal): -5494450 or 5122476. OLE color: 5122476.
HSL color Cylindrical-coordinate representation of color #AC294E: hue angle of 343.05º 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 #AC294E is Cyan = 0, Magento = 0.76, Yellow = 0.55 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 41 | 78 | - |
| CMYK | 0 | 0.76 | 0.55 | 0.33 |
| HSL | 343.05º | 0.62% | 0.42% | - |
| HSV(B) | 343.05º | 0.76% | 0.67% | - |
| XYZ | 19.18 | 10.91 | 8.3 | - |
| YUV | 84.39 | 124.4 | 190.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 41 | 78 | 0 | 0.76 | 0.55 | 0.33 | 343.05 | 0.62 | 0.42 |
| Hex | AC | 29 | 4E | 0 | 4C | 37 | 21 | 157 | 3E | 2A |
| Octal | 254 | 51 | 116 | 0 | 114 | 67 | 41 | 527 | 76 | 52 |
| Binary | 10101100 | 101001 | 1001110 | 0 | 1001100 | 110111 | 100001 | 101010111 | 111110 | 101010 |
Color Harmonies of #AC294E
Complementary color
Monochromatic Colors of #AC294E
Black with #AC294E
Text Example
Text Example
White with #AC294E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC294E; }
p { color: rgb(172,41,78); }
H1.HeaderClassName
{
color: #AC294E;
}
.AnyTagClassName
{
color: #AC294E;
}
</style>
background-color css
<style>
a { background-color: #AC294E; }
a { background-color: rgb(172,41,78); }
div.DivClassName
{
background-color: #AC294E;
}
.BgClassName
{
background-color: #AC294E;
}
</style>
border-color css
<style>
span { border-color: #AC294E; }
span { border-color: rgb(172,41,78); }
td.TdClassName
{
border-color: #AC294E;
}
.TagClassName
{
border-color: #AC294E;
}
</style>