Shades of Old Rose #AC2845
Tints of Old Rose #AC2845
RGB
CMYK
RGB Variations
Color information
#AC2845 (or 0xAC2845) is known color: Old Rose. HEX triplet: AC, 28 and 45. RGB value is (172,40,69). Sum of RGB (Red+Green+Blue) = 172+40+69=281 (37% of max value = 765). Red value is 172 (67.58% from 255 or 61.21% from 281); Green value is 40 (16.02% from 255 or 14.23% from 281); Blue value is 69 (27.34% from 255 or 24.56% from 281); Max value from RGB is 172 - color contains mainly: red. Hex color #AC2845 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AC2845 is #53D7BA. Grayscale: #525252. Windows color (decimal): -5494715 or 4532396. OLE color: 4532396.
HSL color Cylindrical-coordinate representation of color #AC2845: hue angle of 346.82º 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 #AC2845 is Cyan = 0, Magento = 0.77, Yellow = 0.60 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 40 | 69 | - |
| CMYK | 0 | 0.77 | 0.60 | 0.33 |
| HSL | 346.82º | 0.62% | 0.42% | - |
| HSV(B) | 346.82º | 0.77% | 0.67% | - |
| XYZ | 18.85 | 10.72 | 6.71 | - |
| YUV | 82.77 | 120.23 | 191.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 40 | 69 | 0 | 0.77 | 0.60 | 0.33 | 346.82 | 0.62 | 0.42 |
| Hex | AC | 28 | 45 | 0 | 4D | 3C | 21 | 15B | 3E | 2A |
| Octal | 254 | 50 | 105 | 0 | 115 | 74 | 41 | 533 | 76 | 52 |
| Binary | 10101100 | 101000 | 1000101 | 0 | 1001101 | 111100 | 100001 | 101011011 | 111110 | 101010 |
Color Harmonies of #AC2845
Complementary color
Monochromatic Colors of #AC2845
Black with #AC2845
Text Example
Text Example
White with #AC2845
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC2845; }
p { color: rgb(172,40,69); }
H1.HeaderClassName
{
color: #AC2845;
}
.AnyTagClassName
{
color: #AC2845;
}
</style>
background-color css
<style>
a { background-color: #AC2845; }
a { background-color: rgb(172,40,69); }
div.DivClassName
{
background-color: #AC2845;
}
.BgClassName
{
background-color: #AC2845;
}
</style>
border-color css
<style>
span { border-color: #AC2845; }
span { border-color: rgb(172,40,69); }
td.TdClassName
{
border-color: #AC2845;
}
.TagClassName
{
border-color: #AC2845;
}
</style>