Shades of Tuscany #AB6540
Tints of Tuscany #AB6540
RGB
CMYK
RGB Variations
Color information
#AB6540 (or 0xAB6540) is known color: Tuscany. HEX triplet: AB, 65 and 40. RGB value is (171,101,64). Sum of RGB (Red+Green+Blue) = 171+101+64=336 (44% of max value = 765). Red value is 171 (67.19% from 255 or 50.89% from 336); Green value is 101 (39.84% from 255 or 30.06% from 336); Blue value is 64 (25.39% from 255 or 19.05% from 336); Max value from RGB is 171 - color contains mainly: red. Hex color #AB6540 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AB6540 is #549ABF. Grayscale: #757575. Windows color (decimal): -5544640 or 4220331. OLE color: 4220331.
HSL color Cylindrical-coordinate representation of color #AB6540: hue angle of 20.75º degrees, saturation: 0.46, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #AB6540 is Cyan = 0, Magento = 0.41, Yellow = 0.63 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 101 | 64 | - |
| CMYK | 0 | 0.41 | 0.63 | 0.33 |
| HSL | 20.75º | 0.46% | 0.46% | - |
| HSV(B) | 20.75º | 0.63% | 0.67% | - |
| XYZ | 22.37 | 18.34 | 7.21 | - |
| YUV | 117.71 | 97.69 | 166.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 101 | 64 | 0 | 0.41 | 0.63 | 0.33 | 20.75 | 0.46 | 0.46 |
| Hex | AB | 65 | 40 | 0 | 29 | 3F | 21 | 15 | 2E | 2E |
| Octal | 253 | 145 | 100 | 0 | 51 | 77 | 41 | 25 | 56 | 56 |
| Binary | 10101011 | 1100101 | 1000000 | 0 | 101001 | 111111 | 100001 | 10101 | 101110 | 101110 |
Color Harmonies of #AB6540
Complementary color
Monochromatic Colors of #AB6540
Black with #AB6540
Text Example
Text Example
White with #AB6540
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB6540; }
p { color: rgb(171,101,64); }
H1.HeaderClassName
{
color: #AB6540;
}
.AnyTagClassName
{
color: #AB6540;
}
</style>
background-color css
<style>
a { background-color: #AB6540; }
a { background-color: rgb(171,101,64); }
div.DivClassName
{
background-color: #AB6540;
}
.BgClassName
{
background-color: #AB6540;
}
</style>
border-color css
<style>
span { border-color: #AB6540; }
span { border-color: rgb(171,101,64); }
td.TdClassName
{
border-color: #AB6540;
}
.TagClassName
{
border-color: #AB6540;
}
</style>