Shades of Old Rose #AD234E
Tints of Old Rose #AD234E
RGB
CMYK
RGB Variations
Color information
#AD234E (or 0xAD234E) is known color: Old Rose. HEX triplet: AD, 23 and 4E. RGB value is (173,35,78). Sum of RGB (Red+Green+Blue) = 173+35+78=286 (37% of max value = 765). Red value is 173 (67.97% from 255 or 60.49% from 286); Green value is 35 (14.06% from 255 or 12.24% from 286); Blue value is 78 (30.86% from 255 or 27.27% from 286); Max value from RGB is 173 - color contains mainly: red. Hex color #AD234E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AD234E is #52DCB1. Grayscale: #515151. Windows color (decimal): -5430450 or 5120941. OLE color: 5120941.
HSL color Cylindrical-coordinate representation of color #AD234E: hue angle of 341.3º degrees, saturation: 0.66, 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 #AD234E is Cyan = 0, Magento = 0.80, Yellow = 0.55 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 35 | 78 | - |
| CMYK | 0 | 0.80 | 0.55 | 0.32 |
| HSL | 341.3º | 0.66% | 0.41% | - |
| HSV(B) | 341.3º | 0.8% | 0.68% | - |
| XYZ | 19.21 | 10.64 | 8.25 | - |
| YUV | 81.16 | 126.22 | 193.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 35 | 78 | 0 | 0.80 | 0.55 | 0.32 | 341.3 | 0.66 | 0.41 |
| Hex | AD | 23 | 4E | 0 | 50 | 37 | 20 | 155 | 42 | 29 |
| Octal | 255 | 43 | 116 | 0 | 120 | 67 | 40 | 525 | 102 | 51 |
| Binary | 10101101 | 100011 | 1001110 | 0 | 1010000 | 110111 | 100000 | 101010101 | 1000010 | 101001 |
Color Harmonies of #AD234E
Complementary color
Monochromatic Colors of #AD234E
Black with #AD234E
Text Example
Text Example
White with #AD234E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD234E; }
p { color: rgb(173,35,78); }
H1.HeaderClassName
{
color: #AD234E;
}
.AnyTagClassName
{
color: #AD234E;
}
</style>
background-color css
<style>
a { background-color: #AD234E; }
a { background-color: rgb(173,35,78); }
div.DivClassName
{
background-color: #AD234E;
}
.BgClassName
{
background-color: #AD234E;
}
</style>
border-color css
<style>
span { border-color: #AD234E; }
span { border-color: rgb(173,35,78); }
td.TdClassName
{
border-color: #AD234E;
}
.TagClassName
{
border-color: #AD234E;
}
</style>