Shades of Old Rose #AD214F
Tints of Old Rose #AD214F
RGB
CMYK
RGB Variations
Color information
#AD214F (or 0xAD214F) is known color: Old Rose. HEX triplet: AD, 21 and 4F. RGB value is (173,33,79). Sum of RGB (Red+Green+Blue) = 173+33+79=285 (37% of max value = 765). Red value is 173 (67.97% from 255 or 60.70% from 285); Green value is 33 (13.28% from 255 or 11.58% from 285); Blue value is 79 (31.25% from 255 or 27.72% from 285); Max value from RGB is 173 - color contains mainly: red. Hex color #AD214F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AD214F is #52DEB0. Grayscale: #505050. Windows color (decimal): -5430961 or 5185965. OLE color: 5185965.
HSL color Cylindrical-coordinate representation of color #AD214F: hue angle of 340.29º degrees, saturation: 0.68, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #AD214F is Cyan = 0, Magento = 0.81, Yellow = 0.54 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 33 | 79 | - |
| CMYK | 0 | 0.81 | 0.54 | 0.32 |
| HSL | 340.29º | 0.68% | 0.4% | - |
| HSV(B) | 340.29º | 0.81% | 0.68% | - |
| XYZ | 19.19 | 10.54 | 8.42 | - |
| YUV | 80.1 | 127.38 | 194.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 33 | 79 | 0 | 0.81 | 0.54 | 0.32 | 340.29 | 0.68 | 0.4 |
| Hex | AD | 21 | 4F | 0 | 51 | 36 | 20 | 154 | 44 | 28 |
| Octal | 255 | 41 | 117 | 0 | 121 | 66 | 40 | 524 | 104 | 50 |
| Binary | 10101101 | 100001 | 1001111 | 0 | 1010001 | 110110 | 100000 | 101010100 | 1000100 | 101000 |
Color Harmonies of #AD214F
Complementary color
Monochromatic Colors of #AD214F
Black with #AD214F
Text Example
Text Example
White with #AD214F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD214F; }
p { color: rgb(173,33,79); }
H1.HeaderClassName
{
color: #AD214F;
}
.AnyTagClassName
{
color: #AD214F;
}
</style>
background-color css
<style>
a { background-color: #AD214F; }
a { background-color: rgb(173,33,79); }
div.DivClassName
{
background-color: #AD214F;
}
.BgClassName
{
background-color: #AD214F;
}
</style>
border-color css
<style>
span { border-color: #AD214F; }
span { border-color: rgb(173,33,79); }
td.TdClassName
{
border-color: #AD214F;
}
.TagClassName
{
border-color: #AD214F;
}
</style>