Shades of Old Rose #AC244D
Tints of Old Rose #AC244D
RGB
CMYK
RGB Variations
Color information
#AC244D (or 0xAC244D) is known color: Old Rose. HEX triplet: AC, 24 and 4D. RGB value is (172,36,77). Sum of RGB (Red+Green+Blue) = 172+36+77=285 (37% of max value = 765). Red value is 172 (67.58% from 255 or 60.35% from 285); Green value is 36 (14.45% from 255 or 12.63% from 285); Blue value is 77 (30.47% from 255 or 27.02% from 285); Max value from RGB is 172 - color contains mainly: red. Hex color #AC244D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AC244D is #53DBB2. Grayscale: #515151. Windows color (decimal): -5495731 or 5055660. OLE color: 5055660.
HSL color Cylindrical-coordinate representation of color #AC244D: hue angle of 341.91º degrees, saturation: 0.65, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #AC244D is Cyan = 0, Magento = 0.79, Yellow = 0.55 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 36 | 77 | - |
| CMYK | 0 | 0.79 | 0.55 | 0.33 |
| HSL | 341.91º | 0.65% | 0.41% | - |
| HSV(B) | 341.91º | 0.79% | 0.67% | - |
| XYZ | 18.98 | 10.57 | 8.06 | - |
| YUV | 81.34 | 125.56 | 192.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 36 | 77 | 0 | 0.79 | 0.55 | 0.33 | 341.91 | 0.65 | 0.41 |
| Hex | AC | 24 | 4D | 0 | 4F | 37 | 21 | 156 | 41 | 29 |
| Octal | 254 | 44 | 115 | 0 | 117 | 67 | 41 | 526 | 101 | 51 |
| Binary | 10101100 | 100100 | 1001101 | 0 | 1001111 | 110111 | 100001 | 101010110 | 1000001 | 101001 |
Color Harmonies of #AC244D
Complementary color
Monochromatic Colors of #AC244D
Black with #AC244D
Text Example
Text Example
White with #AC244D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC244D; }
p { color: rgb(172,36,77); }
H1.HeaderClassName
{
color: #AC244D;
}
.AnyTagClassName
{
color: #AC244D;
}
</style>
background-color css
<style>
a { background-color: #AC244D; }
a { background-color: rgb(172,36,77); }
div.DivClassName
{
background-color: #AC244D;
}
.BgClassName
{
background-color: #AC244D;
}
</style>
border-color css
<style>
span { border-color: #AC244D; }
span { border-color: rgb(172,36,77); }
td.TdClassName
{
border-color: #AC244D;
}
.TagClassName
{
border-color: #AC244D;
}
</style>