Shades of Old Rose #AD2551
Tints of Old Rose #AD2551
RGB
CMYK
RGB Variations
Color information
#AD2551 (or 0xAD2551) is known color: Old Rose. HEX triplet: AD, 25 and 51. RGB value is (173,37,81). Sum of RGB (Red+Green+Blue) = 173+37+81=291 (38% of max value = 765). Red value is 173 (67.97% from 255 or 59.45% from 291); Green value is 37 (14.84% from 255 or 12.71% from 291); Blue value is 81 (32.03% from 255 or 27.84% from 291); Max value from RGB is 173 - color contains mainly: red. Hex color #AD2551 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AD2551 is #52DAAE. Grayscale: #525252. Windows color (decimal): -5429935 or 5318061. OLE color: 5318061.
HSL color Cylindrical-coordinate representation of color #AD2551: hue angle of 340.59º 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 #AD2551 is Cyan = 0, Magento = 0.79, Yellow = 0.53 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 37 | 81 | - |
| CMYK | 0 | 0.79 | 0.53 | 0.32 |
| HSL | 340.59º | 0.65% | 0.41% | - |
| HSV(B) | 340.59º | 0.79% | 0.68% | - |
| XYZ | 19.38 | 10.8 | 8.85 | - |
| YUV | 82.68 | 127.06 | 192.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 37 | 81 | 0 | 0.79 | 0.53 | 0.32 | 340.59 | 0.65 | 0.41 |
| Hex | AD | 25 | 51 | 0 | 4F | 35 | 20 | 155 | 41 | 29 |
| Octal | 255 | 45 | 121 | 0 | 117 | 65 | 40 | 525 | 101 | 51 |
| Binary | 10101101 | 100101 | 1010001 | 0 | 1001111 | 110101 | 100000 | 101010101 | 1000001 | 101001 |
Color Harmonies of #AD2551
Complementary color
Monochromatic Colors of #AD2551
Black with #AD2551
Text Example
Text Example
White with #AD2551
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD2551; }
p { color: rgb(173,37,81); }
H1.HeaderClassName
{
color: #AD2551;
}
.AnyTagClassName
{
color: #AD2551;
}
</style>
background-color css
<style>
a { background-color: #AD2551; }
a { background-color: rgb(173,37,81); }
div.DivClassName
{
background-color: #AD2551;
}
.BgClassName
{
background-color: #AD2551;
}
</style>
border-color css
<style>
span { border-color: #AD2551; }
span { border-color: rgb(173,37,81); }
td.TdClassName
{
border-color: #AD2551;
}
.TagClassName
{
border-color: #AD2551;
}
</style>