Shades of Tuscany #A86742
Tints of Tuscany #A86742
RGB
CMYK
RGB Variations
Color information
#A86742 (or 0xA86742) is known color: Tuscany. HEX triplet: A8, 67 and 42. RGB value is (168,103,66). Sum of RGB (Red+Green+Blue) = 168+103+66=337 (44% of max value = 765). Red value is 168 (66.02% from 255 or 49.85% from 337); Green value is 103 (40.62% from 255 or 30.56% from 337); Blue value is 66 (26.17% from 255 or 19.58% from 337); Max value from RGB is 168 - color contains mainly: red. Hex color #A86742 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A86742 is #5798BD. Grayscale: #767676. Windows color (decimal): -5740734 or 4351912. OLE color: 4351912.
HSL color Cylindrical-coordinate representation of color #A86742: hue angle of 21.76º degrees, saturation: 0.44, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #A86742 is Cyan = 0, Magento = 0.39, Yellow = 0.61 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 103 | 66 | - |
| CMYK | 0 | 0.39 | 0.61 | 0.34 |
| HSL | 21.76º | 0.44% | 0.46% | - |
| HSV(B) | 21.76º | 0.61% | 0.66% | - |
| XYZ | 21.98 | 18.42 | 7.55 | - |
| YUV | 118.22 | 98.53 | 163.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 103 | 66 | 0 | 0.39 | 0.61 | 0.34 | 21.76 | 0.44 | 0.46 |
| Hex | A8 | 67 | 42 | 0 | 27 | 3D | 22 | 16 | 2C | 2E |
| Octal | 250 | 147 | 102 | 0 | 47 | 75 | 42 | 26 | 54 | 56 |
| Binary | 10101000 | 1100111 | 1000010 | 0 | 100111 | 111101 | 100010 | 10110 | 101100 | 101110 |
Color Harmonies of #A86742
Complementary color
Monochromatic Colors of #A86742
Black with #A86742
Text Example
Text Example
White with #A86742
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A86742; }
p { color: rgb(168,103,66); }
H1.HeaderClassName
{
color: #A86742;
}
.AnyTagClassName
{
color: #A86742;
}
</style>
background-color css
<style>
a { background-color: #A86742; }
a { background-color: rgb(168,103,66); }
div.DivClassName
{
background-color: #A86742;
}
.BgClassName
{
background-color: #A86742;
}
</style>
border-color css
<style>
span { border-color: #A86742; }
span { border-color: rgb(168,103,66); }
td.TdClassName
{
border-color: #A86742;
}
.TagClassName
{
border-color: #A86742;
}
</style>