Shades of Old Rose #AD284B
Tints of Old Rose #AD284B
RGB
CMYK
RGB Variations
Color information
#AD284B (or 0xAD284B) is known color: Old Rose. HEX triplet: AD, 28 and 4B. RGB value is (173,40,75). Sum of RGB (Red+Green+Blue) = 173+40+75=288 (38% of max value = 765). Red value is 173 (67.97% from 255 or 60.07% from 288); Green value is 40 (16.02% from 255 or 13.89% from 288); Blue value is 75 (29.69% from 255 or 26.04% from 288); Max value from RGB is 173 - color contains mainly: red. Hex color #AD284B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AD284B is #52D7B4. Grayscale: #535353. Windows color (decimal): -5429173 or 4925613. OLE color: 4925613.
HSL color Cylindrical-coordinate representation of color #AD284B: hue angle of 344.21º degrees, saturation: 0.62, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #AD284B is Cyan = 0, Magento = 0.77, Yellow = 0.57 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 40 | 75 | - |
| CMYK | 0 | 0.77 | 0.57 | 0.32 |
| HSL | 344.21º | 0.62% | 0.42% | - |
| HSV(B) | 344.21º | 0.77% | 0.68% | - |
| XYZ | 19.26 | 10.91 | 7.75 | - |
| YUV | 83.76 | 123.06 | 191.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 40 | 75 | 0 | 0.77 | 0.57 | 0.32 | 344.21 | 0.62 | 0.42 |
| Hex | AD | 28 | 4B | 0 | 4D | 39 | 20 | 158 | 3E | 2A |
| Octal | 255 | 50 | 113 | 0 | 115 | 71 | 40 | 530 | 76 | 52 |
| Binary | 10101101 | 101000 | 1001011 | 0 | 1001101 | 111001 | 100000 | 101011000 | 111110 | 101010 |
Color Harmonies of #AD284B
Complementary color
Monochromatic Colors of #AD284B
Black with #AD284B
Text Example
Text Example
White with #AD284B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD284B; }
p { color: rgb(173,40,75); }
H1.HeaderClassName
{
color: #AD284B;
}
.AnyTagClassName
{
color: #AD284B;
}
</style>
background-color css
<style>
a { background-color: #AD284B; }
a { background-color: rgb(173,40,75); }
div.DivClassName
{
background-color: #AD284B;
}
.BgClassName
{
background-color: #AD284B;
}
</style>
border-color css
<style>
span { border-color: #AD284B; }
span { border-color: rgb(173,40,75); }
td.TdClassName
{
border-color: #AD284B;
}
.TagClassName
{
border-color: #AD284B;
}
</style>