Shades of Old Rose #AC2648
Tints of Old Rose #AC2648
RGB
CMYK
RGB Variations
Color information
#AC2648 (or 0xAC2648) is known color: Old Rose. HEX triplet: AC, 26 and 48. RGB value is (172,38,72). Sum of RGB (Red+Green+Blue) = 172+38+72=282 (37% of max value = 765). Red value is 172 (67.58% from 255 or 60.99% from 282); Green value is 38 (15.23% from 255 or 13.48% from 282); Blue value is 72 (28.52% from 255 or 25.53% from 282); Max value from RGB is 172 - color contains mainly: red. Hex color #AC2648 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AC2648 is #53D9B7. Grayscale: #515151. Windows color (decimal): -5495224 or 4728492. OLE color: 4728492.
HSL color Cylindrical-coordinate representation of color #AC2648: hue angle of 344.78º degrees, saturation: 0.64, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #AC2648 is Cyan = 0, Magento = 0.78, Yellow = 0.58 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 38 | 72 | - |
| CMYK | 0 | 0.78 | 0.58 | 0.33 |
| HSL | 344.78º | 0.64% | 0.41% | - |
| HSV(B) | 344.78º | 0.78% | 0.67% | - |
| XYZ | 18.88 | 10.62 | 7.19 | - |
| YUV | 81.94 | 122.39 | 192.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 38 | 72 | 0 | 0.78 | 0.58 | 0.33 | 344.78 | 0.64 | 0.41 |
| Hex | AC | 26 | 48 | 0 | 4E | 3A | 21 | 159 | 40 | 29 |
| Octal | 254 | 46 | 110 | 0 | 116 | 72 | 41 | 531 | 100 | 51 |
| Binary | 10101100 | 100110 | 1001000 | 0 | 1001110 | 111010 | 100001 | 101011001 | 1000000 | 101001 |
Color Harmonies of #AC2648
Complementary color
Monochromatic Colors of #AC2648
Black with #AC2648
Text Example
Text Example
White with #AC2648
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC2648; }
p { color: rgb(172,38,72); }
H1.HeaderClassName
{
color: #AC2648;
}
.AnyTagClassName
{
color: #AC2648;
}
</style>
background-color css
<style>
a { background-color: #AC2648; }
a { background-color: rgb(172,38,72); }
div.DivClassName
{
background-color: #AC2648;
}
.BgClassName
{
background-color: #AC2648;
}
</style>
border-color css
<style>
span { border-color: #AC2648; }
span { border-color: rgb(172,38,72); }
td.TdClassName
{
border-color: #AC2648;
}
.TagClassName
{
border-color: #AC2648;
}
</style>