Shades of Old Rose #AD264D
Tints of Old Rose #AD264D
RGB
CMYK
RGB Variations
Color information
#AD264D (or 0xAD264D) is known color: Old Rose. HEX triplet: AD, 26 and 4D. RGB value is (173,38,77). Sum of RGB (Red+Green+Blue) = 173+38+77=288 (38% of max value = 765). Red value is 173 (67.97% from 255 or 60.07% from 288); Green value is 38 (15.23% from 255 or 13.19% from 288); Blue value is 77 (30.47% from 255 or 26.74% from 288); Max value from RGB is 173 - color contains mainly: red. Hex color #AD264D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AD264D is #52D9B2. Grayscale: #525252. Windows color (decimal): -5429683 or 5056173. OLE color: 5056173.
HSL color Cylindrical-coordinate representation of color #AD264D: hue angle of 342.67º degrees, saturation: 0.64, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #AD264D is Cyan = 0, Magento = 0.78, Yellow = 0.55 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 38 | 77 | - |
| CMYK | 0 | 0.78 | 0.55 | 0.32 |
| HSL | 342.67º | 0.64% | 0.41% | - |
| HSV(B) | 342.67º | 0.78% | 0.68% | - |
| XYZ | 19.27 | 10.81 | 8.09 | - |
| YUV | 82.81 | 124.73 | 192.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 38 | 77 | 0 | 0.78 | 0.55 | 0.32 | 342.67 | 0.64 | 0.41 |
| Hex | AD | 26 | 4D | 0 | 4E | 37 | 20 | 157 | 40 | 29 |
| Octal | 255 | 46 | 115 | 0 | 116 | 67 | 40 | 527 | 100 | 51 |
| Binary | 10101101 | 100110 | 1001101 | 0 | 1001110 | 110111 | 100000 | 101010111 | 1000000 | 101001 |
Color Harmonies of #AD264D
Complementary color
Monochromatic Colors of #AD264D
Black with #AD264D
Text Example
Text Example
White with #AD264D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD264D; }
p { color: rgb(173,38,77); }
H1.HeaderClassName
{
color: #AD264D;
}
.AnyTagClassName
{
color: #AD264D;
}
</style>
background-color css
<style>
a { background-color: #AD264D; }
a { background-color: rgb(173,38,77); }
div.DivClassName
{
background-color: #AD264D;
}
.BgClassName
{
background-color: #AD264D;
}
</style>
border-color css
<style>
span { border-color: #AD264D; }
span { border-color: rgb(173,38,77); }
td.TdClassName
{
border-color: #AD264D;
}
.TagClassName
{
border-color: #AD264D;
}
</style>