Shades of Old Rose #AD2550
Tints of Old Rose #AD2550
RGB
CMYK
RGB Variations
Color information
#AD2550 (or 0xAD2550) is known color: Old Rose. HEX triplet: AD, 25 and 50. RGB value is (173,37,80). Sum of RGB (Red+Green+Blue) = 173+37+80=290 (38% of max value = 765). Red value is 173 (67.97% from 255 or 59.66% from 290); Green value is 37 (14.84% from 255 or 12.76% from 290); Blue value is 80 (31.64% from 255 or 27.59% from 290); Max value from RGB is 173 - color contains mainly: red. Hex color #AD2550 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AD2550 is #52DAAF. Grayscale: #525252. Windows color (decimal): -5429936 or 5252525. OLE color: 5252525.
HSL color Cylindrical-coordinate representation of color #AD2550: hue angle of 341.03º degrees, saturation: 0.65, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #AD2550 is Cyan = 0, Magento = 0.79, Yellow = 0.54 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 37 | 80 | - |
| CMYK | 0 | 0.79 | 0.54 | 0.32 |
| HSL | 341.03º | 0.65% | 0.41% | - |
| HSV(B) | 341.03º | 0.79% | 0.68% | - |
| XYZ | 19.34 | 10.79 | 8.65 | - |
| YUV | 82.57 | 126.56 | 192.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 37 | 80 | 0 | 0.79 | 0.54 | 0.32 | 341.03 | 0.65 | 0.41 |
| Hex | AD | 25 | 50 | 0 | 4F | 36 | 20 | 155 | 41 | 29 |
| Octal | 255 | 45 | 120 | 0 | 117 | 66 | 40 | 525 | 101 | 51 |
| Binary | 10101101 | 100101 | 1010000 | 0 | 1001111 | 110110 | 100000 | 101010101 | 1000001 | 101001 |
Color Harmonies of #AD2550
Complementary color
Monochromatic Colors of #AD2550
Black with #AD2550
Text Example
Text Example
White with #AD2550
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD2550; }
p { color: rgb(173,37,80); }
H1.HeaderClassName
{
color: #AD2550;
}
.AnyTagClassName
{
color: #AD2550;
}
</style>
background-color css
<style>
a { background-color: #AD2550; }
a { background-color: rgb(173,37,80); }
div.DivClassName
{
background-color: #AD2550;
}
.BgClassName
{
background-color: #AD2550;
}
</style>
border-color css
<style>
span { border-color: #AD2550; }
span { border-color: rgb(173,37,80); }
td.TdClassName
{
border-color: #AD2550;
}
.TagClassName
{
border-color: #AD2550;
}
</style>