Shades of Old Rose #AD244C
Tints of Old Rose #AD244C
RGB
CMYK
RGB Variations
Color information
#AD244C (or 0xAD244C) is known color: Old Rose. HEX triplet: AD, 24 and 4C. RGB value is (173,36,76). Sum of RGB (Red+Green+Blue) = 173+36+76=285 (37% of max value = 765). Red value is 173 (67.97% from 255 or 60.70% from 285); Green value is 36 (14.45% from 255 or 12.63% from 285); Blue value is 76 (30.08% from 255 or 26.67% from 285); Max value from RGB is 173 - color contains mainly: red. Hex color #AD244C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AD244C is #52DBB3. Grayscale: #515151. Windows color (decimal): -5430196 or 4990125. OLE color: 4990125.
HSL color Cylindrical-coordinate representation of color #AD244C: hue angle of 342.48º degrees, saturation: 0.66, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #AD244C is Cyan = 0, Magento = 0.79, Yellow = 0.56 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 36 | 76 | - |
| CMYK | 0 | 0.79 | 0.56 | 0.32 |
| HSL | 342.48º | 0.66% | 0.41% | - |
| HSV(B) | 342.48º | 0.79% | 0.68% | - |
| XYZ | 19.17 | 10.67 | 7.89 | - |
| YUV | 81.52 | 124.89 | 193.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 36 | 76 | 0 | 0.79 | 0.56 | 0.32 | 342.48 | 0.66 | 0.41 |
| Hex | AD | 24 | 4C | 0 | 4F | 38 | 20 | 156 | 42 | 29 |
| Octal | 255 | 44 | 114 | 0 | 117 | 70 | 40 | 526 | 102 | 51 |
| Binary | 10101101 | 100100 | 1001100 | 0 | 1001111 | 111000 | 100000 | 101010110 | 1000010 | 101001 |
Color Harmonies of #AD244C
Complementary color
Monochromatic Colors of #AD244C
Black with #AD244C
Text Example
Text Example
White with #AD244C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD244C; }
p { color: rgb(173,36,76); }
H1.HeaderClassName
{
color: #AD244C;
}
.AnyTagClassName
{
color: #AD244C;
}
</style>
background-color css
<style>
a { background-color: #AD244C; }
a { background-color: rgb(173,36,76); }
div.DivClassName
{
background-color: #AD244C;
}
.BgClassName
{
background-color: #AD244C;
}
</style>
border-color css
<style>
span { border-color: #AD244C; }
span { border-color: rgb(173,36,76); }
td.TdClassName
{
border-color: #AD244C;
}
.TagClassName
{
border-color: #AD244C;
}
</style>