Shades of Old Rose #AC214D
Tints of Old Rose #AC214D
RGB
CMYK
RGB Variations
Color information
#AC214D (or 0xAC214D) is known color: Old Rose. HEX triplet: AC, 21 and 4D. RGB value is (172,33,77). Sum of RGB (Red+Green+Blue) = 172+33+77=282 (37% of max value = 765). Red value is 172 (67.58% from 255 or 60.99% from 282); Green value is 33 (13.28% from 255 or 11.70% from 282); Blue value is 77 (30.47% from 255 or 27.30% from 282); Max value from RGB is 172 - color contains mainly: red. Hex color #AC214D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AC214D is #53DEB2. Grayscale: #4F4F4F. Windows color (decimal): -5496499 or 5054892. OLE color: 5054892.
HSL color Cylindrical-coordinate representation of color #AC214D: hue angle of 341.01º degrees, saturation: 0.68, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #AC214D is Cyan = 0, Magento = 0.81, Yellow = 0.55 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 33 | 77 | - |
| CMYK | 0 | 0.81 | 0.55 | 0.33 |
| HSL | 341.01º | 0.68% | 0.4% | - |
| HSV(B) | 341.01º | 0.81% | 0.67% | - |
| XYZ | 18.9 | 10.39 | 8.03 | - |
| YUV | 79.58 | 126.55 | 193.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 33 | 77 | 0 | 0.81 | 0.55 | 0.33 | 341.01 | 0.68 | 0.4 |
| Hex | AC | 21 | 4D | 0 | 51 | 37 | 21 | 155 | 44 | 28 |
| Octal | 254 | 41 | 115 | 0 | 121 | 67 | 41 | 525 | 104 | 50 |
| Binary | 10101100 | 100001 | 1001101 | 0 | 1010001 | 110111 | 100001 | 101010101 | 1000100 | 101000 |
Color Harmonies of #AC214D
Complementary color
Monochromatic Colors of #AC214D
Black with #AC214D
Text Example
Text Example
White with #AC214D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC214D; }
p { color: rgb(172,33,77); }
H1.HeaderClassName
{
color: #AC214D;
}
.AnyTagClassName
{
color: #AC214D;
}
</style>
background-color css
<style>
a { background-color: #AC214D; }
a { background-color: rgb(172,33,77); }
div.DivClassName
{
background-color: #AC214D;
}
.BgClassName
{
background-color: #AC214D;
}
</style>
border-color css
<style>
span { border-color: #AC214D; }
span { border-color: rgb(172,33,77); }
td.TdClassName
{
border-color: #AC214D;
}
.TagClassName
{
border-color: #AC214D;
}
</style>