Shades of Old Rose #AD294C
Tints of Old Rose #AD294C
RGB
CMYK
RGB Variations
Color information
#AD294C (or 0xAD294C) is known color: Old Rose. HEX triplet: AD, 29 and 4C. RGB value is (173,41,76). Sum of RGB (Red+Green+Blue) = 173+41+76=290 (38% of max value = 765). Red value is 173 (67.97% from 255 or 59.66% from 290); Green value is 41 (16.41% from 255 or 14.14% from 290); Blue value is 76 (30.08% from 255 or 26.21% from 290); Max value from RGB is 173 - color contains mainly: red. Hex color #AD294C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AD294C is #52D6B3. Grayscale: #545454. Windows color (decimal): -5428916 or 4991405. OLE color: 4991405.
HSL color Cylindrical-coordinate representation of color #AD294C: hue angle of 344.09º 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 #AD294C is Cyan = 0, Magento = 0.76, Yellow = 0.56 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 41 | 76 | - |
| CMYK | 0 | 0.76 | 0.56 | 0.32 |
| HSL | 344.09º | 0.62% | 0.42% | - |
| HSV(B) | 344.09º | 0.76% | 0.68% | - |
| XYZ | 19.33 | 10.99 | 7.94 | - |
| YUV | 84.46 | 123.23 | 191.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 41 | 76 | 0 | 0.76 | 0.56 | 0.32 | 344.09 | 0.62 | 0.42 |
| Hex | AD | 29 | 4C | 0 | 4C | 38 | 20 | 158 | 3E | 2A |
| Octal | 255 | 51 | 114 | 0 | 114 | 70 | 40 | 530 | 76 | 52 |
| Binary | 10101101 | 101001 | 1001100 | 0 | 1001100 | 111000 | 100000 | 101011000 | 111110 | 101010 |
Color Harmonies of #AD294C
Complementary color
Monochromatic Colors of #AD294C
Black with #AD294C
Text Example
Text Example
White with #AD294C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD294C; }
p { color: rgb(173,41,76); }
H1.HeaderClassName
{
color: #AD294C;
}
.AnyTagClassName
{
color: #AD294C;
}
</style>
background-color css
<style>
a { background-color: #AD294C; }
a { background-color: rgb(173,41,76); }
div.DivClassName
{
background-color: #AD294C;
}
.BgClassName
{
background-color: #AD294C;
}
</style>
border-color css
<style>
span { border-color: #AD294C; }
span { border-color: rgb(173,41,76); }
td.TdClassName
{
border-color: #AD294C;
}
.TagClassName
{
border-color: #AD294C;
}
</style>