Shades of Old Rose #AD1B4D
Tints of Old Rose #AD1B4D
RGB
CMYK
RGB Variations
Color information
#AD1B4D (or 0xAD1B4D) is known color: Old Rose. HEX triplet: AD, 1B and 4D. RGB value is (173,27,77). Sum of RGB (Red+Green+Blue) = 173+27+77=277 (36% of max value = 765). Red value is 173 (67.97% from 255 or 62.45% from 277); Green value is 27 (10.94% from 255 or 9.75% from 277); Blue value is 77 (30.47% from 255 or 27.80% from 277); Max value from RGB is 173 - color contains mainly: red. Hex color #AD1B4D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AD1B4D is #52E4B2. Grayscale: #4C4C4C. Windows color (decimal): -5432499 or 5053357. OLE color: 5053357.
HSL color Cylindrical-coordinate representation of color #AD1B4D: hue angle of 339.45º degrees, saturation: 0.73, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #AD1B4D is Cyan = 0, Magento = 0.84, Yellow = 0.55 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 27 | 77 | - |
| CMYK | 0 | 0.84 | 0.55 | 0.32 |
| HSL | 339.45º | 0.73% | 0.39% | - |
| HSV(B) | 339.45º | 0.84% | 0.68% | - |
| XYZ | 18.97 | 10.2 | 7.99 | - |
| YUV | 76.35 | 128.37 | 196.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 27 | 77 | 0 | 0.84 | 0.55 | 0.32 | 339.45 | 0.73 | 0.39 |
| Hex | AD | 1B | 4D | 0 | 54 | 37 | 20 | 153 | 49 | 27 |
| Octal | 255 | 33 | 115 | 0 | 124 | 67 | 40 | 523 | 111 | 47 |
| Binary | 10101101 | 11011 | 1001101 | 0 | 1010100 | 110111 | 100000 | 101010011 | 1001001 | 100111 |
Color Harmonies of #AD1B4D
Complementary color
Monochromatic Colors of #AD1B4D
Black with #AD1B4D
Text Example
Text Example
White with #AD1B4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD1B4D; }
p { color: rgb(173,27,77); }
H1.HeaderClassName
{
color: #AD1B4D;
}
.AnyTagClassName
{
color: #AD1B4D;
}
</style>
background-color css
<style>
a { background-color: #AD1B4D; }
a { background-color: rgb(173,27,77); }
div.DivClassName
{
background-color: #AD1B4D;
}
.BgClassName
{
background-color: #AD1B4D;
}
</style>
border-color css
<style>
span { border-color: #AD1B4D; }
span { border-color: rgb(173,27,77); }
td.TdClassName
{
border-color: #AD1B4D;
}
.TagClassName
{
border-color: #AD1B4D;
}
</style>