Shades of Old Rose #AD224A
Tints of Old Rose #AD224A
RGB
CMYK
RGB Variations
Color information
#AD224A (or 0xAD224A) is known color: Old Rose. HEX triplet: AD, 22 and 4A. RGB value is (173,34,74). Sum of RGB (Red+Green+Blue) = 173+34+74=281 (37% of max value = 765). Red value is 173 (67.97% from 255 or 61.57% from 281); Green value is 34 (13.67% from 255 or 12.10% from 281); Blue value is 74 (29.30% from 255 or 26.33% from 281); Max value from RGB is 173 - color contains mainly: red. Hex color #AD224A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AD224A is #52DDB5. Grayscale: #505050. Windows color (decimal): -5430710 or 4858541. OLE color: 4858541.
HSL color Cylindrical-coordinate representation of color #AD224A: hue angle of 342.73º 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 #AD224A is Cyan = 0, Magento = 0.80, Yellow = 0.57 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 34 | 74 | - |
| CMYK | 0 | 0.80 | 0.57 | 0.32 |
| HSL | 342.73º | 0.67% | 0.41% | - |
| HSV(B) | 342.73º | 0.8% | 0.68% | - |
| XYZ | 19.04 | 10.52 | 7.51 | - |
| YUV | 80.12 | 124.55 | 194.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 34 | 74 | 0 | 0.80 | 0.57 | 0.32 | 342.73 | 0.67 | 0.41 |
| Hex | AD | 22 | 4A | 0 | 50 | 39 | 20 | 157 | 43 | 29 |
| Octal | 255 | 42 | 112 | 0 | 120 | 71 | 40 | 527 | 103 | 51 |
| Binary | 10101101 | 100010 | 1001010 | 0 | 1010000 | 111001 | 100000 | 101010111 | 1000011 | 101001 |
Color Harmonies of #AD224A
Complementary color
Monochromatic Colors of #AD224A
Black with #AD224A
Text Example
Text Example
White with #AD224A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD224A; }
p { color: rgb(173,34,74); }
H1.HeaderClassName
{
color: #AD224A;
}
.AnyTagClassName
{
color: #AD224A;
}
</style>
background-color css
<style>
a { background-color: #AD224A; }
a { background-color: rgb(173,34,74); }
div.DivClassName
{
background-color: #AD224A;
}
.BgClassName
{
background-color: #AD224A;
}
</style>
border-color css
<style>
span { border-color: #AD224A; }
span { border-color: rgb(173,34,74); }
td.TdClassName
{
border-color: #AD224A;
}
.TagClassName
{
border-color: #AD224A;
}
</style>