Shades of Old Rose #AB2244
Tints of Old Rose #AB2244
RGB
CMYK
RGB Variations
Color information
#AB2244 (or 0xAB2244) is known color: Old Rose. HEX triplet: AB, 22 and 44. RGB value is (171,34,68). Sum of RGB (Red+Green+Blue) = 171+34+68=273 (36% of max value = 765). Red value is 171 (67.19% from 255 or 62.64% from 273); Green value is 34 (13.67% from 255 or 12.45% from 273); Blue value is 68 (26.95% from 255 or 24.91% from 273); Max value from RGB is 171 - color contains mainly: red. Hex color #AB2244 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AB2244 is #54DDBB. Grayscale: #4E4E4E. Windows color (decimal): -5561788 or 4465323. OLE color: 4465323.
HSL color Cylindrical-coordinate representation of color #AB2244: hue angle of 345.11º degrees, saturation: 0.67, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #AB2244 is Cyan = 0, Magento = 0.80, Yellow = 0.60 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 34 | 68 | - |
| CMYK | 0 | 0.80 | 0.60 | 0.33 |
| HSL | 345.11º | 0.67% | 0.4% | - |
| HSV(B) | 345.11º | 0.8% | 0.67% | - |
| XYZ | 18.41 | 10.22 | 6.47 | - |
| YUV | 78.84 | 121.89 | 193.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 34 | 68 | 0 | 0.80 | 0.60 | 0.33 | 345.11 | 0.67 | 0.4 |
| Hex | AB | 22 | 44 | 0 | 50 | 3C | 21 | 159 | 43 | 28 |
| Octal | 253 | 42 | 104 | 0 | 120 | 74 | 41 | 531 | 103 | 50 |
| Binary | 10101011 | 100010 | 1000100 | 0 | 1010000 | 111100 | 100001 | 101011001 | 1000011 | 101000 |
Color Harmonies of #AB2244
Complementary color
Monochromatic Colors of #AB2244
Black with #AB2244
Text Example
Text Example
White with #AB2244
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB2244; }
p { color: rgb(171,34,68); }
H1.HeaderClassName
{
color: #AB2244;
}
.AnyTagClassName
{
color: #AB2244;
}
</style>
background-color css
<style>
a { background-color: #AB2244; }
a { background-color: rgb(171,34,68); }
div.DivClassName
{
background-color: #AB2244;
}
.BgClassName
{
background-color: #AB2244;
}
</style>
border-color css
<style>
span { border-color: #AB2244; }
span { border-color: rgb(171,34,68); }
td.TdClassName
{
border-color: #AB2244;
}
.TagClassName
{
border-color: #AB2244;
}
</style>