Shades of Old Rose #AD264B
Tints of Old Rose #AD264B
RGB
CMYK
RGB Variations
Color information
#AD264B (or 0xAD264B) is known color: Old Rose. HEX triplet: AD, 26 and 4B. RGB value is (173,38,75). Sum of RGB (Red+Green+Blue) = 173+38+75=286 (37% of max value = 765). Red value is 173 (67.97% from 255 or 60.49% from 286); Green value is 38 (15.23% from 255 or 13.29% from 286); Blue value is 75 (29.69% from 255 or 26.22% from 286); Max value from RGB is 173 - color contains mainly: red. Hex color #AD264B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AD264B is #52D9B4. Grayscale: #525252. Windows color (decimal): -5429685 or 4925101. OLE color: 4925101.
HSL color Cylindrical-coordinate representation of color #AD264B: hue angle of 343.56º 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 #AD264B is Cyan = 0, Magento = 0.78, Yellow = 0.57 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 38 | 75 | - |
| CMYK | 0 | 0.78 | 0.57 | 0.32 |
| HSL | 343.56º | 0.64% | 0.41% | - |
| HSV(B) | 343.56º | 0.78% | 0.68% | - |
| XYZ | 19.2 | 10.78 | 7.73 | - |
| YUV | 82.58 | 123.73 | 192.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 38 | 75 | 0 | 0.78 | 0.57 | 0.32 | 343.56 | 0.64 | 0.41 |
| Hex | AD | 26 | 4B | 0 | 4E | 39 | 20 | 158 | 40 | 29 |
| Octal | 255 | 46 | 113 | 0 | 116 | 71 | 40 | 530 | 100 | 51 |
| Binary | 10101101 | 100110 | 1001011 | 0 | 1001110 | 111001 | 100000 | 101011000 | 1000000 | 101001 |
Color Harmonies of #AD264B
Complementary color
Monochromatic Colors of #AD264B
Black with #AD264B
Text Example
Text Example
White with #AD264B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD264B; }
p { color: rgb(173,38,75); }
H1.HeaderClassName
{
color: #AD264B;
}
.AnyTagClassName
{
color: #AD264B;
}
</style>
background-color css
<style>
a { background-color: #AD264B; }
a { background-color: rgb(173,38,75); }
div.DivClassName
{
background-color: #AD264B;
}
.BgClassName
{
background-color: #AD264B;
}
</style>
border-color css
<style>
span { border-color: #AD264B; }
span { border-color: rgb(173,38,75); }
td.TdClassName
{
border-color: #AD264B;
}
.TagClassName
{
border-color: #AD264B;
}
</style>