Shades of Old Rose #AD1F4D
Tints of Old Rose #AD1F4D
RGB
CMYK
RGB Variations
Color information
#AD1F4D (or 0xAD1F4D) is known color: Old Rose. HEX triplet: AD, 1F and 4D. RGB value is (173,31,77). Sum of RGB (Red+Green+Blue) = 173+31+77=281 (37% of max value = 765). Red value is 173 (67.97% from 255 or 61.57% from 281); Green value is 31 (12.5% from 255 or 11.03% from 281); Blue value is 77 (30.47% from 255 or 27.40% from 281); Max value from RGB is 173 - color contains mainly: red. Hex color #AD1F4D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AD1F4D is #52E0B2. Grayscale: #4E4E4E. Windows color (decimal): -5431475 or 5054381. OLE color: 5054381.
HSL color Cylindrical-coordinate representation of color #AD1F4D: hue angle of 340.56º 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 #AD1F4D is Cyan = 0, Magento = 0.82, Yellow = 0.55 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 31 | 77 | - |
| CMYK | 0 | 0.82 | 0.55 | 0.32 |
| HSL | 340.56º | 0.7% | 0.4% | - |
| HSV(B) | 340.56º | 0.82% | 0.68% | - |
| XYZ | 19.06 | 10.4 | 8.02 | - |
| YUV | 78.7 | 127.04 | 195.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 31 | 77 | 0 | 0.82 | 0.55 | 0.32 | 340.56 | 0.7 | 0.4 |
| Hex | AD | 1F | 4D | 0 | 52 | 37 | 20 | 155 | 46 | 28 |
| Octal | 255 | 37 | 115 | 0 | 122 | 67 | 40 | 525 | 106 | 50 |
| Binary | 10101101 | 11111 | 1001101 | 0 | 1010010 | 110111 | 100000 | 101010101 | 1000110 | 101000 |
Color Harmonies of #AD1F4D
Complementary color
Monochromatic Colors of #AD1F4D
Black with #AD1F4D
Text Example
Text Example
White with #AD1F4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD1F4D; }
p { color: rgb(173,31,77); }
H1.HeaderClassName
{
color: #AD1F4D;
}
.AnyTagClassName
{
color: #AD1F4D;
}
</style>
background-color css
<style>
a { background-color: #AD1F4D; }
a { background-color: rgb(173,31,77); }
div.DivClassName
{
background-color: #AD1F4D;
}
.BgClassName
{
background-color: #AD1F4D;
}
</style>
border-color css
<style>
span { border-color: #AD1F4D; }
span { border-color: rgb(173,31,77); }
td.TdClassName
{
border-color: #AD1F4D;
}
.TagClassName
{
border-color: #AD1F4D;
}
</style>