Shades of Old Rose #AD2954
Tints of Old Rose #AD2954
RGB
CMYK
RGB Variations
Color information
#AD2954 (or 0xAD2954) is known color: Old Rose. HEX triplet: AD, 29 and 54. RGB value is (173,41,84). Sum of RGB (Red+Green+Blue) = 173+41+84=298 (39% of max value = 765). Red value is 173 (67.97% from 255 or 58.05% from 298); Green value is 41 (16.41% from 255 or 13.76% from 298); Blue value is 84 (33.20% from 255 or 28.19% from 298); Max value from RGB is 173 - color contains mainly: red. Hex color #AD2954 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AD2954 is #52D6AB. Grayscale: #555555. Windows color (decimal): -5428908 or 5515693. OLE color: 5515693.
HSL color Cylindrical-coordinate representation of color #AD2954: hue angle of 340.45º 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 #AD2954 is Cyan = 0, Magento = 0.76, Yellow = 0.51 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 41 | 84 | - |
| CMYK | 0 | 0.76 | 0.51 | 0.32 |
| HSL | 340.45º | 0.62% | 0.42% | - |
| HSV(B) | 340.45º | 0.76% | 0.68% | - |
| XYZ | 19.63 | 11.11 | 9.5 | - |
| YUV | 85.37 | 127.23 | 190.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 41 | 84 | 0 | 0.76 | 0.51 | 0.32 | 340.45 | 0.62 | 0.42 |
| Hex | AD | 29 | 54 | 0 | 4C | 33 | 20 | 154 | 3E | 2A |
| Octal | 255 | 51 | 124 | 0 | 114 | 63 | 40 | 524 | 76 | 52 |
| Binary | 10101101 | 101001 | 1010100 | 0 | 1001100 | 110011 | 100000 | 101010100 | 111110 | 101010 |
Color Harmonies of #AD2954
Complementary color
Monochromatic Colors of #AD2954
Black with #AD2954
Text Example
Text Example
White with #AD2954
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD2954; }
p { color: rgb(173,41,84); }
H1.HeaderClassName
{
color: #AD2954;
}
.AnyTagClassName
{
color: #AD2954;
}
</style>
background-color css
<style>
a { background-color: #AD2954; }
a { background-color: rgb(173,41,84); }
div.DivClassName
{
background-color: #AD2954;
}
.BgClassName
{
background-color: #AD2954;
}
</style>
border-color css
<style>
span { border-color: #AD2954; }
span { border-color: rgb(173,41,84); }
td.TdClassName
{
border-color: #AD2954;
}
.TagClassName
{
border-color: #AD2954;
}
</style>