Shades of Old Rose #AB244C
Tints of Old Rose #AB244C
RGB
CMYK
RGB Variations
Color information
#AB244C (or 0xAB244C) is known color: Old Rose. HEX triplet: AB, 24 and 4C. RGB value is (171,36,76). Sum of RGB (Red+Green+Blue) = 171+36+76=283 (37% of max value = 765). Red value is 171 (67.19% from 255 or 60.42% from 283); Green value is 36 (14.45% from 255 or 12.72% from 283); Blue value is 76 (30.08% from 255 or 26.86% from 283); Max value from RGB is 171 - color contains mainly: red. Hex color #AB244C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AB244C is #54DBB3. Grayscale: #505050. Windows color (decimal): -5561268 or 4990123. OLE color: 4990123.
HSL color Cylindrical-coordinate representation of color #AB244C: hue angle of 342.22º degrees, saturation: 0.65, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #AB244C is Cyan = 0, Magento = 0.79, Yellow = 0.56 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 36 | 76 | - |
| CMYK | 0 | 0.79 | 0.56 | 0.33 |
| HSL | 342.22º | 0.65% | 0.41% | - |
| HSV(B) | 342.22º | 0.79% | 0.67% | - |
| XYZ | 18.73 | 10.44 | 7.87 | - |
| YUV | 80.93 | 125.23 | 192.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 36 | 76 | 0 | 0.79 | 0.56 | 0.33 | 342.22 | 0.65 | 0.41 |
| Hex | AB | 24 | 4C | 0 | 4F | 38 | 21 | 156 | 41 | 29 |
| Octal | 253 | 44 | 114 | 0 | 117 | 70 | 41 | 526 | 101 | 51 |
| Binary | 10101011 | 100100 | 1001100 | 0 | 1001111 | 111000 | 100001 | 101010110 | 1000001 | 101001 |
Color Harmonies of #AB244C
Complementary color
Monochromatic Colors of #AB244C
Black with #AB244C
Text Example
Text Example
White with #AB244C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB244C; }
p { color: rgb(171,36,76); }
H1.HeaderClassName
{
color: #AB244C;
}
.AnyTagClassName
{
color: #AB244C;
}
</style>
background-color css
<style>
a { background-color: #AB244C; }
a { background-color: rgb(171,36,76); }
div.DivClassName
{
background-color: #AB244C;
}
.BgClassName
{
background-color: #AB244C;
}
</style>
border-color css
<style>
span { border-color: #AB244C; }
span { border-color: rgb(171,36,76); }
td.TdClassName
{
border-color: #AB244C;
}
.TagClassName
{
border-color: #AB244C;
}
</style>