Shades of Old Rose #AD234C
Tints of Old Rose #AD234C
RGB
CMYK
RGB Variations
Color information
#AD234C (or 0xAD234C) is known color: Old Rose. HEX triplet: AD, 23 and 4C. RGB value is (173,35,76). Sum of RGB (Red+Green+Blue) = 173+35+76=284 (37% of max value = 765). Red value is 173 (67.97% from 255 or 60.92% from 284); Green value is 35 (14.06% from 255 or 12.32% from 284); Blue value is 76 (30.08% from 255 or 26.76% from 284); Max value from RGB is 173 - color contains mainly: red. Hex color #AD234C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AD234C is #52DCB3. Grayscale: #505050. Windows color (decimal): -5430452 or 4989869. OLE color: 4989869.
HSL color Cylindrical-coordinate representation of color #AD234C: hue angle of 342.17º 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 #AD234C is Cyan = 0, Magento = 0.80, Yellow = 0.56 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 35 | 76 | - |
| CMYK | 0 | 0.80 | 0.56 | 0.32 |
| HSL | 342.17º | 0.66% | 0.41% | - |
| HSV(B) | 342.17º | 0.8% | 0.68% | - |
| XYZ | 19.14 | 10.61 | 7.88 | - |
| YUV | 80.94 | 125.22 | 193.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 35 | 76 | 0 | 0.80 | 0.56 | 0.32 | 342.17 | 0.66 | 0.41 |
| Hex | AD | 23 | 4C | 0 | 50 | 38 | 20 | 156 | 42 | 29 |
| Octal | 255 | 43 | 114 | 0 | 120 | 70 | 40 | 526 | 102 | 51 |
| Binary | 10101101 | 100011 | 1001100 | 0 | 1010000 | 111000 | 100000 | 101010110 | 1000010 | 101001 |
Color Harmonies of #AD234C
Complementary color
Monochromatic Colors of #AD234C
Black with #AD234C
Text Example
Text Example
White with #AD234C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD234C; }
p { color: rgb(173,35,76); }
H1.HeaderClassName
{
color: #AD234C;
}
.AnyTagClassName
{
color: #AD234C;
}
</style>
background-color css
<style>
a { background-color: #AD234C; }
a { background-color: rgb(173,35,76); }
div.DivClassName
{
background-color: #AD234C;
}
.BgClassName
{
background-color: #AD234C;
}
</style>
border-color css
<style>
span { border-color: #AD234C; }
span { border-color: rgb(173,35,76); }
td.TdClassName
{
border-color: #AD234C;
}
.TagClassName
{
border-color: #AD234C;
}
</style>