Shades of Old Rose #AD274A
Tints of Old Rose #AD274A
RGB
CMYK
RGB Variations
Color information
#AD274A (or 0xAD274A) is known color: Old Rose. HEX triplet: AD, 27 and 4A. RGB value is (173,39,74). Sum of RGB (Red+Green+Blue) = 173+39+74=286 (37% of max value = 765). Red value is 173 (67.97% from 255 or 60.49% from 286); Green value is 39 (15.62% from 255 or 13.64% from 286); Blue value is 74 (29.30% from 255 or 25.87% from 286); Max value from RGB is 173 - color contains mainly: red. Hex color #AD274A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AD274A is #52D8B5. Grayscale: #535353. Windows color (decimal): -5429430 or 4859821. OLE color: 4859821.
HSL color Cylindrical-coordinate representation of color #AD274A: hue angle of 344.33º 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 #AD274A is Cyan = 0, Magento = 0.77, Yellow = 0.57 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 39 | 74 | - |
| CMYK | 0 | 0.77 | 0.57 | 0.32 |
| HSL | 344.33º | 0.63% | 0.42% | - |
| HSV(B) | 344.33º | 0.77% | 0.68% | - |
| XYZ | 19.2 | 10.83 | 7.56 | - |
| YUV | 83.06 | 122.89 | 192.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 39 | 74 | 0 | 0.77 | 0.57 | 0.32 | 344.33 | 0.63 | 0.42 |
| Hex | AD | 27 | 4A | 0 | 4D | 39 | 20 | 158 | 3F | 2A |
| Octal | 255 | 47 | 112 | 0 | 115 | 71 | 40 | 530 | 77 | 52 |
| Binary | 10101101 | 100111 | 1001010 | 0 | 1001101 | 111001 | 100000 | 101011000 | 111111 | 101010 |
Color Harmonies of #AD274A
Complementary color
Monochromatic Colors of #AD274A
Black with #AD274A
Text Example
Text Example
White with #AD274A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD274A; }
p { color: rgb(173,39,74); }
H1.HeaderClassName
{
color: #AD274A;
}
.AnyTagClassName
{
color: #AD274A;
}
</style>
background-color css
<style>
a { background-color: #AD274A; }
a { background-color: rgb(173,39,74); }
div.DivClassName
{
background-color: #AD274A;
}
.BgClassName
{
background-color: #AD274A;
}
</style>
border-color css
<style>
span { border-color: #AD274A; }
span { border-color: rgb(173,39,74); }
td.TdClassName
{
border-color: #AD274A;
}
.TagClassName
{
border-color: #AD274A;
}
</style>