Shades of Old Rose #AB2746
Tints of Old Rose #AB2746
RGB
CMYK
RGB Variations
Color information
#AB2746 (or 0xAB2746) is known color: Old Rose. HEX triplet: AB, 27 and 46. RGB value is (171,39,70). Sum of RGB (Red+Green+Blue) = 171+39+70=280 (37% of max value = 765). Red value is 171 (67.19% from 255 or 61.07% from 280); Green value is 39 (15.62% from 255 or 13.93% from 280); Blue value is 70 (27.73% from 255 or 25% from 280); Max value from RGB is 171 - color contains mainly: red. Hex color #AB2746 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AB2746 is #54D8B9. Grayscale: #525252. Windows color (decimal): -5560506 or 4597675. OLE color: 4597675.
HSL color Cylindrical-coordinate representation of color #AB2746: hue angle of 345.91º degrees, saturation: 0.63, 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 #AB2746 is Cyan = 0, Magento = 0.77, Yellow = 0.59 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 39 | 70 | - |
| CMYK | 0 | 0.77 | 0.59 | 0.33 |
| HSL | 345.91º | 0.63% | 0.41% | - |
| HSV(B) | 345.91º | 0.77% | 0.67% | - |
| XYZ | 18.63 | 10.55 | 6.85 | - |
| YUV | 82 | 121.23 | 191.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 39 | 70 | 0 | 0.77 | 0.59 | 0.33 | 345.91 | 0.63 | 0.41 |
| Hex | AB | 27 | 46 | 0 | 4D | 3B | 21 | 15A | 3F | 29 |
| Octal | 253 | 47 | 106 | 0 | 115 | 73 | 41 | 532 | 77 | 51 |
| Binary | 10101011 | 100111 | 1000110 | 0 | 1001101 | 111011 | 100001 | 101011010 | 111111 | 101001 |
Color Harmonies of #AB2746
Complementary color
Monochromatic Colors of #AB2746
Black with #AB2746
Text Example
Text Example
White with #AB2746
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB2746; }
p { color: rgb(171,39,70); }
H1.HeaderClassName
{
color: #AB2746;
}
.AnyTagClassName
{
color: #AB2746;
}
</style>
background-color css
<style>
a { background-color: #AB2746; }
a { background-color: rgb(171,39,70); }
div.DivClassName
{
background-color: #AB2746;
}
.BgClassName
{
background-color: #AB2746;
}
</style>
border-color css
<style>
span { border-color: #AB2746; }
span { border-color: rgb(171,39,70); }
td.TdClassName
{
border-color: #AB2746;
}
.TagClassName
{
border-color: #AB2746;
}
</style>