Shades of Old Rose #AB2344
Tints of Old Rose #AB2344
RGB
CMYK
RGB Variations
Color information
#AB2344 (or 0xAB2344) is known color: Old Rose. HEX triplet: AB, 23 and 44. RGB value is (171,35,68). Sum of RGB (Red+Green+Blue) = 171+35+68=274 (36% of max value = 765). Red value is 171 (67.19% from 255 or 62.41% from 274); Green value is 35 (14.06% from 255 or 12.77% from 274); Blue value is 68 (26.95% from 255 or 24.82% from 274); Max value from RGB is 171 - color contains mainly: red. Hex color #AB2344 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AB2344 is #54DCBB. Grayscale: #4F4F4F. Windows color (decimal): -5561532 or 4465579. OLE color: 4465579.
HSL color Cylindrical-coordinate representation of color #AB2344: hue angle of 345.44º degrees, saturation: 0.66, 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 #AB2344 is Cyan = 0, Magento = 0.80, Yellow = 0.60 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 35 | 68 | - |
| CMYK | 0 | 0.80 | 0.60 | 0.33 |
| HSL | 345.44º | 0.66% | 0.4% | - |
| HSV(B) | 345.44º | 0.8% | 0.67% | - |
| XYZ | 18.44 | 10.28 | 6.48 | - |
| YUV | 79.43 | 121.56 | 193.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 35 | 68 | 0 | 0.80 | 0.60 | 0.33 | 345.44 | 0.66 | 0.4 |
| Hex | AB | 23 | 44 | 0 | 50 | 3C | 21 | 159 | 42 | 28 |
| Octal | 253 | 43 | 104 | 0 | 120 | 74 | 41 | 531 | 102 | 50 |
| Binary | 10101011 | 100011 | 1000100 | 0 | 1010000 | 111100 | 100001 | 101011001 | 1000010 | 101000 |
Color Harmonies of #AB2344
Complementary color
Monochromatic Colors of #AB2344
Black with #AB2344
Text Example
Text Example
White with #AB2344
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB2344; }
p { color: rgb(171,35,68); }
H1.HeaderClassName
{
color: #AB2344;
}
.AnyTagClassName
{
color: #AB2344;
}
</style>
background-color css
<style>
a { background-color: #AB2344; }
a { background-color: rgb(171,35,68); }
div.DivClassName
{
background-color: #AB2344;
}
.BgClassName
{
background-color: #AB2344;
}
</style>
border-color css
<style>
span { border-color: #AB2344; }
span { border-color: rgb(171,35,68); }
td.TdClassName
{
border-color: #AB2344;
}
.TagClassName
{
border-color: #AB2344;
}
</style>