Shades of Old Rose #AC1E47
Tints of Old Rose #AC1E47
RGB
CMYK
RGB Variations
Color information
#AC1E47 (or 0xAC1E47) is known color: Old Rose. HEX triplet: AC, 1E and 47. RGB value is (172,30,71). Sum of RGB (Red+Green+Blue) = 172+30+71=273 (36% of max value = 765). Red value is 172 (67.58% from 255 or 63.00% from 273); Green value is 30 (12.11% from 255 or 10.99% from 273); Blue value is 71 (28.12% from 255 or 26.01% from 273); Max value from RGB is 172 - color contains mainly: red. Hex color #AC1E47 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AC1E47 is #53E1B8. Grayscale: #4D4D4D. Windows color (decimal): -5497273 or 4660908. OLE color: 4660908.
HSL color Cylindrical-coordinate representation of color #AC1E47: hue angle of 342.68º degrees, saturation: 0.7, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #AC1E47 is Cyan = 0, Magento = 0.83, Yellow = 0.59 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 30 | 71 | - |
| CMYK | 0 | 0.83 | 0.59 | 0.33 |
| HSL | 342.68º | 0.7% | 0.4% | - |
| HSV(B) | 342.68º | 0.83% | 0.67% | - |
| XYZ | 18.61 | 10.15 | 6.94 | - |
| YUV | 77.13 | 124.54 | 195.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 30 | 71 | 0 | 0.83 | 0.59 | 0.33 | 342.68 | 0.7 | 0.4 |
| Hex | AC | 1E | 47 | 0 | 53 | 3B | 21 | 157 | 46 | 28 |
| Octal | 254 | 36 | 107 | 0 | 123 | 73 | 41 | 527 | 106 | 50 |
| Binary | 10101100 | 11110 | 1000111 | 0 | 1010011 | 111011 | 100001 | 101010111 | 1000110 | 101000 |
Color Harmonies of #AC1E47
Complementary color
Monochromatic Colors of #AC1E47
Black with #AC1E47
Text Example
Text Example
White with #AC1E47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC1E47; }
p { color: rgb(172,30,71); }
H1.HeaderClassName
{
color: #AC1E47;
}
.AnyTagClassName
{
color: #AC1E47;
}
</style>
background-color css
<style>
a { background-color: #AC1E47; }
a { background-color: rgb(172,30,71); }
div.DivClassName
{
background-color: #AC1E47;
}
.BgClassName
{
background-color: #AC1E47;
}
</style>
border-color css
<style>
span { border-color: #AC1E47; }
span { border-color: rgb(172,30,71); }
td.TdClassName
{
border-color: #AC1E47;
}
.TagClassName
{
border-color: #AC1E47;
}
</style>