Shades of Old Rose #AD254C
Tints of Old Rose #AD254C
RGB
CMYK
RGB Variations
Color information
#AD254C (or 0xAD254C) is known color: Old Rose. HEX triplet: AD, 25 and 4C. RGB value is (173,37,76). Sum of RGB (Red+Green+Blue) = 173+37+76=286 (37% of max value = 765). Red value is 173 (67.97% from 255 or 60.49% from 286); Green value is 37 (14.84% from 255 or 12.94% from 286); Blue value is 76 (30.08% from 255 or 26.57% from 286); Max value from RGB is 173 - color contains mainly: red. Hex color #AD254C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AD254C is #52DAB3. Grayscale: #525252. Windows color (decimal): -5429940 or 4990381. OLE color: 4990381.
HSL color Cylindrical-coordinate representation of color #AD254C: hue angle of 342.79º degrees, saturation: 0.65, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #AD254C is Cyan = 0, Magento = 0.79, Yellow = 0.56 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 37 | 76 | - |
| CMYK | 0 | 0.79 | 0.56 | 0.32 |
| HSL | 342.79º | 0.65% | 0.41% | - |
| HSV(B) | 342.79º | 0.79% | 0.68% | - |
| XYZ | 19.2 | 10.73 | 7.9 | - |
| YUV | 82.11 | 124.56 | 192.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 37 | 76 | 0 | 0.79 | 0.56 | 0.32 | 342.79 | 0.65 | 0.41 |
| Hex | AD | 25 | 4C | 0 | 4F | 38 | 20 | 157 | 41 | 29 |
| Octal | 255 | 45 | 114 | 0 | 117 | 70 | 40 | 527 | 101 | 51 |
| Binary | 10101101 | 100101 | 1001100 | 0 | 1001111 | 111000 | 100000 | 101010111 | 1000001 | 101001 |
Color Harmonies of #AD254C
Complementary color
Monochromatic Colors of #AD254C
Black with #AD254C
Text Example
Text Example
White with #AD254C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD254C; }
p { color: rgb(173,37,76); }
H1.HeaderClassName
{
color: #AD254C;
}
.AnyTagClassName
{
color: #AD254C;
}
</style>
background-color css
<style>
a { background-color: #AD254C; }
a { background-color: rgb(173,37,76); }
div.DivClassName
{
background-color: #AD254C;
}
.BgClassName
{
background-color: #AD254C;
}
</style>
border-color css
<style>
span { border-color: #AD254C; }
span { border-color: rgb(173,37,76); }
td.TdClassName
{
border-color: #AD254C;
}
.TagClassName
{
border-color: #AD254C;
}
</style>