Shades of Old Rose #AD2145
Tints of Old Rose #AD2145
RGB
CMYK
RGB Variations
Color information
#AD2145 (or 0xAD2145) is known color: Old Rose. HEX triplet: AD, 21 and 45. RGB value is (173,33,69). Sum of RGB (Red+Green+Blue) = 173+33+69=275 (36% of max value = 765). Red value is 173 (67.97% from 255 or 62.91% from 275); Green value is 33 (13.28% from 255 or 12% from 275); Blue value is 69 (27.34% from 255 or 25.09% from 275); Max value from RGB is 173 - color contains mainly: red. Hex color #AD2145 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AD2145 is #52DEBA. Grayscale: #4E4E4E. Windows color (decimal): -5430971 or 4530605. OLE color: 4530605.
HSL color Cylindrical-coordinate representation of color #AD2145: hue angle of 344.57º 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 #AD2145 is Cyan = 0, Magento = 0.81, Yellow = 0.60 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 33 | 69 | - |
| CMYK | 0 | 0.81 | 0.60 | 0.32 |
| HSL | 344.57º | 0.68% | 0.4% | - |
| HSV(B) | 344.57º | 0.81% | 0.68% | - |
| XYZ | 18.85 | 10.4 | 6.64 | - |
| YUV | 78.96 | 122.38 | 195.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 33 | 69 | 0 | 0.81 | 0.60 | 0.32 | 344.57 | 0.68 | 0.4 |
| Hex | AD | 21 | 45 | 0 | 51 | 3C | 20 | 159 | 44 | 28 |
| Octal | 255 | 41 | 105 | 0 | 121 | 74 | 40 | 531 | 104 | 50 |
| Binary | 10101101 | 100001 | 1000101 | 0 | 1010001 | 111100 | 100000 | 101011001 | 1000100 | 101000 |
Color Harmonies of #AD2145
Complementary color
Monochromatic Colors of #AD2145
Black with #AD2145
Text Example
Text Example
White with #AD2145
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD2145; }
p { color: rgb(173,33,69); }
H1.HeaderClassName
{
color: #AD2145;
}
.AnyTagClassName
{
color: #AD2145;
}
</style>
background-color css
<style>
a { background-color: #AD2145; }
a { background-color: rgb(173,33,69); }
div.DivClassName
{
background-color: #AD2145;
}
.BgClassName
{
background-color: #AD2145;
}
</style>
border-color css
<style>
span { border-color: #AD2145; }
span { border-color: rgb(173,33,69); }
td.TdClassName
{
border-color: #AD2145;
}
.TagClassName
{
border-color: #AD2145;
}
</style>