Shades of Old Rose #AD2146
Tints of Old Rose #AD2146
RGB
CMYK
RGB Variations
Color information
#AD2146 (or 0xAD2146) is known color: Old Rose. HEX triplet: AD, 21 and 46. RGB value is (173,33,70). Sum of RGB (Red+Green+Blue) = 173+33+70=276 (36% of max value = 765). Red value is 173 (67.97% from 255 or 62.68% from 276); Green value is 33 (13.28% from 255 or 11.96% from 276); Blue value is 70 (27.73% from 255 or 25.36% from 276); Max value from RGB is 173 - color contains mainly: red. Hex color #AD2146 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AD2146 is #52DEB9. Grayscale: #4F4F4F. Windows color (decimal): -5430970 or 4596141. OLE color: 4596141.
HSL color Cylindrical-coordinate representation of color #AD2146: hue angle of 344.14º degrees, saturation: 0.68, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #AD2146 is Cyan = 0, Magento = 0.81, Yellow = 0.60 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 33 | 70 | - |
| CMYK | 0 | 0.81 | 0.60 | 0.32 |
| HSL | 344.14º | 0.68% | 0.4% | - |
| HSV(B) | 344.14º | 0.81% | 0.68% | - |
| XYZ | 18.88 | 10.41 | 6.81 | - |
| YUV | 79.08 | 122.88 | 194.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 33 | 70 | 0 | 0.81 | 0.60 | 0.32 | 344.14 | 0.68 | 0.4 |
| Hex | AD | 21 | 46 | 0 | 51 | 3C | 20 | 158 | 44 | 28 |
| Octal | 255 | 41 | 106 | 0 | 121 | 74 | 40 | 530 | 104 | 50 |
| Binary | 10101101 | 100001 | 1000110 | 0 | 1010001 | 111100 | 100000 | 101011000 | 1000100 | 101000 |
Color Harmonies of #AD2146
Complementary color
Monochromatic Colors of #AD2146
Black with #AD2146
Text Example
Text Example
White with #AD2146
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD2146; }
p { color: rgb(173,33,70); }
H1.HeaderClassName
{
color: #AD2146;
}
.AnyTagClassName
{
color: #AD2146;
}
</style>
background-color css
<style>
a { background-color: #AD2146; }
a { background-color: rgb(173,33,70); }
div.DivClassName
{
background-color: #AD2146;
}
.BgClassName
{
background-color: #AD2146;
}
</style>
border-color css
<style>
span { border-color: #AD2146; }
span { border-color: rgb(173,33,70); }
td.TdClassName
{
border-color: #AD2146;
}
.TagClassName
{
border-color: #AD2146;
}
</style>