Shades of Old Rose #AD3245
Tints of Old Rose #AD3245
RGB
CMYK
RGB Variations
Color information
#AD3245 (or 0xAD3245) is known color: Old Rose. HEX triplet: AD, 32 and 45. RGB value is (173,50,69). Sum of RGB (Red+Green+Blue) = 173+50+69=292 (38% of max value = 765). Red value is 173 (67.97% from 255 or 59.25% from 292); Green value is 50 (19.92% from 255 or 17.12% from 292); Blue value is 69 (27.34% from 255 or 23.63% from 292); Max value from RGB is 173 - color contains mainly: red. Hex color #AD3245 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AD3245 is #52CDBA. Grayscale: #585858. Windows color (decimal): -5426619 or 4534957. OLE color: 4534957.
HSL color Cylindrical-coordinate representation of color #AD3245: hue angle of 350.73º degrees, saturation: 0.55, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #AD3245 is Cyan = 0, Magento = 0.71, Yellow = 0.60 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 50 | 69 | - |
| CMYK | 0 | 0.71 | 0.60 | 0.32 |
| HSL | 350.73º | 0.55% | 0.44% | - |
| HSV(B) | 350.73º | 0.71% | 0.68% | - |
| XYZ | 19.45 | 11.6 | 6.84 | - |
| YUV | 88.94 | 116.75 | 187.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 50 | 69 | 0 | 0.71 | 0.60 | 0.32 | 350.73 | 0.55 | 0.44 |
| Hex | AD | 32 | 45 | 0 | 47 | 3C | 20 | 15F | 37 | 2C |
| Octal | 255 | 62 | 105 | 0 | 107 | 74 | 40 | 537 | 67 | 54 |
| Binary | 10101101 | 110010 | 1000101 | 0 | 1000111 | 111100 | 100000 | 101011111 | 110111 | 101100 |
Color Harmonies of #AD3245
Complementary color
Monochromatic Colors of #AD3245
Black with #AD3245
Text Example
Text Example
White with #AD3245
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD3245; }
p { color: rgb(173,50,69); }
H1.HeaderClassName
{
color: #AD3245;
}
.AnyTagClassName
{
color: #AD3245;
}
</style>
background-color css
<style>
a { background-color: #AD3245; }
a { background-color: rgb(173,50,69); }
div.DivClassName
{
background-color: #AD3245;
}
.BgClassName
{
background-color: #AD3245;
}
</style>
border-color css
<style>
span { border-color: #AD3245; }
span { border-color: rgb(173,50,69); }
td.TdClassName
{
border-color: #AD3245;
}
.TagClassName
{
border-color: #AD3245;
}
</style>