Shades of Old Rose #AD3243
Tints of Old Rose #AD3243
RGB
CMYK
RGB Variations
Color information
#AD3243 (or 0xAD3243) is known color: Old Rose. HEX triplet: AD, 32 and 43. RGB value is (173,50,67). Sum of RGB (Red+Green+Blue) = 173+50+67=290 (38% of max value = 765). Red value is 173 (67.97% from 255 or 59.66% from 290); Green value is 50 (19.92% from 255 or 17.24% from 290); Blue value is 67 (26.56% from 255 or 23.10% from 290); Max value from RGB is 173 - color contains mainly: red. Hex color #AD3243 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AD3243 is #52CDBC. Grayscale: #585858. Windows color (decimal): -5426621 or 4403885. OLE color: 4403885.
HSL color Cylindrical-coordinate representation of color #AD3243: hue angle of 351.71º 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 #AD3243 is Cyan = 0, Magento = 0.71, Yellow = 0.61 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 50 | 67 | - |
| CMYK | 0 | 0.71 | 0.61 | 0.32 |
| HSL | 351.71º | 0.55% | 0.44% | - |
| HSV(B) | 351.71º | 0.71% | 0.68% | - |
| XYZ | 19.39 | 11.57 | 6.52 | - |
| YUV | 88.72 | 115.75 | 188.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 50 | 67 | 0 | 0.71 | 0.61 | 0.32 | 351.71 | 0.55 | 0.44 |
| Hex | AD | 32 | 43 | 0 | 47 | 3D | 20 | 160 | 37 | 2C |
| Octal | 255 | 62 | 103 | 0 | 107 | 75 | 40 | 540 | 67 | 54 |
| Binary | 10101101 | 110010 | 1000011 | 0 | 1000111 | 111101 | 100000 | 101100000 | 110111 | 101100 |
Color Harmonies of #AD3243
Complementary color
Monochromatic Colors of #AD3243
Black with #AD3243
Text Example
Text Example
White with #AD3243
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD3243; }
p { color: rgb(173,50,67); }
H1.HeaderClassName
{
color: #AD3243;
}
.AnyTagClassName
{
color: #AD3243;
}
</style>
background-color css
<style>
a { background-color: #AD3243; }
a { background-color: rgb(173,50,67); }
div.DivClassName
{
background-color: #AD3243;
}
.BgClassName
{
background-color: #AD3243;
}
</style>
border-color css
<style>
span { border-color: #AD3243; }
span { border-color: rgb(173,50,67); }
td.TdClassName
{
border-color: #AD3243;
}
.TagClassName
{
border-color: #AD3243;
}
</style>