Shades of Old Rose #AD204E
Tints of Old Rose #AD204E
RGB
CMYK
RGB Variations
Color information
#AD204E (or 0xAD204E) is known color: Old Rose. HEX triplet: AD, 20 and 4E. RGB value is (173,32,78). Sum of RGB (Red+Green+Blue) = 173+32+78=283 (37% of max value = 765). Red value is 173 (67.97% from 255 or 61.13% from 283); Green value is 32 (12.89% from 255 or 11.31% from 283); Blue value is 78 (30.86% from 255 or 27.56% from 283); Max value from RGB is 173 - color contains mainly: red. Hex color #AD204E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AD204E is #52DFB1. Grayscale: #4F4F4F. Windows color (decimal): -5431218 or 5120173. OLE color: 5120173.
HSL color Cylindrical-coordinate representation of color #AD204E: hue angle of 340.43º degrees, saturation: 0.69, 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 #AD204E is Cyan = 0, Magento = 0.82, Yellow = 0.55 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 32 | 78 | - |
| CMYK | 0 | 0.82 | 0.55 | 0.32 |
| HSL | 340.43º | 0.69% | 0.4% | - |
| HSV(B) | 340.43º | 0.82% | 0.68% | - |
| XYZ | 19.13 | 10.47 | 8.22 | - |
| YUV | 79.4 | 127.21 | 194.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 32 | 78 | 0 | 0.82 | 0.55 | 0.32 | 340.43 | 0.69 | 0.4 |
| Hex | AD | 20 | 4E | 0 | 52 | 37 | 20 | 154 | 45 | 28 |
| Octal | 255 | 40 | 116 | 0 | 122 | 67 | 40 | 524 | 105 | 50 |
| Binary | 10101101 | 100000 | 1001110 | 0 | 1010010 | 110111 | 100000 | 101010100 | 1000101 | 101000 |
Color Harmonies of #AD204E
Complementary color
Monochromatic Colors of #AD204E
Black with #AD204E
Text Example
Text Example
White with #AD204E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD204E; }
p { color: rgb(173,32,78); }
H1.HeaderClassName
{
color: #AD204E;
}
.AnyTagClassName
{
color: #AD204E;
}
</style>
background-color css
<style>
a { background-color: #AD204E; }
a { background-color: rgb(173,32,78); }
div.DivClassName
{
background-color: #AD204E;
}
.BgClassName
{
background-color: #AD204E;
}
</style>
border-color css
<style>
span { border-color: #AD204E; }
span { border-color: rgb(173,32,78); }
td.TdClassName
{
border-color: #AD204E;
}
.TagClassName
{
border-color: #AD204E;
}
</style>