Shades of Old Rose #AC2848
Tints of Old Rose #AC2848
RGB
CMYK
RGB Variations
Color information
#AC2848 (or 0xAC2848) is known color: Old Rose. HEX triplet: AC, 28 and 48. RGB value is (172,40,72). Sum of RGB (Red+Green+Blue) = 172+40+72=284 (37% of max value = 765). Red value is 172 (67.58% from 255 or 60.56% from 284); Green value is 40 (16.02% from 255 or 14.08% from 284); Blue value is 72 (28.52% from 255 or 25.35% from 284); Max value from RGB is 172 - color contains mainly: red. Hex color #AC2848 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AC2848 is #53D7B7. Grayscale: #535353. Windows color (decimal): -5494712 or 4729004. OLE color: 4729004.
HSL color Cylindrical-coordinate representation of color #AC2848: hue angle of 345.45º degrees, saturation: 0.62, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #AC2848 is Cyan = 0, Magento = 0.77, Yellow = 0.58 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 40 | 72 | - |
| CMYK | 0 | 0.77 | 0.58 | 0.33 |
| HSL | 345.45º | 0.62% | 0.42% | - |
| HSV(B) | 345.45º | 0.77% | 0.67% | - |
| XYZ | 18.94 | 10.76 | 7.21 | - |
| YUV | 83.12 | 121.73 | 191.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 40 | 72 | 0 | 0.77 | 0.58 | 0.33 | 345.45 | 0.62 | 0.42 |
| Hex | AC | 28 | 48 | 0 | 4D | 3A | 21 | 159 | 3E | 2A |
| Octal | 254 | 50 | 110 | 0 | 115 | 72 | 41 | 531 | 76 | 52 |
| Binary | 10101100 | 101000 | 1001000 | 0 | 1001101 | 111010 | 100001 | 101011001 | 111110 | 101010 |
Color Harmonies of #AC2848
Complementary color
Monochromatic Colors of #AC2848
Black with #AC2848
Text Example
Text Example
White with #AC2848
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC2848; }
p { color: rgb(172,40,72); }
H1.HeaderClassName
{
color: #AC2848;
}
.AnyTagClassName
{
color: #AC2848;
}
</style>
background-color css
<style>
a { background-color: #AC2848; }
a { background-color: rgb(172,40,72); }
div.DivClassName
{
background-color: #AC2848;
}
.BgClassName
{
background-color: #AC2848;
}
</style>
border-color css
<style>
span { border-color: #AC2848; }
span { border-color: rgb(172,40,72); }
td.TdClassName
{
border-color: #AC2848;
}
.TagClassName
{
border-color: #AC2848;
}
</style>