Shades of Old Rose #AD2847
Tints of Old Rose #AD2847
RGB
CMYK
RGB Variations
Color information
#AD2847 (or 0xAD2847) is known color: Old Rose. HEX triplet: AD, 28 and 47. RGB value is (173,40,71). Sum of RGB (Red+Green+Blue) = 173+40+71=284 (37% of max value = 765). Red value is 173 (67.97% from 255 or 60.92% from 284); Green value is 40 (16.02% from 255 or 14.08% from 284); Blue value is 71 (28.12% from 255 or 25% from 284); Max value from RGB is 173 - color contains mainly: red. Hex color #AD2847 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AD2847 is #52D7B8. Grayscale: #535353. Windows color (decimal): -5429177 or 4663469. OLE color: 4663469.
HSL color Cylindrical-coordinate representation of color #AD2847: hue angle of 346.02º degrees, saturation: 0.62, 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 #AD2847 is Cyan = 0, Magento = 0.77, Yellow = 0.59 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 40 | 71 | - |
| CMYK | 0 | 0.77 | 0.59 | 0.32 |
| HSL | 346.02º | 0.62% | 0.42% | - |
| HSV(B) | 346.02º | 0.77% | 0.68% | - |
| XYZ | 19.13 | 10.86 | 7.05 | - |
| YUV | 83.3 | 121.06 | 191.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 40 | 71 | 0 | 0.77 | 0.59 | 0.32 | 346.02 | 0.62 | 0.42 |
| Hex | AD | 28 | 47 | 0 | 4D | 3B | 20 | 15A | 3E | 2A |
| Octal | 255 | 50 | 107 | 0 | 115 | 73 | 40 | 532 | 76 | 52 |
| Binary | 10101101 | 101000 | 1000111 | 0 | 1001101 | 111011 | 100000 | 101011010 | 111110 | 101010 |
Color Harmonies of #AD2847
Complementary color
Monochromatic Colors of #AD2847
Black with #AD2847
Text Example
Text Example
White with #AD2847
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD2847; }
p { color: rgb(173,40,71); }
H1.HeaderClassName
{
color: #AD2847;
}
.AnyTagClassName
{
color: #AD2847;
}
</style>
background-color css
<style>
a { background-color: #AD2847; }
a { background-color: rgb(173,40,71); }
div.DivClassName
{
background-color: #AD2847;
}
.BgClassName
{
background-color: #AD2847;
}
</style>
border-color css
<style>
span { border-color: #AD2847; }
span { border-color: rgb(173,40,71); }
td.TdClassName
{
border-color: #AD2847;
}
.TagClassName
{
border-color: #AD2847;
}
</style>