Shades of Old Rose #AD2648
Tints of Old Rose #AD2648
RGB
CMYK
RGB Variations
Color information
#AD2648 (or 0xAD2648) is known color: Old Rose. HEX triplet: AD, 26 and 48. RGB value is (173,38,72). Sum of RGB (Red+Green+Blue) = 173+38+72=283 (37% of max value = 765). Red value is 173 (67.97% from 255 or 61.13% from 283); Green value is 38 (15.23% from 255 or 13.43% from 283); Blue value is 72 (28.52% from 255 or 25.44% from 283); Max value from RGB is 173 - color contains mainly: red. Hex color #AD2648 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AD2648 is #52D9B7. Grayscale: #525252. Windows color (decimal): -5429688 or 4728493. OLE color: 4728493.
HSL color Cylindrical-coordinate representation of color #AD2648: hue angle of 344.89º degrees, saturation: 0.64, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #AD2648 is Cyan = 0, Magento = 0.78, Yellow = 0.58 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 38 | 72 | - |
| CMYK | 0 | 0.78 | 0.58 | 0.32 |
| HSL | 344.89º | 0.64% | 0.41% | - |
| HSV(B) | 344.89º | 0.78% | 0.68% | - |
| XYZ | 19.1 | 10.74 | 7.2 | - |
| YUV | 82.24 | 122.23 | 192.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 38 | 72 | 0 | 0.78 | 0.58 | 0.32 | 344.89 | 0.64 | 0.41 |
| Hex | AD | 26 | 48 | 0 | 4E | 3A | 20 | 159 | 40 | 29 |
| Octal | 255 | 46 | 110 | 0 | 116 | 72 | 40 | 531 | 100 | 51 |
| Binary | 10101101 | 100110 | 1001000 | 0 | 1001110 | 111010 | 100000 | 101011001 | 1000000 | 101001 |
Color Harmonies of #AD2648
Complementary color
Monochromatic Colors of #AD2648
Black with #AD2648
Text Example
Text Example
White with #AD2648
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD2648; }
p { color: rgb(173,38,72); }
H1.HeaderClassName
{
color: #AD2648;
}
.AnyTagClassName
{
color: #AD2648;
}
</style>
background-color css
<style>
a { background-color: #AD2648; }
a { background-color: rgb(173,38,72); }
div.DivClassName
{
background-color: #AD2648;
}
.BgClassName
{
background-color: #AD2648;
}
</style>
border-color css
<style>
span { border-color: #AD2648; }
span { border-color: rgb(173,38,72); }
td.TdClassName
{
border-color: #AD2648;
}
.TagClassName
{
border-color: #AD2648;
}
</style>