Shades of Tuscany #AB6847
Tints of Tuscany #AB6847
RGB
CMYK
RGB Variations
Color information
#AB6847 (or 0xAB6847) is known color: Tuscany. HEX triplet: AB, 68 and 47. RGB value is (171,104,71). Sum of RGB (Red+Green+Blue) = 171+104+71=346 (45% of max value = 765). Red value is 171 (67.19% from 255 or 49.42% from 346); Green value is 104 (41.02% from 255 or 30.06% from 346); Blue value is 71 (28.12% from 255 or 20.52% from 346); Max value from RGB is 171 - color contains mainly: red. Hex color #AB6847 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AB6847 is #5497B8. Grayscale: #787878. Windows color (decimal): -5543865 or 4679851. OLE color: 4679851.
HSL color Cylindrical-coordinate representation of color #AB6847: hue angle of 19.8º degrees, saturation: 0.41, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #AB6847 is Cyan = 0, Magento = 0.39, Yellow = 0.58 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 104 | 71 | - |
| CMYK | 0 | 0.39 | 0.58 | 0.33 |
| HSL | 19.8º | 0.41% | 0.47% | - |
| HSV(B) | 19.8º | 0.58% | 0.67% | - |
| XYZ | 22.88 | 19.01 | 8.43 | - |
| YUV | 120.27 | 100.2 | 164.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 104 | 71 | 0 | 0.39 | 0.58 | 0.33 | 19.8 | 0.41 | 0.47 |
| Hex | AB | 68 | 47 | 0 | 27 | 3A | 21 | 14 | 29 | 2F |
| Octal | 253 | 150 | 107 | 0 | 47 | 72 | 41 | 24 | 51 | 57 |
| Binary | 10101011 | 1101000 | 1000111 | 0 | 100111 | 111010 | 100001 | 10100 | 101001 | 101111 |
Color Harmonies of #AB6847
Complementary color
Monochromatic Colors of #AB6847
Black with #AB6847
Text Example
Text Example
White with #AB6847
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB6847; }
p { color: rgb(171,104,71); }
H1.HeaderClassName
{
color: #AB6847;
}
.AnyTagClassName
{
color: #AB6847;
}
</style>
background-color css
<style>
a { background-color: #AB6847; }
a { background-color: rgb(171,104,71); }
div.DivClassName
{
background-color: #AB6847;
}
.BgClassName
{
background-color: #AB6847;
}
</style>
border-color css
<style>
span { border-color: #AB6847; }
span { border-color: rgb(171,104,71); }
td.TdClassName
{
border-color: #AB6847;
}
.TagClassName
{
border-color: #AB6847;
}
</style>