Shades of Old Rose #AD1F44
Tints of Old Rose #AD1F44
RGB
CMYK
RGB Variations
Color information
#AD1F44 (or 0xAD1F44) is known color: Old Rose. HEX triplet: AD, 1F and 44. RGB value is (173,31,68). Sum of RGB (Red+Green+Blue) = 173+31+68=272 (36% of max value = 765). Red value is 173 (67.97% from 255 or 63.60% from 272); Green value is 31 (12.5% from 255 or 11.40% from 272); Blue value is 68 (26.95% from 255 or 25% from 272); Max value from RGB is 173 - color contains mainly: red. Hex color #AD1F44 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AD1F44 is #52E0BB. Grayscale: #4D4D4D. Windows color (decimal): -5431484 or 4464557. OLE color: 4464557.
HSL color Cylindrical-coordinate representation of color #AD1F44: hue angle of 344.37º 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 #AD1F44 is Cyan = 0, Magento = 0.82, Yellow = 0.61 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 31 | 68 | - |
| CMYK | 0 | 0.82 | 0.61 | 0.32 |
| HSL | 344.37º | 0.7% | 0.4% | - |
| HSV(B) | 344.37º | 0.82% | 0.68% | - |
| XYZ | 18.77 | 10.28 | 6.46 | - |
| YUV | 77.68 | 122.54 | 195.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 31 | 68 | 0 | 0.82 | 0.61 | 0.32 | 344.37 | 0.7 | 0.4 |
| Hex | AD | 1F | 44 | 0 | 52 | 3D | 20 | 158 | 46 | 28 |
| Octal | 255 | 37 | 104 | 0 | 122 | 75 | 40 | 530 | 106 | 50 |
| Binary | 10101101 | 11111 | 1000100 | 0 | 1010010 | 111101 | 100000 | 101011000 | 1000110 | 101000 |
Color Harmonies of #AD1F44
Complementary color
Monochromatic Colors of #AD1F44
Black with #AD1F44
Text Example
Text Example
White with #AD1F44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD1F44; }
p { color: rgb(173,31,68); }
H1.HeaderClassName
{
color: #AD1F44;
}
.AnyTagClassName
{
color: #AD1F44;
}
</style>
background-color css
<style>
a { background-color: #AD1F44; }
a { background-color: rgb(173,31,68); }
div.DivClassName
{
background-color: #AD1F44;
}
.BgClassName
{
background-color: #AD1F44;
}
</style>
border-color css
<style>
span { border-color: #AD1F44; }
span { border-color: rgb(173,31,68); }
td.TdClassName
{
border-color: #AD1F44;
}
.TagClassName
{
border-color: #AD1F44;
}
</style>