Shades of Old Rose #AD294F
Tints of Old Rose #AD294F
RGB
CMYK
RGB Variations
Color information
#AD294F (or 0xAD294F) is known color: Old Rose. HEX triplet: AD, 29 and 4F. RGB value is (173,41,79). Sum of RGB (Red+Green+Blue) = 173+41+79=293 (38% of max value = 765). Red value is 173 (67.97% from 255 or 59.04% from 293); Green value is 41 (16.41% from 255 or 13.99% from 293); Blue value is 79 (31.25% from 255 or 26.96% from 293); Max value from RGB is 173 - color contains mainly: red. Hex color #AD294F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AD294F is #52D6B0. Grayscale: #545454. Windows color (decimal): -5428913 or 5188013. OLE color: 5188013.
HSL color Cylindrical-coordinate representation of color #AD294F: hue angle of 342.73º 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 #AD294F is Cyan = 0, Magento = 0.76, Yellow = 0.54 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 41 | 79 | - |
| CMYK | 0 | 0.76 | 0.54 | 0.32 |
| HSL | 342.73º | 0.62% | 0.42% | - |
| HSV(B) | 342.73º | 0.76% | 0.68% | - |
| XYZ | 19.44 | 11.03 | 8.5 | - |
| YUV | 84.8 | 124.73 | 190.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 41 | 79 | 0 | 0.76 | 0.54 | 0.32 | 342.73 | 0.62 | 0.42 |
| Hex | AD | 29 | 4F | 0 | 4C | 36 | 20 | 157 | 3E | 2A |
| Octal | 255 | 51 | 117 | 0 | 114 | 66 | 40 | 527 | 76 | 52 |
| Binary | 10101101 | 101001 | 1001111 | 0 | 1001100 | 110110 | 100000 | 101010111 | 111110 | 101010 |
Color Harmonies of #AD294F
Complementary color
Monochromatic Colors of #AD294F
Black with #AD294F
Text Example
Text Example
White with #AD294F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD294F; }
p { color: rgb(173,41,79); }
H1.HeaderClassName
{
color: #AD294F;
}
.AnyTagClassName
{
color: #AD294F;
}
</style>
background-color css
<style>
a { background-color: #AD294F; }
a { background-color: rgb(173,41,79); }
div.DivClassName
{
background-color: #AD294F;
}
.BgClassName
{
background-color: #AD294F;
}
</style>
border-color css
<style>
span { border-color: #AD294F; }
span { border-color: rgb(173,41,79); }
td.TdClassName
{
border-color: #AD294F;
}
.TagClassName
{
border-color: #AD294F;
}
</style>