Shades of Old Rose #AD2947
Tints of Old Rose #AD2947
RGB
CMYK
RGB Variations
Color information
#AD2947 (or 0xAD2947) is known color: Old Rose. HEX triplet: AD, 29 and 47. RGB value is (173,41,71). Sum of RGB (Red+Green+Blue) = 173+41+71=285 (37% of max value = 765). Red value is 173 (67.97% from 255 or 60.70% from 285); Green value is 41 (16.41% from 255 or 14.39% from 285); Blue value is 71 (28.12% from 255 or 24.91% from 285); Max value from RGB is 173 - color contains mainly: red. Hex color #AD2947 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AD2947 is #52D6B8. Grayscale: #535353. Windows color (decimal): -5428921 or 4663725. OLE color: 4663725.
HSL color Cylindrical-coordinate representation of color #AD2947: hue angle of 346.36º 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 #AD2947 is Cyan = 0, Magento = 0.76, Yellow = 0.59 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 41 | 71 | - |
| CMYK | 0 | 0.76 | 0.59 | 0.32 |
| HSL | 346.36º | 0.62% | 0.42% | - |
| HSV(B) | 346.36º | 0.76% | 0.68% | - |
| XYZ | 19.16 | 10.93 | 7.06 | - |
| YUV | 83.89 | 120.73 | 191.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 41 | 71 | 0 | 0.76 | 0.59 | 0.32 | 346.36 | 0.62 | 0.42 |
| Hex | AD | 29 | 47 | 0 | 4C | 3B | 20 | 15A | 3E | 2A |
| Octal | 255 | 51 | 107 | 0 | 114 | 73 | 40 | 532 | 76 | 52 |
| Binary | 10101101 | 101001 | 1000111 | 0 | 1001100 | 111011 | 100000 | 101011010 | 111110 | 101010 |
Color Harmonies of #AD2947
Complementary color
Monochromatic Colors of #AD2947
Black with #AD2947
Text Example
Text Example
White with #AD2947
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD2947; }
p { color: rgb(173,41,71); }
H1.HeaderClassName
{
color: #AD2947;
}
.AnyTagClassName
{
color: #AD2947;
}
</style>
background-color css
<style>
a { background-color: #AD2947; }
a { background-color: rgb(173,41,71); }
div.DivClassName
{
background-color: #AD2947;
}
.BgClassName
{
background-color: #AD2947;
}
</style>
border-color css
<style>
span { border-color: #AD2947; }
span { border-color: rgb(173,41,71); }
td.TdClassName
{
border-color: #AD2947;
}
.TagClassName
{
border-color: #AD2947;
}
</style>