Shades of Tuscany #A86847
Tints of Tuscany #A86847
RGB
CMYK
RGB Variations
Color information
#A86847 (or 0xA86847) is known color: Tuscany. HEX triplet: A8, 68 and 47. RGB value is (168,104,71). Sum of RGB (Red+Green+Blue) = 168+104+71=343 (45% of max value = 765). Red value is 168 (66.02% from 255 or 48.98% from 343); Green value is 104 (41.02% from 255 or 30.32% from 343); Blue value is 71 (28.12% from 255 or 20.70% from 343); Max value from RGB is 168 - color contains mainly: red. Hex color #A86847 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A86847 is #5797B8. Grayscale: #777777. Windows color (decimal): -5740473 or 4679848. OLE color: 4679848.
HSL color Cylindrical-coordinate representation of color #A86847: hue angle of 20.41º degrees, saturation: 0.41, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #A86847 is Cyan = 0, Magento = 0.38, Yellow = 0.58 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 104 | 71 | - |
| CMYK | 0 | 0.38 | 0.58 | 0.34 |
| HSL | 20.41º | 0.41% | 0.47% | - |
| HSV(B) | 20.41º | 0.58% | 0.66% | - |
| XYZ | 22.24 | 18.68 | 8.39 | - |
| YUV | 119.37 | 100.7 | 162.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 104 | 71 | 0 | 0.38 | 0.58 | 0.34 | 20.41 | 0.41 | 0.47 |
| Hex | A8 | 68 | 47 | 0 | 26 | 3A | 22 | 14 | 29 | 2F |
| Octal | 250 | 150 | 107 | 0 | 46 | 72 | 42 | 24 | 51 | 57 |
| Binary | 10101000 | 1101000 | 1000111 | 0 | 100110 | 111010 | 100010 | 10100 | 101001 | 101111 |
Color Harmonies of #A86847
Complementary color
Monochromatic Colors of #A86847
Black with #A86847
Text Example
Text Example
White with #A86847
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A86847; }
p { color: rgb(168,104,71); }
H1.HeaderClassName
{
color: #A86847;
}
.AnyTagClassName
{
color: #A86847;
}
</style>
background-color css
<style>
a { background-color: #A86847; }
a { background-color: rgb(168,104,71); }
div.DivClassName
{
background-color: #A86847;
}
.BgClassName
{
background-color: #A86847;
}
</style>
border-color css
<style>
span { border-color: #A86847; }
span { border-color: rgb(168,104,71); }
td.TdClassName
{
border-color: #A86847;
}
.TagClassName
{
border-color: #A86847;
}
</style>