Shades of Old Rose #AC2850
Tints of Old Rose #AC2850
RGB
CMYK
RGB Variations
Color information
#AC2850 (or 0xAC2850) is known color: Old Rose. HEX triplet: AC, 28 and 50. RGB value is (172,40,80). Sum of RGB (Red+Green+Blue) = 172+40+80=292 (38% of max value = 765). Red value is 172 (67.58% from 255 or 58.90% from 292); Green value is 40 (16.02% from 255 or 13.70% from 292); Blue value is 80 (31.64% from 255 or 27.40% from 292); Max value from RGB is 172 - color contains mainly: red. Hex color #AC2850 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AC2850 is #53D7AF. Grayscale: #545454. Windows color (decimal): -5494704 or 5253292. OLE color: 5253292.
HSL color Cylindrical-coordinate representation of color #AC2850: hue angle of 341.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 #AC2850 is Cyan = 0, Magento = 0.77, Yellow = 0.53 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 40 | 80 | - |
| CMYK | 0 | 0.77 | 0.53 | 0.33 |
| HSL | 341.82º | 0.62% | 0.42% | - |
| HSV(B) | 341.82º | 0.77% | 0.67% | - |
| XYZ | 19.22 | 10.87 | 8.67 | - |
| YUV | 84.03 | 125.73 | 190.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 40 | 80 | 0 | 0.77 | 0.53 | 0.33 | 341.82 | 0.62 | 0.42 |
| Hex | AC | 28 | 50 | 0 | 4D | 35 | 21 | 156 | 3E | 2A |
| Octal | 254 | 50 | 120 | 0 | 115 | 65 | 41 | 526 | 76 | 52 |
| Binary | 10101100 | 101000 | 1010000 | 0 | 1001101 | 110101 | 100001 | 101010110 | 111110 | 101010 |
Color Harmonies of #AC2850
Complementary color
Monochromatic Colors of #AC2850
Black with #AC2850
Text Example
Text Example
White with #AC2850
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC2850; }
p { color: rgb(172,40,80); }
H1.HeaderClassName
{
color: #AC2850;
}
.AnyTagClassName
{
color: #AC2850;
}
</style>
background-color css
<style>
a { background-color: #AC2850; }
a { background-color: rgb(172,40,80); }
div.DivClassName
{
background-color: #AC2850;
}
.BgClassName
{
background-color: #AC2850;
}
</style>
border-color css
<style>
span { border-color: #AC2850; }
span { border-color: rgb(172,40,80); }
td.TdClassName
{
border-color: #AC2850;
}
.TagClassName
{
border-color: #AC2850;
}
</style>