Shades of Tuscany #AB6640
Tints of Tuscany #AB6640
RGB
CMYK
RGB Variations
Color information
#AB6640 (or 0xAB6640) is known color: Tuscany. HEX triplet: AB, 66 and 40. RGB value is (171,102,64). Sum of RGB (Red+Green+Blue) = 171+102+64=337 (44% of max value = 765). Red value is 171 (67.19% from 255 or 50.74% from 337); Green value is 102 (40.23% from 255 or 30.27% from 337); Blue value is 64 (25.39% from 255 or 18.99% from 337); Max value from RGB is 171 - color contains mainly: red. Hex color #AB6640 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AB6640 is #5499BF. Grayscale: #767676. Windows color (decimal): -5544384 or 4220587. OLE color: 4220587.
HSL color Cylindrical-coordinate representation of color #AB6640: hue angle of 21.31º 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 #AB6640 is Cyan = 0, Magento = 0.40, Yellow = 0.63 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 102 | 64 | - |
| CMYK | 0 | 0.40 | 0.63 | 0.33 |
| HSL | 21.31º | 0.46% | 0.46% | - |
| HSV(B) | 21.31º | 0.63% | 0.67% | - |
| XYZ | 22.47 | 18.53 | 7.24 | - |
| YUV | 118.3 | 97.36 | 165.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 102 | 64 | 0 | 0.40 | 0.63 | 0.33 | 21.31 | 0.46 | 0.46 |
| Hex | AB | 66 | 40 | 0 | 28 | 3F | 21 | 15 | 2E | 2E |
| Octal | 253 | 146 | 100 | 0 | 50 | 77 | 41 | 25 | 56 | 56 |
| Binary | 10101011 | 1100110 | 1000000 | 0 | 101000 | 111111 | 100001 | 10101 | 101110 | 101110 |
Color Harmonies of #AB6640
Complementary color
Monochromatic Colors of #AB6640
Black with #AB6640
Text Example
Text Example
White with #AB6640
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB6640; }
p { color: rgb(171,102,64); }
H1.HeaderClassName
{
color: #AB6640;
}
.AnyTagClassName
{
color: #AB6640;
}
</style>
background-color css
<style>
a { background-color: #AB6640; }
a { background-color: rgb(171,102,64); }
div.DivClassName
{
background-color: #AB6640;
}
.BgClassName
{
background-color: #AB6640;
}
</style>
border-color css
<style>
span { border-color: #AB6640; }
span { border-color: rgb(171,102,64); }
td.TdClassName
{
border-color: #AB6640;
}
.TagClassName
{
border-color: #AB6640;
}
</style>