Shades of Old Rose #AB3240
Tints of Old Rose #AB3240
RGB
CMYK
RGB Variations
Color information
#AB3240 (or 0xAB3240) is known color: Old Rose. HEX triplet: AB, 32 and 40. RGB value is (171,50,64). Sum of RGB (Red+Green+Blue) = 171+50+64=285 (37% of max value = 765). Red value is 171 (67.19% from 255 or 60% from 285); Green value is 50 (19.92% from 255 or 17.54% from 285); Blue value is 64 (25.39% from 255 or 22.46% from 285); Max value from RGB is 171 - color contains mainly: red. Hex color #AB3240 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AB3240 is #54CDBF. Grayscale: #575757. Windows color (decimal): -5557696 or 4207275. OLE color: 4207275.
HSL color Cylindrical-coordinate representation of color #AB3240: hue angle of 353.06º 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 #AB3240 is Cyan = 0, Magento = 0.71, Yellow = 0.63 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 50 | 64 | - |
| CMYK | 0 | 0.71 | 0.63 | 0.33 |
| HSL | 353.06º | 0.55% | 0.43% | - |
| HSV(B) | 353.06º | 0.71% | 0.67% | - |
| XYZ | 18.86 | 11.31 | 6.04 | - |
| YUV | 87.78 | 114.59 | 187.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 50 | 64 | 0 | 0.71 | 0.63 | 0.33 | 353.06 | 0.55 | 0.43 |
| Hex | AB | 32 | 40 | 0 | 47 | 3F | 21 | 161 | 37 | 2B |
| Octal | 253 | 62 | 100 | 0 | 107 | 77 | 41 | 541 | 67 | 53 |
| Binary | 10101011 | 110010 | 1000000 | 0 | 1000111 | 111111 | 100001 | 101100001 | 110111 | 101011 |
Color Harmonies of #AB3240
Complementary color
Monochromatic Colors of #AB3240
Black with #AB3240
Text Example
Text Example
White with #AB3240
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB3240; }
p { color: rgb(171,50,64); }
H1.HeaderClassName
{
color: #AB3240;
}
.AnyTagClassName
{
color: #AB3240;
}
</style>
background-color css
<style>
a { background-color: #AB3240; }
a { background-color: rgb(171,50,64); }
div.DivClassName
{
background-color: #AB3240;
}
.BgClassName
{
background-color: #AB3240;
}
</style>
border-color css
<style>
span { border-color: #AB3240; }
span { border-color: rgb(171,50,64); }
td.TdClassName
{
border-color: #AB3240;
}
.TagClassName
{
border-color: #AB3240;
}
</style>