Shades of Old Rose #AB2148
Tints of Old Rose #AB2148
RGB
CMYK
RGB Variations
Color information
#AB2148 (or 0xAB2148) is known color: Old Rose. HEX triplet: AB, 21 and 48. RGB value is (171,33,72). Sum of RGB (Red+Green+Blue) = 171+33+72=276 (36% of max value = 765). Red value is 171 (67.19% from 255 or 61.96% from 276); Green value is 33 (13.28% from 255 or 11.96% from 276); Blue value is 72 (28.52% from 255 or 26.09% from 276); Max value from RGB is 171 - color contains mainly: red. Hex color #AB2148 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AB2148 is #54DEB7. Grayscale: #4E4E4E. Windows color (decimal): -5562040 or 4727211. OLE color: 4727211.
HSL color Cylindrical-coordinate representation of color #AB2148: hue angle of 343.04º 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 #AB2148 is Cyan = 0, Magento = 0.81, Yellow = 0.58 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 33 | 72 | - |
| CMYK | 0 | 0.81 | 0.58 | 0.33 |
| HSL | 343.04º | 0.68% | 0.4% | - |
| HSV(B) | 343.04º | 0.81% | 0.67% | - |
| XYZ | 18.51 | 10.21 | 7.13 | - |
| YUV | 78.71 | 124.22 | 193.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 33 | 72 | 0 | 0.81 | 0.58 | 0.33 | 343.04 | 0.68 | 0.4 |
| Hex | AB | 21 | 48 | 0 | 51 | 3A | 21 | 157 | 44 | 28 |
| Octal | 253 | 41 | 110 | 0 | 121 | 72 | 41 | 527 | 104 | 50 |
| Binary | 10101011 | 100001 | 1001000 | 0 | 1010001 | 111010 | 100001 | 101010111 | 1000100 | 101000 |
Color Harmonies of #AB2148
Complementary color
Monochromatic Colors of #AB2148
Black with #AB2148
Text Example
Text Example
White with #AB2148
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB2148; }
p { color: rgb(171,33,72); }
H1.HeaderClassName
{
color: #AB2148;
}
.AnyTagClassName
{
color: #AB2148;
}
</style>
background-color css
<style>
a { background-color: #AB2148; }
a { background-color: rgb(171,33,72); }
div.DivClassName
{
background-color: #AB2148;
}
.BgClassName
{
background-color: #AB2148;
}
</style>
border-color css
<style>
span { border-color: #AB2148; }
span { border-color: rgb(171,33,72); }
td.TdClassName
{
border-color: #AB2148;
}
.TagClassName
{
border-color: #AB2148;
}
</style>