Shades of Old Rose #AD214D
Tints of Old Rose #AD214D
RGB
CMYK
RGB Variations
Color information
#AD214D (or 0xAD214D) is known color: Old Rose. HEX triplet: AD, 21 and 4D. RGB value is (173,33,77). Sum of RGB (Red+Green+Blue) = 173+33+77=283 (37% of max value = 765). Red value is 173 (67.97% from 255 or 61.13% from 283); Green value is 33 (13.28% from 255 or 11.66% from 283); Blue value is 77 (30.47% from 255 or 27.21% from 283); Max value from RGB is 173 - color contains mainly: red. Hex color #AD214D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AD214D is #52DEB2. Grayscale: #4F4F4F. Windows color (decimal): -5430963 or 5054893. OLE color: 5054893.
HSL color Cylindrical-coordinate representation of color #AD214D: hue angle of 341.14º 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 #AD214D is Cyan = 0, Magento = 0.81, Yellow = 0.55 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 33 | 77 | - |
| CMYK | 0 | 0.81 | 0.55 | 0.32 |
| HSL | 341.14º | 0.68% | 0.4% | - |
| HSV(B) | 341.14º | 0.81% | 0.68% | - |
| XYZ | 19.12 | 10.51 | 8.04 | - |
| YUV | 79.88 | 126.38 | 194.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 33 | 77 | 0 | 0.81 | 0.55 | 0.32 | 341.14 | 0.68 | 0.4 |
| Hex | AD | 21 | 4D | 0 | 51 | 37 | 20 | 155 | 44 | 28 |
| Octal | 255 | 41 | 115 | 0 | 121 | 67 | 40 | 525 | 104 | 50 |
| Binary | 10101101 | 100001 | 1001101 | 0 | 1010001 | 110111 | 100000 | 101010101 | 1000100 | 101000 |
Color Harmonies of #AD214D
Complementary color
Monochromatic Colors of #AD214D
Black with #AD214D
Text Example
Text Example
White with #AD214D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD214D; }
p { color: rgb(173,33,77); }
H1.HeaderClassName
{
color: #AD214D;
}
.AnyTagClassName
{
color: #AD214D;
}
</style>
background-color css
<style>
a { background-color: #AD214D; }
a { background-color: rgb(173,33,77); }
div.DivClassName
{
background-color: #AD214D;
}
.BgClassName
{
background-color: #AD214D;
}
</style>
border-color css
<style>
span { border-color: #AD214D; }
span { border-color: rgb(173,33,77); }
td.TdClassName
{
border-color: #AD214D;
}
.TagClassName
{
border-color: #AD214D;
}
</style>