Shades of Old Rose #AD1F49
Tints of Old Rose #AD1F49
RGB
CMYK
RGB Variations
Color information
#AD1F49 (or 0xAD1F49) is known color: Old Rose. HEX triplet: AD, 1F and 49. RGB value is (173,31,73). Sum of RGB (Red+Green+Blue) = 173+31+73=277 (36% of max value = 765). Red value is 173 (67.97% from 255 or 62.45% from 277); Green value is 31 (12.5% from 255 or 11.19% from 277); Blue value is 73 (28.91% from 255 or 26.35% from 277); Max value from RGB is 173 - color contains mainly: red. Hex color #AD1F49 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AD1F49 is #52E0B6. Grayscale: #4E4E4E. Windows color (decimal): -5431479 or 4792237. OLE color: 4792237.
HSL color Cylindrical-coordinate representation of color #AD1F49: hue angle of 342.25º degrees, saturation: 0.7, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #AD1F49 is Cyan = 0, Magento = 0.82, Yellow = 0.58 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 31 | 73 | - |
| CMYK | 0 | 0.82 | 0.58 | 0.32 |
| HSL | 342.25º | 0.7% | 0.4% | - |
| HSV(B) | 342.25º | 0.82% | 0.68% | - |
| XYZ | 18.93 | 10.35 | 7.3 | - |
| YUV | 78.25 | 125.04 | 195.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 31 | 73 | 0 | 0.82 | 0.58 | 0.32 | 342.25 | 0.7 | 0.4 |
| Hex | AD | 1F | 49 | 0 | 52 | 3A | 20 | 156 | 46 | 28 |
| Octal | 255 | 37 | 111 | 0 | 122 | 72 | 40 | 526 | 106 | 50 |
| Binary | 10101101 | 11111 | 1001001 | 0 | 1010010 | 111010 | 100000 | 101010110 | 1000110 | 101000 |
Color Harmonies of #AD1F49
Complementary color
Monochromatic Colors of #AD1F49
Black with #AD1F49
Text Example
Text Example
White with #AD1F49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD1F49; }
p { color: rgb(173,31,73); }
H1.HeaderClassName
{
color: #AD1F49;
}
.AnyTagClassName
{
color: #AD1F49;
}
</style>
background-color css
<style>
a { background-color: #AD1F49; }
a { background-color: rgb(173,31,73); }
div.DivClassName
{
background-color: #AD1F49;
}
.BgClassName
{
background-color: #AD1F49;
}
</style>
border-color css
<style>
span { border-color: #AD1F49; }
span { border-color: rgb(173,31,73); }
td.TdClassName
{
border-color: #AD1F49;
}
.TagClassName
{
border-color: #AD1F49;
}
</style>