Shades of Old Rose #AB294B
Tints of Old Rose #AB294B
RGB
CMYK
RGB Variations
Color information
#AB294B (or 0xAB294B) is known color: Old Rose. HEX triplet: AB, 29 and 4B. RGB value is (171,41,75). Sum of RGB (Red+Green+Blue) = 171+41+75=287 (38% of max value = 765). Red value is 171 (67.19% from 255 or 59.58% from 287); Green value is 41 (16.41% from 255 or 14.29% from 287); Blue value is 75 (29.69% from 255 or 26.13% from 287); Max value from RGB is 171 - color contains mainly: red. Hex color #AB294B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AB294B is #54D6B4. Grayscale: #535353. Windows color (decimal): -5559989 or 4925867. OLE color: 4925867.
HSL color Cylindrical-coordinate representation of color #AB294B: hue angle of 344.31º degrees, saturation: 0.61, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #AB294B is Cyan = 0, Magento = 0.76, Yellow = 0.56 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 41 | 75 | - |
| CMYK | 0 | 0.76 | 0.56 | 0.33 |
| HSL | 344.31º | 0.61% | 0.42% | - |
| HSV(B) | 344.31º | 0.76% | 0.67% | - |
| XYZ | 18.86 | 10.75 | 7.74 | - |
| YUV | 83.75 | 123.07 | 190.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 41 | 75 | 0 | 0.76 | 0.56 | 0.33 | 344.31 | 0.61 | 0.42 |
| Hex | AB | 29 | 4B | 0 | 4C | 38 | 21 | 158 | 3D | 2A |
| Octal | 253 | 51 | 113 | 0 | 114 | 70 | 41 | 530 | 75 | 52 |
| Binary | 10101011 | 101001 | 1001011 | 0 | 1001100 | 111000 | 100001 | 101011000 | 111101 | 101010 |
Color Harmonies of #AB294B
Complementary color
Monochromatic Colors of #AB294B
Black with #AB294B
Text Example
Text Example
White with #AB294B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB294B; }
p { color: rgb(171,41,75); }
H1.HeaderClassName
{
color: #AB294B;
}
.AnyTagClassName
{
color: #AB294B;
}
</style>
background-color css
<style>
a { background-color: #AB294B; }
a { background-color: rgb(171,41,75); }
div.DivClassName
{
background-color: #AB294B;
}
.BgClassName
{
background-color: #AB294B;
}
</style>
border-color css
<style>
span { border-color: #AB294B; }
span { border-color: rgb(171,41,75); }
td.TdClassName
{
border-color: #AB294B;
}
.TagClassName
{
border-color: #AB294B;
}
</style>