Shades of Tuscany #A86140
Tints of Tuscany #A86140
RGB
CMYK
RGB Variations
Color information
#A86140 (or 0xA86140) is known color: Tuscany. HEX triplet: A8, 61 and 40. RGB value is (168,97,64). Sum of RGB (Red+Green+Blue) = 168+97+64=329 (43% of max value = 765). Red value is 168 (66.02% from 255 or 51.06% from 329); Green value is 97 (38.28% from 255 or 29.48% from 329); Blue value is 64 (25.39% from 255 or 19.45% from 329); Max value from RGB is 168 - color contains mainly: red. Hex color #A86140 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A86140 is #579EBF. Grayscale: #727272. Windows color (decimal): -5742272 or 4219304. OLE color: 4219304.
HSL color Cylindrical-coordinate representation of color #A86140: hue angle of 19.04º degrees, saturation: 0.45, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #A86140 is Cyan = 0, Magento = 0.42, Yellow = 0.62 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 97 | 64 | - |
| CMYK | 0 | 0.42 | 0.62 | 0.34 |
| HSL | 19.04º | 0.45% | 0.45% | - |
| HSV(B) | 19.04º | 0.62% | 0.66% | - |
| XYZ | 21.35 | 17.24 | 7.05 | - |
| YUV | 114.47 | 99.52 | 166.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 97 | 64 | 0 | 0.42 | 0.62 | 0.34 | 19.04 | 0.45 | 0.45 |
| Hex | A8 | 61 | 40 | 0 | 2A | 3E | 22 | 13 | 2D | 2D |
| Octal | 250 | 141 | 100 | 0 | 52 | 76 | 42 | 23 | 55 | 55 |
| Binary | 10101000 | 1100001 | 1000000 | 0 | 101010 | 111110 | 100010 | 10011 | 101101 | 101101 |
Color Harmonies of #A86140
Complementary color
Monochromatic Colors of #A86140
Black with #A86140
Text Example
Text Example
White with #A86140
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A86140; }
p { color: rgb(168,97,64); }
H1.HeaderClassName
{
color: #A86140;
}
.AnyTagClassName
{
color: #A86140;
}
</style>
background-color css
<style>
a { background-color: #A86140; }
a { background-color: rgb(168,97,64); }
div.DivClassName
{
background-color: #A86140;
}
.BgClassName
{
background-color: #A86140;
}
</style>
border-color css
<style>
span { border-color: #A86140; }
span { border-color: rgb(168,97,64); }
td.TdClassName
{
border-color: #A86140;
}
.TagClassName
{
border-color: #A86140;
}
</style>