Shades of Old Rose #AB2343
Tints of Old Rose #AB2343
RGB
CMYK
RGB Variations
Color information
#AB2343 (or 0xAB2343) is known color: Old Rose. HEX triplet: AB, 23 and 43. RGB value is (171,35,67). Sum of RGB (Red+Green+Blue) = 171+35+67=273 (36% of max value = 765). Red value is 171 (67.19% from 255 or 62.64% from 273); Green value is 35 (14.06% from 255 or 12.82% from 273); Blue value is 67 (26.56% from 255 or 24.54% from 273); Max value from RGB is 171 - color contains mainly: red. Hex color #AB2343 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AB2343 is #54DCBC. Grayscale: #4F4F4F. Windows color (decimal): -5561533 or 4400043. OLE color: 4400043.
HSL color Cylindrical-coordinate representation of color #AB2343: hue angle of 345.88º 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 #AB2343 is Cyan = 0, Magento = 0.80, Yellow = 0.61 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 35 | 67 | - |
| CMYK | 0 | 0.80 | 0.61 | 0.33 |
| HSL | 345.88º | 0.66% | 0.4% | - |
| HSV(B) | 345.88º | 0.8% | 0.67% | - |
| XYZ | 18.41 | 10.27 | 6.32 | - |
| YUV | 79.31 | 121.06 | 193.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 35 | 67 | 0 | 0.80 | 0.61 | 0.33 | 345.88 | 0.66 | 0.4 |
| Hex | AB | 23 | 43 | 0 | 50 | 3D | 21 | 15A | 42 | 28 |
| Octal | 253 | 43 | 103 | 0 | 120 | 75 | 41 | 532 | 102 | 50 |
| Binary | 10101011 | 100011 | 1000011 | 0 | 1010000 | 111101 | 100001 | 101011010 | 1000010 | 101000 |
Color Harmonies of #AB2343
Complementary color
Monochromatic Colors of #AB2343
Black with #AB2343
Text Example
Text Example
White with #AB2343
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB2343; }
p { color: rgb(171,35,67); }
H1.HeaderClassName
{
color: #AB2343;
}
.AnyTagClassName
{
color: #AB2343;
}
</style>
background-color css
<style>
a { background-color: #AB2343; }
a { background-color: rgb(171,35,67); }
div.DivClassName
{
background-color: #AB2343;
}
.BgClassName
{
background-color: #AB2343;
}
</style>
border-color css
<style>
span { border-color: #AB2343; }
span { border-color: rgb(171,35,67); }
td.TdClassName
{
border-color: #AB2343;
}
.TagClassName
{
border-color: #AB2343;
}
</style>