Shades of Old Rose #AC244E
Tints of Old Rose #AC244E
RGB
CMYK
RGB Variations
Color information
#AC244E (or 0xAC244E) is known color: Old Rose. HEX triplet: AC, 24 and 4E. RGB value is (172,36,78). Sum of RGB (Red+Green+Blue) = 172+36+78=286 (37% of max value = 765). Red value is 172 (67.58% from 255 or 60.14% from 286); Green value is 36 (14.45% from 255 or 12.59% from 286); Blue value is 78 (30.86% from 255 or 27.27% from 286); Max value from RGB is 172 - color contains mainly: red. Hex color #AC244E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AC244E is #53DBB1. Grayscale: #515151. Windows color (decimal): -5495730 or 5121196. OLE color: 5121196.
HSL color Cylindrical-coordinate representation of color #AC244E: hue angle of 341.47º 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 #AC244E is Cyan = 0, Magento = 0.79, Yellow = 0.55 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 36 | 78 | - |
| CMYK | 0 | 0.79 | 0.55 | 0.33 |
| HSL | 341.47º | 0.65% | 0.41% | - |
| HSV(B) | 341.47º | 0.79% | 0.67% | - |
| XYZ | 19.02 | 10.58 | 8.25 | - |
| YUV | 81.45 | 126.06 | 192.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 36 | 78 | 0 | 0.79 | 0.55 | 0.33 | 341.47 | 0.65 | 0.41 |
| Hex | AC | 24 | 4E | 0 | 4F | 37 | 21 | 155 | 41 | 29 |
| Octal | 254 | 44 | 116 | 0 | 117 | 67 | 41 | 525 | 101 | 51 |
| Binary | 10101100 | 100100 | 1001110 | 0 | 1001111 | 110111 | 100001 | 101010101 | 1000001 | 101001 |
Color Harmonies of #AC244E
Complementary color
Monochromatic Colors of #AC244E
Black with #AC244E
Text Example
Text Example
White with #AC244E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC244E; }
p { color: rgb(172,36,78); }
H1.HeaderClassName
{
color: #AC244E;
}
.AnyTagClassName
{
color: #AC244E;
}
</style>
background-color css
<style>
a { background-color: #AC244E; }
a { background-color: rgb(172,36,78); }
div.DivClassName
{
background-color: #AC244E;
}
.BgClassName
{
background-color: #AC244E;
}
</style>
border-color css
<style>
span { border-color: #AC244E; }
span { border-color: rgb(172,36,78); }
td.TdClassName
{
border-color: #AC244E;
}
.TagClassName
{
border-color: #AC244E;
}
</style>