Shades of Old Rose #AB2F46
Tints of Old Rose #AB2F46
RGB
CMYK
RGB Variations
Color information
#AB2F46 (or 0xAB2F46) is known color: Old Rose. HEX triplet: AB, 2F and 46. RGB value is (171,47,70). Sum of RGB (Red+Green+Blue) = 171+47+70=288 (38% of max value = 765). Red value is 171 (67.19% from 255 or 59.38% from 288); Green value is 47 (18.75% from 255 or 16.32% from 288); Blue value is 70 (27.73% from 255 or 24.31% from 288); Max value from RGB is 171 - color contains mainly: red. Hex color #AB2F46 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AB2F46 is #54D0B9. Grayscale: #565656. Windows color (decimal): -5558458 or 4599723. OLE color: 4599723.
HSL color Cylindrical-coordinate representation of color #AB2F46: hue angle of 348.87º degrees, saturation: 0.57, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #AB2F46 is Cyan = 0, Magento = 0.73, Yellow = 0.59 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 47 | 70 | - |
| CMYK | 0 | 0.73 | 0.59 | 0.33 |
| HSL | 348.87º | 0.57% | 0.43% | - |
| HSV(B) | 348.87º | 0.73% | 0.67% | - |
| XYZ | 18.92 | 11.13 | 6.95 | - |
| YUV | 86.7 | 118.58 | 188.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 47 | 70 | 0 | 0.73 | 0.59 | 0.33 | 348.87 | 0.57 | 0.43 |
| Hex | AB | 2F | 46 | 0 | 49 | 3B | 21 | 15D | 39 | 2B |
| Octal | 253 | 57 | 106 | 0 | 111 | 73 | 41 | 535 | 71 | 53 |
| Binary | 10101011 | 101111 | 1000110 | 0 | 1001001 | 111011 | 100001 | 101011101 | 111001 | 101011 |
Color Harmonies of #AB2F46
Complementary color
Monochromatic Colors of #AB2F46
Black with #AB2F46
Text Example
Text Example
White with #AB2F46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB2F46; }
p { color: rgb(171,47,70); }
H1.HeaderClassName
{
color: #AB2F46;
}
.AnyTagClassName
{
color: #AB2F46;
}
</style>
background-color css
<style>
a { background-color: #AB2F46; }
a { background-color: rgb(171,47,70); }
div.DivClassName
{
background-color: #AB2F46;
}
.BgClassName
{
background-color: #AB2F46;
}
</style>
border-color css
<style>
span { border-color: #AB2F46; }
span { border-color: rgb(171,47,70); }
td.TdClassName
{
border-color: #AB2F46;
}
.TagClassName
{
border-color: #AB2F46;
}
</style>