Shades of Old Rose #AC224D
Tints of Old Rose #AC224D
RGB
CMYK
RGB Variations
Color information
#AC224D (or 0xAC224D) is known color: Old Rose. HEX triplet: AC, 22 and 4D. RGB value is (172,34,77). Sum of RGB (Red+Green+Blue) = 172+34+77=283 (37% of max value = 765). Red value is 172 (67.58% from 255 or 60.78% from 283); Green value is 34 (13.67% from 255 or 12.01% from 283); Blue value is 77 (30.47% from 255 or 27.21% from 283); Max value from RGB is 172 - color contains mainly: red. Hex color #AC224D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AC224D is #53DDB2. Grayscale: #505050. Windows color (decimal): -5496243 or 5055148. OLE color: 5055148.
HSL color Cylindrical-coordinate representation of color #AC224D: hue angle of 341.3º 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 #AC224D is Cyan = 0, Magento = 0.80, Yellow = 0.55 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 34 | 77 | - |
| CMYK | 0 | 0.80 | 0.55 | 0.33 |
| HSL | 341.3º | 0.67% | 0.4% | - |
| HSV(B) | 341.3º | 0.8% | 0.67% | - |
| XYZ | 18.92 | 10.45 | 8.04 | - |
| YUV | 80.16 | 126.22 | 193.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 34 | 77 | 0 | 0.80 | 0.55 | 0.33 | 341.3 | 0.67 | 0.4 |
| Hex | AC | 22 | 4D | 0 | 50 | 37 | 21 | 155 | 43 | 28 |
| Octal | 254 | 42 | 115 | 0 | 120 | 67 | 41 | 525 | 103 | 50 |
| Binary | 10101100 | 100010 | 1001101 | 0 | 1010000 | 110111 | 100001 | 101010101 | 1000011 | 101000 |
Color Harmonies of #AC224D
Complementary color
Monochromatic Colors of #AC224D
Black with #AC224D
Text Example
Text Example
White with #AC224D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC224D; }
p { color: rgb(172,34,77); }
H1.HeaderClassName
{
color: #AC224D;
}
.AnyTagClassName
{
color: #AC224D;
}
</style>
background-color css
<style>
a { background-color: #AC224D; }
a { background-color: rgb(172,34,77); }
div.DivClassName
{
background-color: #AC224D;
}
.BgClassName
{
background-color: #AC224D;
}
</style>
border-color css
<style>
span { border-color: #AC224D; }
span { border-color: rgb(172,34,77); }
td.TdClassName
{
border-color: #AC224D;
}
.TagClassName
{
border-color: #AC224D;
}
</style>