Shades of Old Rose #AD1D4D
Tints of Old Rose #AD1D4D
RGB
CMYK
RGB Variations
Color information
#AD1D4D (or 0xAD1D4D) is known color: Old Rose. HEX triplet: AD, 1D and 4D. RGB value is (173,29,77). Sum of RGB (Red+Green+Blue) = 173+29+77=279 (36% of max value = 765). Red value is 173 (67.97% from 255 or 62.01% from 279); Green value is 29 (11.72% from 255 or 10.39% from 279); Blue value is 77 (30.47% from 255 or 27.60% from 279); Max value from RGB is 173 - color contains mainly: red. Hex color #AD1D4D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AD1D4D is #52E2B2. Grayscale: #4D4D4D. Windows color (decimal): -5431987 or 5053869. OLE color: 5053869.
HSL color Cylindrical-coordinate representation of color #AD1D4D: hue angle of 340º 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 #AD1D4D is Cyan = 0, Magento = 0.83, Yellow = 0.55 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 29 | 77 | - |
| CMYK | 0 | 0.83 | 0.55 | 0.32 |
| HSL | 340º | 0.71% | 0.4% | - |
| HSV(B) | 340º | 0.83% | 0.68% | - |
| XYZ | 19.01 | 10.3 | 8.01 | - |
| YUV | 77.53 | 127.71 | 196.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 29 | 77 | 0 | 0.83 | 0.55 | 0.32 | 340 | 0.71 | 0.4 |
| Hex | AD | 1D | 4D | 0 | 53 | 37 | 20 | 154 | 47 | 28 |
| Octal | 255 | 35 | 115 | 0 | 123 | 67 | 40 | 524 | 107 | 50 |
| Binary | 10101101 | 11101 | 1001101 | 0 | 1010011 | 110111 | 100000 | 101010100 | 1000111 | 101000 |
Color Harmonies of #AD1D4D
Complementary color
Monochromatic Colors of #AD1D4D
Black with #AD1D4D
Text Example
Text Example
White with #AD1D4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD1D4D; }
p { color: rgb(173,29,77); }
H1.HeaderClassName
{
color: #AD1D4D;
}
.AnyTagClassName
{
color: #AD1D4D;
}
</style>
background-color css
<style>
a { background-color: #AD1D4D; }
a { background-color: rgb(173,29,77); }
div.DivClassName
{
background-color: #AD1D4D;
}
.BgClassName
{
background-color: #AD1D4D;
}
</style>
border-color css
<style>
span { border-color: #AD1D4D; }
span { border-color: rgb(173,29,77); }
td.TdClassName
{
border-color: #AD1D4D;
}
.TagClassName
{
border-color: #AD1D4D;
}
</style>