Shades of Tuscany #A86143
Tints of Tuscany #A86143
RGB
CMYK
RGB Variations
Color information
#A86143 (or 0xA86143) is known color: Tuscany. HEX triplet: A8, 61 and 43. RGB value is (168,97,67). Sum of RGB (Red+Green+Blue) = 168+97+67=332 (43% of max value = 765). Red value is 168 (66.02% from 255 or 50.60% from 332); Green value is 97 (38.28% from 255 or 29.22% from 332); Blue value is 67 (26.56% from 255 or 20.18% from 332); Max value from RGB is 168 - color contains mainly: red. Hex color #A86143 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A86143 is #579EBC. Grayscale: #737373. Windows color (decimal): -5742269 or 4415912. OLE color: 4415912.
HSL color Cylindrical-coordinate representation of color #A86143: hue angle of 17.82º degrees, saturation: 0.43, 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 #A86143 is Cyan = 0, Magento = 0.42, Yellow = 0.60 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 97 | 67 | - |
| CMYK | 0 | 0.42 | 0.60 | 0.34 |
| HSL | 17.82º | 0.43% | 0.46% | - |
| HSV(B) | 17.82º | 0.6% | 0.66% | - |
| XYZ | 21.44 | 17.28 | 7.52 | - |
| YUV | 114.81 | 101.02 | 165.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 97 | 67 | 0 | 0.42 | 0.60 | 0.34 | 17.82 | 0.43 | 0.46 |
| Hex | A8 | 61 | 43 | 0 | 2A | 3C | 22 | 12 | 2B | 2E |
| Octal | 250 | 141 | 103 | 0 | 52 | 74 | 42 | 22 | 53 | 56 |
| Binary | 10101000 | 1100001 | 1000011 | 0 | 101010 | 111100 | 100010 | 10010 | 101011 | 101110 |
Color Harmonies of #A86143
Complementary color
Monochromatic Colors of #A86143
Black with #A86143
Text Example
Text Example
White with #A86143
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A86143; }
p { color: rgb(168,97,67); }
H1.HeaderClassName
{
color: #A86143;
}
.AnyTagClassName
{
color: #A86143;
}
</style>
background-color css
<style>
a { background-color: #A86143; }
a { background-color: rgb(168,97,67); }
div.DivClassName
{
background-color: #A86143;
}
.BgClassName
{
background-color: #A86143;
}
</style>
border-color css
<style>
span { border-color: #A86143; }
span { border-color: rgb(168,97,67); }
td.TdClassName
{
border-color: #A86143;
}
.TagClassName
{
border-color: #A86143;
}
</style>