Shades of Old Rose #AD2750
Tints of Old Rose #AD2750
RGB
CMYK
RGB Variations
Color information
#AD2750 (or 0xAD2750) is known color: Old Rose. HEX triplet: AD, 27 and 50. RGB value is (173,39,80). Sum of RGB (Red+Green+Blue) = 173+39+80=292 (38% of max value = 765). Red value is 173 (67.97% from 255 or 59.25% from 292); Green value is 39 (15.62% from 255 or 13.36% from 292); Blue value is 80 (31.64% from 255 or 27.40% from 292); Max value from RGB is 173 - color contains mainly: red. Hex color #AD2750 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AD2750 is #52D8AF. Grayscale: #535353. Windows color (decimal): -5429424 or 5253037. OLE color: 5253037.
HSL color Cylindrical-coordinate representation of color #AD2750: hue angle of 341.64º degrees, saturation: 0.63, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #AD2750 is Cyan = 0, Magento = 0.77, Yellow = 0.54 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 39 | 80 | - |
| CMYK | 0 | 0.77 | 0.54 | 0.32 |
| HSL | 341.64º | 0.63% | 0.42% | - |
| HSV(B) | 341.64º | 0.77% | 0.68% | - |
| XYZ | 19.41 | 10.91 | 8.67 | - |
| YUV | 83.74 | 125.89 | 191.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 39 | 80 | 0 | 0.77 | 0.54 | 0.32 | 341.64 | 0.63 | 0.42 |
| Hex | AD | 27 | 50 | 0 | 4D | 36 | 20 | 156 | 3F | 2A |
| Octal | 255 | 47 | 120 | 0 | 115 | 66 | 40 | 526 | 77 | 52 |
| Binary | 10101101 | 100111 | 1010000 | 0 | 1001101 | 110110 | 100000 | 101010110 | 111111 | 101010 |
Color Harmonies of #AD2750
Complementary color
Monochromatic Colors of #AD2750
Black with #AD2750
Text Example
Text Example
White with #AD2750
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD2750; }
p { color: rgb(173,39,80); }
H1.HeaderClassName
{
color: #AD2750;
}
.AnyTagClassName
{
color: #AD2750;
}
</style>
background-color css
<style>
a { background-color: #AD2750; }
a { background-color: rgb(173,39,80); }
div.DivClassName
{
background-color: #AD2750;
}
.BgClassName
{
background-color: #AD2750;
}
</style>
border-color css
<style>
span { border-color: #AD2750; }
span { border-color: rgb(173,39,80); }
td.TdClassName
{
border-color: #AD2750;
}
.TagClassName
{
border-color: #AD2750;
}
</style>