Shades of Old Rose #AD2045
Tints of Old Rose #AD2045
RGB
CMYK
RGB Variations
Color information
#AD2045 (or 0xAD2045) is known color: Old Rose. HEX triplet: AD, 20 and 45. RGB value is (173,32,69). Sum of RGB (Red+Green+Blue) = 173+32+69=274 (36% of max value = 765). Red value is 173 (67.97% from 255 or 63.14% from 274); Green value is 32 (12.89% from 255 or 11.68% from 274); Blue value is 69 (27.34% from 255 or 25.18% from 274); Max value from RGB is 173 - color contains mainly: red. Hex color #AD2045 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AD2045 is #52DFBA. Grayscale: #4E4E4E. Windows color (decimal): -5431227 or 4530349. OLE color: 4530349.
HSL color Cylindrical-coordinate representation of color #AD2045: hue angle of 344.26º degrees, saturation: 0.69, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #AD2045 is Cyan = 0, Magento = 0.82, Yellow = 0.60 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 32 | 69 | - |
| CMYK | 0 | 0.82 | 0.60 | 0.32 |
| HSL | 344.26º | 0.69% | 0.4% | - |
| HSV(B) | 344.26º | 0.82% | 0.68% | - |
| XYZ | 18.82 | 10.35 | 6.64 | - |
| YUV | 78.38 | 122.71 | 195.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 32 | 69 | 0 | 0.82 | 0.60 | 0.32 | 344.26 | 0.69 | 0.4 |
| Hex | AD | 20 | 45 | 0 | 52 | 3C | 20 | 158 | 45 | 28 |
| Octal | 255 | 40 | 105 | 0 | 122 | 74 | 40 | 530 | 105 | 50 |
| Binary | 10101101 | 100000 | 1000101 | 0 | 1010010 | 111100 | 100000 | 101011000 | 1000101 | 101000 |
Color Harmonies of #AD2045
Complementary color
Monochromatic Colors of #AD2045
Black with #AD2045
Text Example
Text Example
White with #AD2045
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD2045; }
p { color: rgb(173,32,69); }
H1.HeaderClassName
{
color: #AD2045;
}
.AnyTagClassName
{
color: #AD2045;
}
</style>
background-color css
<style>
a { background-color: #AD2045; }
a { background-color: rgb(173,32,69); }
div.DivClassName
{
background-color: #AD2045;
}
.BgClassName
{
background-color: #AD2045;
}
</style>
border-color css
<style>
span { border-color: #AD2045; }
span { border-color: rgb(173,32,69); }
td.TdClassName
{
border-color: #AD2045;
}
.TagClassName
{
border-color: #AD2045;
}
</style>