Shades of Old Rose #AB3241
Tints of Old Rose #AB3241
RGB
CMYK
RGB Variations
Color information
#AB3241 (or 0xAB3241) is known color: Old Rose. HEX triplet: AB, 32 and 41. RGB value is (171,50,65). Sum of RGB (Red+Green+Blue) = 171+50+65=286 (37% of max value = 765). Red value is 171 (67.19% from 255 or 59.79% from 286); Green value is 50 (19.92% from 255 or 17.48% from 286); Blue value is 65 (25.78% from 255 or 22.73% from 286); Max value from RGB is 171 - color contains mainly: red. Hex color #AB3241 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AB3241 is #54CDBE. Grayscale: #575757. Windows color (decimal): -5557695 or 4272811. OLE color: 4272811.
HSL color Cylindrical-coordinate representation of color #AB3241: hue angle of 352.56º degrees, saturation: 0.55, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #AB3241 is Cyan = 0, Magento = 0.71, Yellow = 0.62 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 50 | 65 | - |
| CMYK | 0 | 0.71 | 0.62 | 0.33 |
| HSL | 352.56º | 0.55% | 0.43% | - |
| HSV(B) | 352.56º | 0.71% | 0.67% | - |
| XYZ | 18.89 | 11.32 | 6.19 | - |
| YUV | 87.89 | 115.09 | 187.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 50 | 65 | 0 | 0.71 | 0.62 | 0.33 | 352.56 | 0.55 | 0.43 |
| Hex | AB | 32 | 41 | 0 | 47 | 3E | 21 | 161 | 37 | 2B |
| Octal | 253 | 62 | 101 | 0 | 107 | 76 | 41 | 541 | 67 | 53 |
| Binary | 10101011 | 110010 | 1000001 | 0 | 1000111 | 111110 | 100001 | 101100001 | 110111 | 101011 |
Color Harmonies of #AB3241
Complementary color
Monochromatic Colors of #AB3241
Black with #AB3241
Text Example
Text Example
White with #AB3241
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB3241; }
p { color: rgb(171,50,65); }
H1.HeaderClassName
{
color: #AB3241;
}
.AnyTagClassName
{
color: #AB3241;
}
</style>
background-color css
<style>
a { background-color: #AB3241; }
a { background-color: rgb(171,50,65); }
div.DivClassName
{
background-color: #AB3241;
}
.BgClassName
{
background-color: #AB3241;
}
</style>
border-color css
<style>
span { border-color: #AB3241; }
span { border-color: rgb(171,50,65); }
td.TdClassName
{
border-color: #AB3241;
}
.TagClassName
{
border-color: #AB3241;
}
</style>