Shades of Old Rose #AD2A40
Tints of Old Rose #AD2A40
RGB
CMYK
RGB Variations
Color information
#AD2A40 (or 0xAD2A40) is known color: Old Rose. HEX triplet: AD, 2A and 40. RGB value is (173,42,64). Sum of RGB (Red+Green+Blue) = 173+42+64=279 (36% of max value = 765). Red value is 173 (67.97% from 255 or 62.01% from 279); Green value is 42 (16.80% from 255 or 15.05% from 279); Blue value is 64 (25.39% from 255 or 22.94% from 279); Max value from RGB is 173 - color contains mainly: red. Hex color #AD2A40 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AD2A40 is #52D5BF. Grayscale: #535353. Windows color (decimal): -5428672 or 4205229. OLE color: 4205229.
HSL color Cylindrical-coordinate representation of color #AD2A40: hue angle of 349.92º degrees, saturation: 0.61, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #AD2A40 is Cyan = 0, Magento = 0.76, Yellow = 0.63 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 42 | 64 | - |
| CMYK | 0 | 0.76 | 0.63 | 0.32 |
| HSL | 349.92º | 0.61% | 0.42% | - |
| HSV(B) | 349.92º | 0.76% | 0.68% | - |
| XYZ | 18.99 | 10.91 | 5.96 | - |
| YUV | 83.68 | 116.9 | 191.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 42 | 64 | 0 | 0.76 | 0.63 | 0.32 | 349.92 | 0.61 | 0.42 |
| Hex | AD | 2A | 40 | 0 | 4C | 3F | 20 | 15E | 3D | 2A |
| Octal | 255 | 52 | 100 | 0 | 114 | 77 | 40 | 536 | 75 | 52 |
| Binary | 10101101 | 101010 | 1000000 | 0 | 1001100 | 111111 | 100000 | 101011110 | 111101 | 101010 |
Color Harmonies of #AD2A40
Complementary color
Monochromatic Colors of #AD2A40
Black with #AD2A40
Text Example
Text Example
White with #AD2A40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD2A40; }
p { color: rgb(173,42,64); }
H1.HeaderClassName
{
color: #AD2A40;
}
.AnyTagClassName
{
color: #AD2A40;
}
</style>
background-color css
<style>
a { background-color: #AD2A40; }
a { background-color: rgb(173,42,64); }
div.DivClassName
{
background-color: #AD2A40;
}
.BgClassName
{
background-color: #AD2A40;
}
</style>
border-color css
<style>
span { border-color: #AD2A40; }
span { border-color: rgb(173,42,64); }
td.TdClassName
{
border-color: #AD2A40;
}
.TagClassName
{
border-color: #AD2A40;
}
</style>