Shades of Tuscany #A86147
Tints of Tuscany #A86147
RGB
CMYK
RGB Variations
Color information
#A86147 (or 0xA86147) is known color: Tuscany. HEX triplet: A8, 61 and 47. RGB value is (168,97,71). Sum of RGB (Red+Green+Blue) = 168+97+71=336 (44% of max value = 765). Red value is 168 (66.02% from 255 or 50% from 336); Green value is 97 (38.28% from 255 or 28.87% from 336); Blue value is 71 (28.12% from 255 or 21.13% from 336); Max value from RGB is 168 - color contains mainly: red. Hex color #A86147 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A86147 is #579EB8. Grayscale: #737373. Windows color (decimal): -5742265 or 4678056. OLE color: 4678056.
HSL color Cylindrical-coordinate representation of color #A86147: hue angle of 16.08º 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 #A86147 is Cyan = 0, Magento = 0.42, Yellow = 0.58 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 97 | 71 | - |
| CMYK | 0 | 0.42 | 0.58 | 0.34 |
| HSL | 16.08º | 0.41% | 0.47% | - |
| HSV(B) | 16.08º | 0.58% | 0.66% | - |
| XYZ | 21.56 | 17.33 | 8.17 | - |
| YUV | 115.27 | 103.02 | 165.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 97 | 71 | 0 | 0.42 | 0.58 | 0.34 | 16.08 | 0.41 | 0.47 |
| Hex | A8 | 61 | 47 | 0 | 2A | 3A | 22 | 10 | 29 | 2F |
| Octal | 250 | 141 | 107 | 0 | 52 | 72 | 42 | 20 | 51 | 57 |
| Binary | 10101000 | 1100001 | 1000111 | 0 | 101010 | 111010 | 100010 | 10000 | 101001 | 101111 |
Color Harmonies of #A86147
Complementary color
Monochromatic Colors of #A86147
Black with #A86147
Text Example
Text Example
White with #A86147
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A86147; }
p { color: rgb(168,97,71); }
H1.HeaderClassName
{
color: #A86147;
}
.AnyTagClassName
{
color: #A86147;
}
</style>
background-color css
<style>
a { background-color: #A86147; }
a { background-color: rgb(168,97,71); }
div.DivClassName
{
background-color: #A86147;
}
.BgClassName
{
background-color: #A86147;
}
</style>
border-color css
<style>
span { border-color: #A86147; }
span { border-color: rgb(168,97,71); }
td.TdClassName
{
border-color: #A86147;
}
.TagClassName
{
border-color: #A86147;
}
</style>