Shades of Old Rose #AD2951
Tints of Old Rose #AD2951
RGB
CMYK
RGB Variations
Color information
#AD2951 (or 0xAD2951) is known color: Old Rose. HEX triplet: AD, 29 and 51. RGB value is (173,41,81). Sum of RGB (Red+Green+Blue) = 173+41+81=295 (39% of max value = 765). Red value is 173 (67.97% from 255 or 58.64% from 295); Green value is 41 (16.41% from 255 or 13.90% from 295); Blue value is 81 (32.03% from 255 or 27.46% from 295); Max value from RGB is 173 - color contains mainly: red. Hex color #AD2951 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AD2951 is #52D6AE. Grayscale: #555555. Windows color (decimal): -5428911 or 5319085. OLE color: 5319085.
HSL color Cylindrical-coordinate representation of color #AD2951: hue angle of 341.82º degrees, saturation: 0.62, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #AD2951 is Cyan = 0, Magento = 0.76, Yellow = 0.53 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 41 | 81 | - |
| CMYK | 0 | 0.76 | 0.53 | 0.32 |
| HSL | 341.82º | 0.62% | 0.42% | - |
| HSV(B) | 341.82º | 0.76% | 0.68% | - |
| XYZ | 19.51 | 11.06 | 8.89 | - |
| YUV | 85.03 | 125.73 | 190.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 41 | 81 | 0 | 0.76 | 0.53 | 0.32 | 341.82 | 0.62 | 0.42 |
| Hex | AD | 29 | 51 | 0 | 4C | 35 | 20 | 156 | 3E | 2A |
| Octal | 255 | 51 | 121 | 0 | 114 | 65 | 40 | 526 | 76 | 52 |
| Binary | 10101101 | 101001 | 1010001 | 0 | 1001100 | 110101 | 100000 | 101010110 | 111110 | 101010 |
Color Harmonies of #AD2951
Complementary color
Monochromatic Colors of #AD2951
Black with #AD2951
Text Example
Text Example
White with #AD2951
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD2951; }
p { color: rgb(173,41,81); }
H1.HeaderClassName
{
color: #AD2951;
}
.AnyTagClassName
{
color: #AD2951;
}
</style>
background-color css
<style>
a { background-color: #AD2951; }
a { background-color: rgb(173,41,81); }
div.DivClassName
{
background-color: #AD2951;
}
.BgClassName
{
background-color: #AD2951;
}
</style>
border-color css
<style>
span { border-color: #AD2951; }
span { border-color: rgb(173,41,81); }
td.TdClassName
{
border-color: #AD2951;
}
.TagClassName
{
border-color: #AD2951;
}
</style>