Shades of Old Rose #AB2447
Tints of Old Rose #AB2447
RGB
CMYK
RGB Variations
Color information
#AB2447 (or 0xAB2447) is known color: Old Rose. HEX triplet: AB, 24 and 47. RGB value is (171,36,71). Sum of RGB (Red+Green+Blue) = 171+36+71=278 (36% of max value = 765). Red value is 171 (67.19% from 255 or 61.51% from 278); Green value is 36 (14.45% from 255 or 12.95% from 278); Blue value is 71 (28.12% from 255 or 25.54% from 278); Max value from RGB is 171 - color contains mainly: red. Hex color #AB2447 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AB2447 is #54DBB8. Grayscale: #505050. Windows color (decimal): -5561273 or 4662443. OLE color: 4662443.
HSL color Cylindrical-coordinate representation of color #AB2447: hue angle of 344.44º 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 #AB2447 is Cyan = 0, Magento = 0.79, Yellow = 0.58 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 36 | 71 | - |
| CMYK | 0 | 0.79 | 0.58 | 0.33 |
| HSL | 344.44º | 0.65% | 0.41% | - |
| HSV(B) | 344.44º | 0.79% | 0.67% | - |
| XYZ | 18.56 | 10.37 | 6.99 | - |
| YUV | 80.36 | 122.73 | 192.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 36 | 71 | 0 | 0.79 | 0.58 | 0.33 | 344.44 | 0.65 | 0.41 |
| Hex | AB | 24 | 47 | 0 | 4F | 3A | 21 | 158 | 41 | 29 |
| Octal | 253 | 44 | 107 | 0 | 117 | 72 | 41 | 530 | 101 | 51 |
| Binary | 10101011 | 100100 | 1000111 | 0 | 1001111 | 111010 | 100001 | 101011000 | 1000001 | 101001 |
Color Harmonies of #AB2447
Complementary color
Monochromatic Colors of #AB2447
Black with #AB2447
Text Example
Text Example
White with #AB2447
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB2447; }
p { color: rgb(171,36,71); }
H1.HeaderClassName
{
color: #AB2447;
}
.AnyTagClassName
{
color: #AB2447;
}
</style>
background-color css
<style>
a { background-color: #AB2447; }
a { background-color: rgb(171,36,71); }
div.DivClassName
{
background-color: #AB2447;
}
.BgClassName
{
background-color: #AB2447;
}
</style>
border-color css
<style>
span { border-color: #AB2447; }
span { border-color: rgb(171,36,71); }
td.TdClassName
{
border-color: #AB2447;
}
.TagClassName
{
border-color: #AB2447;
}
</style>