Shades of Old Rose #AD274C
Tints of Old Rose #AD274C
RGB
CMYK
RGB Variations
Color information
#AD274C (or 0xAD274C) is known color: Old Rose. HEX triplet: AD, 27 and 4C. RGB value is (173,39,76). Sum of RGB (Red+Green+Blue) = 173+39+76=288 (38% of max value = 765). Red value is 173 (67.97% from 255 or 60.07% from 288); Green value is 39 (15.62% from 255 or 13.54% from 288); Blue value is 76 (30.08% from 255 or 26.39% from 288); Max value from RGB is 173 - color contains mainly: red. Hex color #AD274C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AD274C is #52D8B3. Grayscale: #535353. Windows color (decimal): -5429428 or 4990893. OLE color: 4990893.
HSL color Cylindrical-coordinate representation of color #AD274C: hue angle of 343.43º degrees, saturation: 0.63, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #AD274C is Cyan = 0, Magento = 0.77, Yellow = 0.56 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 39 | 76 | - |
| CMYK | 0 | 0.77 | 0.56 | 0.32 |
| HSL | 343.43º | 0.63% | 0.42% | - |
| HSV(B) | 343.43º | 0.77% | 0.68% | - |
| XYZ | 19.26 | 10.86 | 7.92 | - |
| YUV | 83.28 | 123.89 | 191.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 39 | 76 | 0 | 0.77 | 0.56 | 0.32 | 343.43 | 0.63 | 0.42 |
| Hex | AD | 27 | 4C | 0 | 4D | 38 | 20 | 157 | 3F | 2A |
| Octal | 255 | 47 | 114 | 0 | 115 | 70 | 40 | 527 | 77 | 52 |
| Binary | 10101101 | 100111 | 1001100 | 0 | 1001101 | 111000 | 100000 | 101010111 | 111111 | 101010 |
Color Harmonies of #AD274C
Complementary color
Monochromatic Colors of #AD274C
Black with #AD274C
Text Example
Text Example
White with #AD274C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD274C; }
p { color: rgb(173,39,76); }
H1.HeaderClassName
{
color: #AD274C;
}
.AnyTagClassName
{
color: #AD274C;
}
</style>
background-color css
<style>
a { background-color: #AD274C; }
a { background-color: rgb(173,39,76); }
div.DivClassName
{
background-color: #AD274C;
}
.BgClassName
{
background-color: #AD274C;
}
</style>
border-color css
<style>
span { border-color: #AD274C; }
span { border-color: rgb(173,39,76); }
td.TdClassName
{
border-color: #AD274C;
}
.TagClassName
{
border-color: #AD274C;
}
</style>