Shades of Old Rose #AB1C46
Tints of Old Rose #AB1C46
RGB
CMYK
RGB Variations
Color information
#AB1C46 (or 0xAB1C46) is known color: Old Rose. HEX triplet: AB, 1C and 46. RGB value is (171,28,70). Sum of RGB (Red+Green+Blue) = 171+28+70=269 (35% of max value = 765). Red value is 171 (67.19% from 255 or 63.57% from 269); Green value is 28 (11.33% from 255 or 10.41% from 269); Blue value is 70 (27.73% from 255 or 26.02% from 269); Max value from RGB is 171 - color contains mainly: red. Hex color #AB1C46 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AB1C46 is #54E3B9. Grayscale: #4B4B4B. Windows color (decimal): -5563322 or 4594859. OLE color: 4594859.
HSL color Cylindrical-coordinate representation of color #AB1C46: hue angle of 342.38º degrees, saturation: 0.72, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #AB1C46 is Cyan = 0, Magento = 0.84, Yellow = 0.59 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 28 | 70 | - |
| CMYK | 0 | 0.84 | 0.59 | 0.33 |
| HSL | 342.38º | 0.72% | 0.39% | - |
| HSV(B) | 342.38º | 0.84% | 0.67% | - |
| XYZ | 18.32 | 9.93 | 6.75 | - |
| YUV | 75.55 | 124.88 | 196.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 28 | 70 | 0 | 0.84 | 0.59 | 0.33 | 342.38 | 0.72 | 0.39 |
| Hex | AB | 1C | 46 | 0 | 54 | 3B | 21 | 156 | 48 | 27 |
| Octal | 253 | 34 | 106 | 0 | 124 | 73 | 41 | 526 | 110 | 47 |
| Binary | 10101011 | 11100 | 1000110 | 0 | 1010100 | 111011 | 100001 | 101010110 | 1001000 | 100111 |
Color Harmonies of #AB1C46
Complementary color
Monochromatic Colors of #AB1C46
Black with #AB1C46
Text Example
Text Example
White with #AB1C46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB1C46; }
p { color: rgb(171,28,70); }
H1.HeaderClassName
{
color: #AB1C46;
}
.AnyTagClassName
{
color: #AB1C46;
}
</style>
background-color css
<style>
a { background-color: #AB1C46; }
a { background-color: rgb(171,28,70); }
div.DivClassName
{
background-color: #AB1C46;
}
.BgClassName
{
background-color: #AB1C46;
}
</style>
border-color css
<style>
span { border-color: #AB1C46; }
span { border-color: rgb(171,28,70); }
td.TdClassName
{
border-color: #AB1C46;
}
.TagClassName
{
border-color: #AB1C46;
}
</style>