Shades of Old Rose #AC214C
Tints of Old Rose #AC214C
RGB
CMYK
RGB Variations
Color information
#AC214C (or 0xAC214C) is known color: Old Rose. HEX triplet: AC, 21 and 4C. RGB value is (172,33,76). Sum of RGB (Red+Green+Blue) = 172+33+76=281 (37% of max value = 765). Red value is 172 (67.58% from 255 or 61.21% from 281); Green value is 33 (13.28% from 255 or 11.74% from 281); Blue value is 76 (30.08% from 255 or 27.05% from 281); Max value from RGB is 172 - color contains mainly: red. Hex color #AC214C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AC214C is #53DEB3. Grayscale: #4F4F4F. Windows color (decimal): -5496500 or 4989356. OLE color: 4989356.
HSL color Cylindrical-coordinate representation of color #AC214C: hue angle of 341.44º 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 #AC214C is Cyan = 0, Magento = 0.81, Yellow = 0.56 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 33 | 76 | - |
| CMYK | 0 | 0.81 | 0.56 | 0.33 |
| HSL | 341.44º | 0.68% | 0.4% | - |
| HSV(B) | 341.44º | 0.81% | 0.67% | - |
| XYZ | 18.86 | 10.38 | 7.85 | - |
| YUV | 79.46 | 126.05 | 194 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 33 | 76 | 0 | 0.81 | 0.56 | 0.33 | 341.44 | 0.68 | 0.4 |
| Hex | AC | 21 | 4C | 0 | 51 | 38 | 21 | 155 | 44 | 28 |
| Octal | 254 | 41 | 114 | 0 | 121 | 70 | 41 | 525 | 104 | 50 |
| Binary | 10101100 | 100001 | 1001100 | 0 | 1010001 | 111000 | 100001 | 101010101 | 1000100 | 101000 |
Color Harmonies of #AC214C
Complementary color
Monochromatic Colors of #AC214C
Black with #AC214C
Text Example
Text Example
White with #AC214C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC214C; }
p { color: rgb(172,33,76); }
H1.HeaderClassName
{
color: #AC214C;
}
.AnyTagClassName
{
color: #AC214C;
}
</style>
background-color css
<style>
a { background-color: #AC214C; }
a { background-color: rgb(172,33,76); }
div.DivClassName
{
background-color: #AC214C;
}
.BgClassName
{
background-color: #AC214C;
}
</style>
border-color css
<style>
span { border-color: #AC214C; }
span { border-color: rgb(172,33,76); }
td.TdClassName
{
border-color: #AC214C;
}
.TagClassName
{
border-color: #AC214C;
}
</style>