Shades of Old Rose #AD2545
Tints of Old Rose #AD2545
RGB
CMYK
RGB Variations
Color information
#AD2545 (or 0xAD2545) is known color: Old Rose. HEX triplet: AD, 25 and 45. RGB value is (173,37,69). Sum of RGB (Red+Green+Blue) = 173+37+69=279 (36% of max value = 765). Red value is 173 (67.97% from 255 or 62.01% from 279); Green value is 37 (14.84% from 255 or 13.26% from 279); Blue value is 69 (27.34% from 255 or 24.73% from 279); Max value from RGB is 173 - color contains mainly: red. Hex color #AD2545 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AD2545 is #52DABA. Grayscale: #515151. Windows color (decimal): -5429947 or 4531629. OLE color: 4531629.
HSL color Cylindrical-coordinate representation of color #AD2545: hue angle of 345.88º degrees, saturation: 0.65, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #AD2545 is Cyan = 0, Magento = 0.79, Yellow = 0.60 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 37 | 69 | - |
| CMYK | 0 | 0.79 | 0.60 | 0.32 |
| HSL | 345.88º | 0.65% | 0.41% | - |
| HSV(B) | 345.88º | 0.79% | 0.68% | - |
| XYZ | 18.97 | 10.64 | 6.68 | - |
| YUV | 81.31 | 121.06 | 193.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 37 | 69 | 0 | 0.79 | 0.60 | 0.32 | 345.88 | 0.65 | 0.41 |
| Hex | AD | 25 | 45 | 0 | 4F | 3C | 20 | 15A | 41 | 29 |
| Octal | 255 | 45 | 105 | 0 | 117 | 74 | 40 | 532 | 101 | 51 |
| Binary | 10101101 | 100101 | 1000101 | 0 | 1001111 | 111100 | 100000 | 101011010 | 1000001 | 101001 |
Color Harmonies of #AD2545
Complementary color
Monochromatic Colors of #AD2545
Black with #AD2545
Text Example
Text Example
White with #AD2545
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD2545; }
p { color: rgb(173,37,69); }
H1.HeaderClassName
{
color: #AD2545;
}
.AnyTagClassName
{
color: #AD2545;
}
</style>
background-color css
<style>
a { background-color: #AD2545; }
a { background-color: rgb(173,37,69); }
div.DivClassName
{
background-color: #AD2545;
}
.BgClassName
{
background-color: #AD2545;
}
</style>
border-color css
<style>
span { border-color: #AD2545; }
span { border-color: rgb(173,37,69); }
td.TdClassName
{
border-color: #AD2545;
}
.TagClassName
{
border-color: #AD2545;
}
</style>