Shades of Old Rose #AB284D
Tints of Old Rose #AB284D
RGB
CMYK
RGB Variations
Color information
#AB284D (or 0xAB284D) is known color: Old Rose. HEX triplet: AB, 28 and 4D. RGB value is (171,40,77). Sum of RGB (Red+Green+Blue) = 171+40+77=288 (38% of max value = 765). Red value is 171 (67.19% from 255 or 59.38% from 288); Green value is 40 (16.02% from 255 or 13.89% from 288); Blue value is 77 (30.47% from 255 or 26.74% from 288); Max value from RGB is 171 - color contains mainly: red. Hex color #AB284D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AB284D is #54D7B2. Grayscale: #535353. Windows color (decimal): -5560243 or 5056683. OLE color: 5056683.
HSL color Cylindrical-coordinate representation of color #AB284D: hue angle of 343.05º 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 #AB284D is Cyan = 0, Magento = 0.77, Yellow = 0.55 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 40 | 77 | - |
| CMYK | 0 | 0.77 | 0.55 | 0.33 |
| HSL | 343.05º | 0.62% | 0.41% | - |
| HSV(B) | 343.05º | 0.77% | 0.67% | - |
| XYZ | 18.89 | 10.71 | 8.09 | - |
| YUV | 83.39 | 124.4 | 190.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 40 | 77 | 0 | 0.77 | 0.55 | 0.33 | 343.05 | 0.62 | 0.41 |
| Hex | AB | 28 | 4D | 0 | 4D | 37 | 21 | 157 | 3E | 29 |
| Octal | 253 | 50 | 115 | 0 | 115 | 67 | 41 | 527 | 76 | 51 |
| Binary | 10101011 | 101000 | 1001101 | 0 | 1001101 | 110111 | 100001 | 101010111 | 111110 | 101001 |
Color Harmonies of #AB284D
Complementary color
Monochromatic Colors of #AB284D
Black with #AB284D
Text Example
Text Example
White with #AB284D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB284D; }
p { color: rgb(171,40,77); }
H1.HeaderClassName
{
color: #AB284D;
}
.AnyTagClassName
{
color: #AB284D;
}
</style>
background-color css
<style>
a { background-color: #AB284D; }
a { background-color: rgb(171,40,77); }
div.DivClassName
{
background-color: #AB284D;
}
.BgClassName
{
background-color: #AB284D;
}
</style>
border-color css
<style>
span { border-color: #AB284D; }
span { border-color: rgb(171,40,77); }
td.TdClassName
{
border-color: #AB284D;
}
.TagClassName
{
border-color: #AB284D;
}
</style>