Shades of Old Rose #AC214A
Tints of Old Rose #AC214A
RGB
CMYK
RGB Variations
Color information
#AC214A (or 0xAC214A) is known color: Old Rose. HEX triplet: AC, 21 and 4A. RGB value is (172,33,74). Sum of RGB (Red+Green+Blue) = 172+33+74=279 (36% of max value = 765). Red value is 172 (67.58% from 255 or 61.65% from 279); Green value is 33 (13.28% from 255 or 11.83% from 279); Blue value is 74 (29.30% from 255 or 26.52% from 279); Max value from RGB is 172 - color contains mainly: red. Hex color #AC214A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AC214A is #53DEB5. Grayscale: #4F4F4F. Windows color (decimal): -5496502 or 4858284. OLE color: 4858284.
HSL color Cylindrical-coordinate representation of color #AC214A: hue angle of 342.3º 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 #AC214A is Cyan = 0, Magento = 0.81, Yellow = 0.57 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 33 | 74 | - |
| CMYK | 0 | 0.81 | 0.57 | 0.33 |
| HSL | 342.3º | 0.68% | 0.4% | - |
| HSV(B) | 342.3º | 0.81% | 0.67% | - |
| XYZ | 18.79 | 10.35 | 7.49 | - |
| YUV | 79.24 | 125.05 | 194.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 33 | 74 | 0 | 0.81 | 0.57 | 0.33 | 342.3 | 0.68 | 0.4 |
| Hex | AC | 21 | 4A | 0 | 51 | 39 | 21 | 156 | 44 | 28 |
| Octal | 254 | 41 | 112 | 0 | 121 | 71 | 41 | 526 | 104 | 50 |
| Binary | 10101100 | 100001 | 1001010 | 0 | 1010001 | 111001 | 100001 | 101010110 | 1000100 | 101000 |
Color Harmonies of #AC214A
Complementary color
Monochromatic Colors of #AC214A
Black with #AC214A
Text Example
Text Example
White with #AC214A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC214A; }
p { color: rgb(172,33,74); }
H1.HeaderClassName
{
color: #AC214A;
}
.AnyTagClassName
{
color: #AC214A;
}
</style>
background-color css
<style>
a { background-color: #AC214A; }
a { background-color: rgb(172,33,74); }
div.DivClassName
{
background-color: #AC214A;
}
.BgClassName
{
background-color: #AC214A;
}
</style>
border-color css
<style>
span { border-color: #AC214A; }
span { border-color: rgb(172,33,74); }
td.TdClassName
{
border-color: #AC214A;
}
.TagClassName
{
border-color: #AC214A;
}
</style>