Shades of Old Rose #AD1E4C
Tints of Old Rose #AD1E4C
RGB
CMYK
RGB Variations
Color information
#AD1E4C (or 0xAD1E4C) is known color: Old Rose. HEX triplet: AD, 1E and 4C. RGB value is (173,30,76). Sum of RGB (Red+Green+Blue) = 173+30+76=279 (36% of max value = 765). Red value is 173 (67.97% from 255 or 62.01% from 279); Green value is 30 (12.11% from 255 or 10.75% from 279); Blue value is 76 (30.08% from 255 or 27.24% from 279); Max value from RGB is 173 - color contains mainly: red. Hex color #AD1E4C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AD1E4C is #52E1B3. Grayscale: #4D4D4D. Windows color (decimal): -5431732 or 4988589. OLE color: 4988589.
HSL color Cylindrical-coordinate representation of color #AD1E4C: hue angle of 340.7º degrees, saturation: 0.7, 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 #AD1E4C is Cyan = 0, Magento = 0.83, Yellow = 0.56 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 30 | 76 | - |
| CMYK | 0 | 0.83 | 0.56 | 0.32 |
| HSL | 340.7º | 0.7% | 0.4% | - |
| HSV(B) | 340.7º | 0.83% | 0.68% | - |
| XYZ | 19 | 10.33 | 7.83 | - |
| YUV | 78 | 126.88 | 195.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 30 | 76 | 0 | 0.83 | 0.56 | 0.32 | 340.7 | 0.7 | 0.4 |
| Hex | AD | 1E | 4C | 0 | 53 | 38 | 20 | 155 | 46 | 28 |
| Octal | 255 | 36 | 114 | 0 | 123 | 70 | 40 | 525 | 106 | 50 |
| Binary | 10101101 | 11110 | 1001100 | 0 | 1010011 | 111000 | 100000 | 101010101 | 1000110 | 101000 |
Color Harmonies of #AD1E4C
Complementary color
Monochromatic Colors of #AD1E4C
Black with #AD1E4C
Text Example
Text Example
White with #AD1E4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD1E4C; }
p { color: rgb(173,30,76); }
H1.HeaderClassName
{
color: #AD1E4C;
}
.AnyTagClassName
{
color: #AD1E4C;
}
</style>
background-color css
<style>
a { background-color: #AD1E4C; }
a { background-color: rgb(173,30,76); }
div.DivClassName
{
background-color: #AD1E4C;
}
.BgClassName
{
background-color: #AD1E4C;
}
</style>
border-color css
<style>
span { border-color: #AD1E4C; }
span { border-color: rgb(173,30,76); }
td.TdClassName
{
border-color: #AD1E4C;
}
.TagClassName
{
border-color: #AD1E4C;
}
</style>