Shades of Old Rose #AD3444
Tints of Old Rose #AD3444
RGB
CMYK
RGB Variations
Color information
#AD3444 (or 0xAD3444) is known color: Old Rose. HEX triplet: AD, 34 and 44. RGB value is (173,52,68). Sum of RGB (Red+Green+Blue) = 173+52+68=293 (38% of max value = 765). Red value is 173 (67.97% from 255 or 59.04% from 293); Green value is 52 (20.70% from 255 or 17.75% from 293); Blue value is 68 (26.95% from 255 or 23.21% from 293); Max value from RGB is 173 - color contains mainly: red. Hex color #AD3444 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AD3444 is #52CBBB. Grayscale: #5A5A5A. Windows color (decimal): -5426108 or 4469933. OLE color: 4469933.
HSL color Cylindrical-coordinate representation of color #AD3444: hue angle of 352.07º degrees, saturation: 0.54, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #AD3444 is Cyan = 0, Magento = 0.70, Yellow = 0.61 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 52 | 68 | - |
| CMYK | 0 | 0.70 | 0.61 | 0.32 |
| HSL | 352.07º | 0.54% | 0.44% | - |
| HSV(B) | 352.07º | 0.7% | 0.68% | - |
| XYZ | 19.5 | 11.76 | 6.71 | - |
| YUV | 90 | 115.59 | 187.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 52 | 68 | 0 | 0.70 | 0.61 | 0.32 | 352.07 | 0.54 | 0.44 |
| Hex | AD | 34 | 44 | 0 | 46 | 3D | 20 | 160 | 36 | 2C |
| Octal | 255 | 64 | 104 | 0 | 106 | 75 | 40 | 540 | 66 | 54 |
| Binary | 10101101 | 110100 | 1000100 | 0 | 1000110 | 111101 | 100000 | 101100000 | 110110 | 101100 |
Color Harmonies of #AD3444
Complementary color
Monochromatic Colors of #AD3444
Black with #AD3444
Text Example
Text Example
White with #AD3444
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD3444; }
p { color: rgb(173,52,68); }
H1.HeaderClassName
{
color: #AD3444;
}
.AnyTagClassName
{
color: #AD3444;
}
</style>
background-color css
<style>
a { background-color: #AD3444; }
a { background-color: rgb(173,52,68); }
div.DivClassName
{
background-color: #AD3444;
}
.BgClassName
{
background-color: #AD3444;
}
</style>
border-color css
<style>
span { border-color: #AD3444; }
span { border-color: rgb(173,52,68); }
td.TdClassName
{
border-color: #AD3444;
}
.TagClassName
{
border-color: #AD3444;
}
</style>