Shades of Old Rose #AC1D48
Tints of Old Rose #AC1D48
RGB
CMYK
RGB Variations
Color information
#AC1D48 (or 0xAC1D48) is known color: Old Rose. HEX triplet: AC, 1D and 48. RGB value is (172,29,72). Sum of RGB (Red+Green+Blue) = 172+29+72=273 (36% of max value = 765). Red value is 172 (67.58% from 255 or 63.00% from 273); Green value is 29 (11.72% from 255 or 10.62% from 273); Blue value is 72 (28.52% from 255 or 26.37% from 273); Max value from RGB is 172 - color contains mainly: red. Hex color #AC1D48 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AC1D48 is #53E2B7. Grayscale: #4C4C4C. Windows color (decimal): -5497528 or 4726188. OLE color: 4726188.
HSL color Cylindrical-coordinate representation of color #AC1D48: hue angle of 341.96º degrees, saturation: 0.71, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #AC1D48 is Cyan = 0, Magento = 0.83, Yellow = 0.58 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 29 | 72 | - |
| CMYK | 0 | 0.83 | 0.58 | 0.33 |
| HSL | 341.96º | 0.71% | 0.39% | - |
| HSV(B) | 341.96º | 0.83% | 0.67% | - |
| XYZ | 18.62 | 10.12 | 7.1 | - |
| YUV | 76.66 | 125.38 | 196 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 29 | 72 | 0 | 0.83 | 0.58 | 0.33 | 341.96 | 0.71 | 0.39 |
| Hex | AC | 1D | 48 | 0 | 53 | 3A | 21 | 156 | 47 | 27 |
| Octal | 254 | 35 | 110 | 0 | 123 | 72 | 41 | 526 | 107 | 47 |
| Binary | 10101100 | 11101 | 1001000 | 0 | 1010011 | 111010 | 100001 | 101010110 | 1000111 | 100111 |
Color Harmonies of #AC1D48
Complementary color
Monochromatic Colors of #AC1D48
Black with #AC1D48
Text Example
Text Example
White with #AC1D48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC1D48; }
p { color: rgb(172,29,72); }
H1.HeaderClassName
{
color: #AC1D48;
}
.AnyTagClassName
{
color: #AC1D48;
}
</style>
background-color css
<style>
a { background-color: #AC1D48; }
a { background-color: rgb(172,29,72); }
div.DivClassName
{
background-color: #AC1D48;
}
.BgClassName
{
background-color: #AC1D48;
}
</style>
border-color css
<style>
span { border-color: #AC1D48; }
span { border-color: rgb(172,29,72); }
td.TdClassName
{
border-color: #AC1D48;
}
.TagClassName
{
border-color: #AC1D48;
}
</style>