Shades of Tuscany #A86744
Tints of Tuscany #A86744
RGB
CMYK
RGB Variations
Color information
#A86744 (or 0xA86744) is known color: Tuscany. HEX triplet: A8, 67 and 44. RGB value is (168,103,68). Sum of RGB (Red+Green+Blue) = 168+103+68=339 (44% of max value = 765). Red value is 168 (66.02% from 255 or 49.56% from 339); Green value is 103 (40.62% from 255 or 30.38% from 339); Blue value is 68 (26.95% from 255 or 20.06% from 339); Max value from RGB is 168 - color contains mainly: red. Hex color #A86744 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A86744 is #5798BB. Grayscale: #767676. Windows color (decimal): -5740732 or 4482984. OLE color: 4482984.
HSL color Cylindrical-coordinate representation of color #A86744: hue angle of 21º 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 #A86744 is Cyan = 0, Magento = 0.39, Yellow = 0.60 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 103 | 68 | - |
| CMYK | 0 | 0.39 | 0.60 | 0.34 |
| HSL | 21º | 0.42% | 0.46% | - |
| HSV(B) | 21º | 0.6% | 0.66% | - |
| XYZ | 22.04 | 18.44 | 7.87 | - |
| YUV | 118.45 | 99.53 | 163.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 103 | 68 | 0 | 0.39 | 0.60 | 0.34 | 21 | 0.42 | 0.46 |
| Hex | A8 | 67 | 44 | 0 | 27 | 3C | 22 | 15 | 2A | 2E |
| Octal | 250 | 147 | 104 | 0 | 47 | 74 | 42 | 25 | 52 | 56 |
| Binary | 10101000 | 1100111 | 1000100 | 0 | 100111 | 111100 | 100010 | 10101 | 101010 | 101110 |
Color Harmonies of #A86744
Complementary color
Monochromatic Colors of #A86744
Black with #A86744
Text Example
Text Example
White with #A86744
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A86744; }
p { color: rgb(168,103,68); }
H1.HeaderClassName
{
color: #A86744;
}
.AnyTagClassName
{
color: #A86744;
}
</style>
background-color css
<style>
a { background-color: #A86744; }
a { background-color: rgb(168,103,68); }
div.DivClassName
{
background-color: #A86744;
}
.BgClassName
{
background-color: #A86744;
}
</style>
border-color css
<style>
span { border-color: #A86744; }
span { border-color: rgb(168,103,68); }
td.TdClassName
{
border-color: #A86744;
}
.TagClassName
{
border-color: #A86744;
}
</style>