Shades of Tuscany #AB593E
Tints of Tuscany #AB593E
RGB
CMYK
RGB Variations
Color information
#AB593E (or 0xAB593E) is known color: Tuscany. HEX triplet: AB, 59 and 3E. RGB value is (171,89,62). Sum of RGB (Red+Green+Blue) = 171+89+62=322 (42% of max value = 765). Red value is 171 (67.19% from 255 or 53.11% from 322); Green value is 89 (35.16% from 255 or 27.64% from 322); Blue value is 62 (24.61% from 255 or 19.25% from 322); Max value from RGB is 171 - color contains mainly: red. Hex color #AB593E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AB593E is #54A6C1. Grayscale: #6E6E6E. Windows color (decimal): -5547714 or 4086187. OLE color: 4086187.
HSL color Cylindrical-coordinate representation of color #AB593E: hue angle of 14.86º degrees, saturation: 0.47, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #AB593E is Cyan = 0, Magento = 0.48, Yellow = 0.64 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 89 | 62 | - |
| CMYK | 0 | 0.48 | 0.64 | 0.33 |
| HSL | 14.86º | 0.47% | 0.46% | - |
| HSV(B) | 14.86º | 0.64% | 0.67% | - |
| XYZ | 21.24 | 16.15 | 6.56 | - |
| YUV | 110.44 | 100.67 | 171.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 89 | 62 | 0 | 0.48 | 0.64 | 0.33 | 14.86 | 0.47 | 0.46 |
| Hex | AB | 59 | 3E | 0 | 30 | 40 | 21 | F | 2F | 2E |
| Octal | 253 | 131 | 76 | 0 | 60 | 100 | 41 | 17 | 57 | 56 |
| Binary | 10101011 | 1011001 | 111110 | 0 | 110000 | 1000000 | 100001 | 1111 | 101111 | 101110 |
Color Harmonies of #AB593E
Complementary color
Monochromatic Colors of #AB593E
Black with #AB593E
Text Example
Text Example
White with #AB593E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB593E; }
p { color: rgb(171,89,62); }
H1.HeaderClassName
{
color: #AB593E;
}
.AnyTagClassName
{
color: #AB593E;
}
</style>
background-color css
<style>
a { background-color: #AB593E; }
a { background-color: rgb(171,89,62); }
div.DivClassName
{
background-color: #AB593E;
}
.BgClassName
{
background-color: #AB593E;
}
</style>
border-color css
<style>
span { border-color: #AB593E; }
span { border-color: rgb(171,89,62); }
td.TdClassName
{
border-color: #AB593E;
}
.TagClassName
{
border-color: #AB593E;
}
</style>