Shades of Old Rose #AD244D
Tints of Old Rose #AD244D
RGB
CMYK
RGB Variations
Color information
#AD244D (or 0xAD244D) is known color: Old Rose. HEX triplet: AD, 24 and 4D. RGB value is (173,36,77). Sum of RGB (Red+Green+Blue) = 173+36+77=286 (37% of max value = 765). Red value is 173 (67.97% from 255 or 60.49% from 286); Green value is 36 (14.45% from 255 or 12.59% from 286); Blue value is 77 (30.47% from 255 or 26.92% from 286); Max value from RGB is 173 - color contains mainly: red. Hex color #AD244D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AD244D is #52DBB2. Grayscale: #515151. Windows color (decimal): -5430195 or 5055661. OLE color: 5055661.
HSL color Cylindrical-coordinate representation of color #AD244D: hue angle of 342.04º 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 #AD244D is Cyan = 0, Magento = 0.79, Yellow = 0.55 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 36 | 77 | - |
| CMYK | 0 | 0.79 | 0.55 | 0.32 |
| HSL | 342.04º | 0.66% | 0.41% | - |
| HSV(B) | 342.04º | 0.79% | 0.68% | - |
| XYZ | 19.2 | 10.68 | 8.07 | - |
| YUV | 81.64 | 125.39 | 193.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 36 | 77 | 0 | 0.79 | 0.55 | 0.32 | 342.04 | 0.66 | 0.41 |
| Hex | AD | 24 | 4D | 0 | 4F | 37 | 20 | 156 | 42 | 29 |
| Octal | 255 | 44 | 115 | 0 | 117 | 67 | 40 | 526 | 102 | 51 |
| Binary | 10101101 | 100100 | 1001101 | 0 | 1001111 | 110111 | 100000 | 101010110 | 1000010 | 101001 |
Color Harmonies of #AD244D
Complementary color
Monochromatic Colors of #AD244D
Black with #AD244D
Text Example
Text Example
White with #AD244D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD244D; }
p { color: rgb(173,36,77); }
H1.HeaderClassName
{
color: #AD244D;
}
.AnyTagClassName
{
color: #AD244D;
}
</style>
background-color css
<style>
a { background-color: #AD244D; }
a { background-color: rgb(173,36,77); }
div.DivClassName
{
background-color: #AD244D;
}
.BgClassName
{
background-color: #AD244D;
}
</style>
border-color css
<style>
span { border-color: #AD244D; }
span { border-color: rgb(173,36,77); }
td.TdClassName
{
border-color: #AD244D;
}
.TagClassName
{
border-color: #AD244D;
}
</style>