Shades of Old Rose #AD234D
Tints of Old Rose #AD234D
RGB
CMYK
RGB Variations
Color information
#AD234D (or 0xAD234D) is known color: Old Rose. HEX triplet: AD, 23 and 4D. RGB value is (173,35,77). Sum of RGB (Red+Green+Blue) = 173+35+77=285 (37% of max value = 765). Red value is 173 (67.97% from 255 or 60.70% from 285); Green value is 35 (14.06% from 255 or 12.28% from 285); Blue value is 77 (30.47% from 255 or 27.02% from 285); Max value from RGB is 173 - color contains mainly: red. Hex color #AD234D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AD234D is #52DCB2. Grayscale: #515151. Windows color (decimal): -5430451 or 5055405. OLE color: 5055405.
HSL color Cylindrical-coordinate representation of color #AD234D: hue angle of 341.74º 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 #AD234D is Cyan = 0, Magento = 0.80, Yellow = 0.55 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 35 | 77 | - |
| CMYK | 0 | 0.80 | 0.55 | 0.32 |
| HSL | 341.74º | 0.66% | 0.41% | - |
| HSV(B) | 341.74º | 0.8% | 0.68% | - |
| XYZ | 19.17 | 10.62 | 8.06 | - |
| YUV | 81.05 | 125.72 | 193.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 35 | 77 | 0 | 0.80 | 0.55 | 0.32 | 341.74 | 0.66 | 0.41 |
| Hex | AD | 23 | 4D | 0 | 50 | 37 | 20 | 156 | 42 | 29 |
| Octal | 255 | 43 | 115 | 0 | 120 | 67 | 40 | 526 | 102 | 51 |
| Binary | 10101101 | 100011 | 1001101 | 0 | 1010000 | 110111 | 100000 | 101010110 | 1000010 | 101001 |
Color Harmonies of #AD234D
Complementary color
Monochromatic Colors of #AD234D
Black with #AD234D
Text Example
Text Example
White with #AD234D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD234D; }
p { color: rgb(173,35,77); }
H1.HeaderClassName
{
color: #AD234D;
}
.AnyTagClassName
{
color: #AD234D;
}
</style>
background-color css
<style>
a { background-color: #AD234D; }
a { background-color: rgb(173,35,77); }
div.DivClassName
{
background-color: #AD234D;
}
.BgClassName
{
background-color: #AD234D;
}
</style>
border-color css
<style>
span { border-color: #AD234D; }
span { border-color: rgb(173,35,77); }
td.TdClassName
{
border-color: #AD234D;
}
.TagClassName
{
border-color: #AD234D;
}
</style>