Shades of Old Rose #AD1D4E
Tints of Old Rose #AD1D4E
RGB
CMYK
RGB Variations
Color information
#AD1D4E (or 0xAD1D4E) is known color: Old Rose. HEX triplet: AD, 1D and 4E. RGB value is (173,29,78). Sum of RGB (Red+Green+Blue) = 173+29+78=280 (37% of max value = 765). Red value is 173 (67.97% from 255 or 61.79% from 280); Green value is 29 (11.72% from 255 or 10.36% from 280); Blue value is 78 (30.86% from 255 or 27.86% from 280); Max value from RGB is 173 - color contains mainly: red. Hex color #AD1D4E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AD1D4E is #52E2B1. Grayscale: #4D4D4D. Windows color (decimal): -5431986 or 5119405. OLE color: 5119405.
HSL color Cylindrical-coordinate representation of color #AD1D4E: hue angle of 339.58º degrees, saturation: 0.71, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #AD1D4E is Cyan = 0, Magento = 0.83, Yellow = 0.55 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 29 | 78 | - |
| CMYK | 0 | 0.83 | 0.55 | 0.32 |
| HSL | 339.58º | 0.71% | 0.4% | - |
| HSV(B) | 339.58º | 0.83% | 0.68% | - |
| XYZ | 19.05 | 10.31 | 8.19 | - |
| YUV | 77.64 | 128.21 | 196.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 29 | 78 | 0 | 0.83 | 0.55 | 0.32 | 339.58 | 0.71 | 0.4 |
| Hex | AD | 1D | 4E | 0 | 53 | 37 | 20 | 154 | 47 | 28 |
| Octal | 255 | 35 | 116 | 0 | 123 | 67 | 40 | 524 | 107 | 50 |
| Binary | 10101101 | 11101 | 1001110 | 0 | 1010011 | 110111 | 100000 | 101010100 | 1000111 | 101000 |
Color Harmonies of #AD1D4E
Complementary color
Monochromatic Colors of #AD1D4E
Black with #AD1D4E
Text Example
Text Example
White with #AD1D4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD1D4E; }
p { color: rgb(173,29,78); }
H1.HeaderClassName
{
color: #AD1D4E;
}
.AnyTagClassName
{
color: #AD1D4E;
}
</style>
background-color css
<style>
a { background-color: #AD1D4E; }
a { background-color: rgb(173,29,78); }
div.DivClassName
{
background-color: #AD1D4E;
}
.BgClassName
{
background-color: #AD1D4E;
}
</style>
border-color css
<style>
span { border-color: #AD1D4E; }
span { border-color: rgb(173,29,78); }
td.TdClassName
{
border-color: #AD1D4E;
}
.TagClassName
{
border-color: #AD1D4E;
}
</style>