Shades of Old Rose #AD2244
Tints of Old Rose #AD2244
RGB
CMYK
RGB Variations
Color information
#AD2244 (or 0xAD2244) is known color: Old Rose. HEX triplet: AD, 22 and 44. RGB value is (173,34,68). Sum of RGB (Red+Green+Blue) = 173+34+68=275 (36% of max value = 765). Red value is 173 (67.97% from 255 or 62.91% from 275); Green value is 34 (13.67% from 255 or 12.36% from 275); Blue value is 68 (26.95% from 255 or 24.73% from 275); Max value from RGB is 173 - color contains mainly: red. Hex color #AD2244 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AD2244 is #52DDBB. Grayscale: #4F4F4F. Windows color (decimal): -5430716 or 4465325. OLE color: 4465325.
HSL color Cylindrical-coordinate representation of color #AD2244: hue angle of 345.32º degrees, saturation: 0.67, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #AD2244 is Cyan = 0, Magento = 0.80, Yellow = 0.61 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 34 | 68 | - |
| CMYK | 0 | 0.80 | 0.61 | 0.32 |
| HSL | 345.32º | 0.67% | 0.41% | - |
| HSV(B) | 345.32º | 0.8% | 0.68% | - |
| XYZ | 18.85 | 10.45 | 6.49 | - |
| YUV | 79.44 | 121.55 | 194.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 34 | 68 | 0 | 0.80 | 0.61 | 0.32 | 345.32 | 0.67 | 0.41 |
| Hex | AD | 22 | 44 | 0 | 50 | 3D | 20 | 159 | 43 | 29 |
| Octal | 255 | 42 | 104 | 0 | 120 | 75 | 40 | 531 | 103 | 51 |
| Binary | 10101101 | 100010 | 1000100 | 0 | 1010000 | 111101 | 100000 | 101011001 | 1000011 | 101001 |
Color Harmonies of #AD2244
Complementary color
Monochromatic Colors of #AD2244
Black with #AD2244
Text Example
Text Example
White with #AD2244
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD2244; }
p { color: rgb(173,34,68); }
H1.HeaderClassName
{
color: #AD2244;
}
.AnyTagClassName
{
color: #AD2244;
}
</style>
background-color css
<style>
a { background-color: #AD2244; }
a { background-color: rgb(173,34,68); }
div.DivClassName
{
background-color: #AD2244;
}
.BgClassName
{
background-color: #AD2244;
}
</style>
border-color css
<style>
span { border-color: #AD2244; }
span { border-color: rgb(173,34,68); }
td.TdClassName
{
border-color: #AD2244;
}
.TagClassName
{
border-color: #AD2244;
}
</style>