Shades of Old Rose #AC224A
Tints of Old Rose #AC224A
RGB
CMYK
RGB Variations
Color information
#AC224A (or 0xAC224A) is known color: Old Rose. HEX triplet: AC, 22 and 4A. RGB value is (172,34,74). Sum of RGB (Red+Green+Blue) = 172+34+74=280 (37% of max value = 765). Red value is 172 (67.58% from 255 or 61.43% from 280); Green value is 34 (13.67% from 255 or 12.14% from 280); Blue value is 74 (29.30% from 255 or 26.43% from 280); Max value from RGB is 172 - color contains mainly: red. Hex color #AC224A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AC224A is #53DDB5. Grayscale: #4F4F4F. Windows color (decimal): -5496246 or 4858540. OLE color: 4858540.
HSL color Cylindrical-coordinate representation of color #AC224A: hue angle of 342.61º degrees, saturation: 0.67, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #AC224A is Cyan = 0, Magento = 0.80, Yellow = 0.57 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 34 | 74 | - |
| CMYK | 0 | 0.80 | 0.57 | 0.33 |
| HSL | 342.61º | 0.67% | 0.4% | - |
| HSV(B) | 342.61º | 0.8% | 0.67% | - |
| XYZ | 18.82 | 10.41 | 7.5 | - |
| YUV | 79.82 | 124.72 | 193.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 34 | 74 | 0 | 0.80 | 0.57 | 0.33 | 342.61 | 0.67 | 0.4 |
| Hex | AC | 22 | 4A | 0 | 50 | 39 | 21 | 157 | 43 | 28 |
| Octal | 254 | 42 | 112 | 0 | 120 | 71 | 41 | 527 | 103 | 50 |
| Binary | 10101100 | 100010 | 1001010 | 0 | 1010000 | 111001 | 100001 | 101010111 | 1000011 | 101000 |
Color Harmonies of #AC224A
Complementary color
Monochromatic Colors of #AC224A
Black with #AC224A
Text Example
Text Example
White with #AC224A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC224A; }
p { color: rgb(172,34,74); }
H1.HeaderClassName
{
color: #AC224A;
}
.AnyTagClassName
{
color: #AC224A;
}
</style>
background-color css
<style>
a { background-color: #AC224A; }
a { background-color: rgb(172,34,74); }
div.DivClassName
{
background-color: #AC224A;
}
.BgClassName
{
background-color: #AC224A;
}
</style>
border-color css
<style>
span { border-color: #AC224A; }
span { border-color: rgb(172,34,74); }
td.TdClassName
{
border-color: #AC224A;
}
.TagClassName
{
border-color: #AC224A;
}
</style>