Shades of Old Rose #AB2149
Tints of Old Rose #AB2149
RGB
CMYK
RGB Variations
Color information
#AB2149 (or 0xAB2149) is known color: Old Rose. HEX triplet: AB, 21 and 49. RGB value is (171,33,73). Sum of RGB (Red+Green+Blue) = 171+33+73=277 (36% of max value = 765). Red value is 171 (67.19% from 255 or 61.73% from 277); Green value is 33 (13.28% from 255 or 11.91% from 277); Blue value is 73 (28.91% from 255 or 26.35% from 277); Max value from RGB is 171 - color contains mainly: red. Hex color #AB2149 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AB2149 is #54DEB6. Grayscale: #4E4E4E. Windows color (decimal): -5562039 or 4792747. OLE color: 4792747.
HSL color Cylindrical-coordinate representation of color #AB2149: hue angle of 342.61º degrees, saturation: 0.68, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #AB2149 is Cyan = 0, Magento = 0.81, Yellow = 0.57 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 33 | 73 | - |
| CMYK | 0 | 0.81 | 0.57 | 0.33 |
| HSL | 342.61º | 0.68% | 0.4% | - |
| HSV(B) | 342.61º | 0.81% | 0.67% | - |
| XYZ | 18.54 | 10.23 | 7.3 | - |
| YUV | 78.82 | 124.72 | 193.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 33 | 73 | 0 | 0.81 | 0.57 | 0.33 | 342.61 | 0.68 | 0.4 |
| Hex | AB | 21 | 49 | 0 | 51 | 39 | 21 | 157 | 44 | 28 |
| Octal | 253 | 41 | 111 | 0 | 121 | 71 | 41 | 527 | 104 | 50 |
| Binary | 10101011 | 100001 | 1001001 | 0 | 1010001 | 111001 | 100001 | 101010111 | 1000100 | 101000 |
Color Harmonies of #AB2149
Complementary color
Monochromatic Colors of #AB2149
Black with #AB2149
Text Example
Text Example
White with #AB2149
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB2149; }
p { color: rgb(171,33,73); }
H1.HeaderClassName
{
color: #AB2149;
}
.AnyTagClassName
{
color: #AB2149;
}
</style>
background-color css
<style>
a { background-color: #AB2149; }
a { background-color: rgb(171,33,73); }
div.DivClassName
{
background-color: #AB2149;
}
.BgClassName
{
background-color: #AB2149;
}
</style>
border-color css
<style>
span { border-color: #AB2149; }
span { border-color: rgb(171,33,73); }
td.TdClassName
{
border-color: #AB2149;
}
.TagClassName
{
border-color: #AB2149;
}
</style>