Shades of Old Rose #AB284E
Tints of Old Rose #AB284E
RGB
CMYK
RGB Variations
Color information
#AB284E (or 0xAB284E) is known color: Old Rose. HEX triplet: AB, 28 and 4E. RGB value is (171,40,78). Sum of RGB (Red+Green+Blue) = 171+40+78=289 (38% of max value = 765). Red value is 171 (67.19% from 255 or 59.17% from 289); Green value is 40 (16.02% from 255 or 13.84% from 289); Blue value is 78 (30.86% from 255 or 26.99% from 289); Max value from RGB is 171 - color contains mainly: red. Hex color #AB284E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AB284E is #54D7B1. Grayscale: #535353. Windows color (decimal): -5560242 or 5122219. OLE color: 5122219.
HSL color Cylindrical-coordinate representation of color #AB284E: hue angle of 342.6º degrees, saturation: 0.62, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #AB284E is Cyan = 0, Magento = 0.77, Yellow = 0.54 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 40 | 78 | - |
| CMYK | 0 | 0.77 | 0.54 | 0.33 |
| HSL | 342.6º | 0.62% | 0.41% | - |
| HSV(B) | 342.6º | 0.77% | 0.67% | - |
| XYZ | 18.93 | 10.73 | 8.28 | - |
| YUV | 83.5 | 124.9 | 190.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 40 | 78 | 0 | 0.77 | 0.54 | 0.33 | 342.6 | 0.62 | 0.41 |
| Hex | AB | 28 | 4E | 0 | 4D | 36 | 21 | 157 | 3E | 29 |
| Octal | 253 | 50 | 116 | 0 | 115 | 66 | 41 | 527 | 76 | 51 |
| Binary | 10101011 | 101000 | 1001110 | 0 | 1001101 | 110110 | 100001 | 101010111 | 111110 | 101001 |
Color Harmonies of #AB284E
Complementary color
Monochromatic Colors of #AB284E
Black with #AB284E
Text Example
Text Example
White with #AB284E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB284E; }
p { color: rgb(171,40,78); }
H1.HeaderClassName
{
color: #AB284E;
}
.AnyTagClassName
{
color: #AB284E;
}
</style>
background-color css
<style>
a { background-color: #AB284E; }
a { background-color: rgb(171,40,78); }
div.DivClassName
{
background-color: #AB284E;
}
.BgClassName
{
background-color: #AB284E;
}
</style>
border-color css
<style>
span { border-color: #AB284E; }
span { border-color: rgb(171,40,78); }
td.TdClassName
{
border-color: #AB284E;
}
.TagClassName
{
border-color: #AB284E;
}
</style>