Shades of Old Rose #AB2640
Tints of Old Rose #AB2640
RGB
CMYK
RGB Variations
Color information
#AB2640 (or 0xAB2640) is known color: Old Rose. HEX triplet: AB, 26 and 40. RGB value is (171,38,64). Sum of RGB (Red+Green+Blue) = 171+38+64=273 (36% of max value = 765). Red value is 171 (67.19% from 255 or 62.64% from 273); Green value is 38 (15.23% from 255 or 13.92% from 273); Blue value is 64 (25.39% from 255 or 23.44% from 273); Max value from RGB is 171 - color contains mainly: red. Hex color #AB2640 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AB2640 is #54D9BF. Grayscale: #505050. Windows color (decimal): -5560768 or 4204203. OLE color: 4204203.
HSL color Cylindrical-coordinate representation of color #AB2640: hue angle of 348.27º degrees, saturation: 0.64, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #AB2640 is Cyan = 0, Magento = 0.78, Yellow = 0.63 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 38 | 64 | - |
| CMYK | 0 | 0.78 | 0.63 | 0.33 |
| HSL | 348.27º | 0.64% | 0.41% | - |
| HSV(B) | 348.27º | 0.78% | 0.67% | - |
| XYZ | 18.41 | 10.41 | 5.89 | - |
| YUV | 80.73 | 118.56 | 192.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 38 | 64 | 0 | 0.78 | 0.63 | 0.33 | 348.27 | 0.64 | 0.41 |
| Hex | AB | 26 | 40 | 0 | 4E | 3F | 21 | 15C | 40 | 29 |
| Octal | 253 | 46 | 100 | 0 | 116 | 77 | 41 | 534 | 100 | 51 |
| Binary | 10101011 | 100110 | 1000000 | 0 | 1001110 | 111111 | 100001 | 101011100 | 1000000 | 101001 |
Color Harmonies of #AB2640
Complementary color
Monochromatic Colors of #AB2640
Black with #AB2640
Text Example
Text Example
White with #AB2640
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB2640; }
p { color: rgb(171,38,64); }
H1.HeaderClassName
{
color: #AB2640;
}
.AnyTagClassName
{
color: #AB2640;
}
</style>
background-color css
<style>
a { background-color: #AB2640; }
a { background-color: rgb(171,38,64); }
div.DivClassName
{
background-color: #AB2640;
}
.BgClassName
{
background-color: #AB2640;
}
</style>
border-color css
<style>
span { border-color: #AB2640; }
span { border-color: rgb(171,38,64); }
td.TdClassName
{
border-color: #AB2640;
}
.TagClassName
{
border-color: #AB2640;
}
</style>