Shades of Tuscany #A86844
Tints of Tuscany #A86844
RGB
CMYK
RGB Variations
Color information
#A86844 (or 0xA86844) is known color: Tuscany. HEX triplet: A8, 68 and 44. RGB value is (168,104,68). Sum of RGB (Red+Green+Blue) = 168+104+68=340 (45% of max value = 765). Red value is 168 (66.02% from 255 or 49.41% from 340); Green value is 104 (41.02% from 255 or 30.59% from 340); Blue value is 68 (26.95% from 255 or 20% from 340); Max value from RGB is 168 - color contains mainly: red. Hex color #A86844 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A86844 is #5797BB. Grayscale: #777777. Windows color (decimal): -5740476 or 4483240. OLE color: 4483240.
HSL color Cylindrical-coordinate representation of color #A86844: hue angle of 21.6º degrees, saturation: 0.42, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #A86844 is Cyan = 0, Magento = 0.38, Yellow = 0.60 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 104 | 68 | - |
| CMYK | 0 | 0.38 | 0.60 | 0.34 |
| HSL | 21.6º | 0.42% | 0.46% | - |
| HSV(B) | 21.6º | 0.6% | 0.66% | - |
| XYZ | 22.14 | 18.64 | 7.9 | - |
| YUV | 119.03 | 99.2 | 162.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 104 | 68 | 0 | 0.38 | 0.60 | 0.34 | 21.6 | 0.42 | 0.46 |
| Hex | A8 | 68 | 44 | 0 | 26 | 3C | 22 | 16 | 2A | 2E |
| Octal | 250 | 150 | 104 | 0 | 46 | 74 | 42 | 26 | 52 | 56 |
| Binary | 10101000 | 1101000 | 1000100 | 0 | 100110 | 111100 | 100010 | 10110 | 101010 | 101110 |
Color Harmonies of #A86844
Complementary color
Monochromatic Colors of #A86844
Black with #A86844
Text Example
Text Example
White with #A86844
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A86844; }
p { color: rgb(168,104,68); }
H1.HeaderClassName
{
color: #A86844;
}
.AnyTagClassName
{
color: #A86844;
}
</style>
background-color css
<style>
a { background-color: #A86844; }
a { background-color: rgb(168,104,68); }
div.DivClassName
{
background-color: #A86844;
}
.BgClassName
{
background-color: #A86844;
}
</style>
border-color css
<style>
span { border-color: #A86844; }
span { border-color: rgb(168,104,68); }
td.TdClassName
{
border-color: #A86844;
}
.TagClassName
{
border-color: #A86844;
}
</style>