Shades of Tuscany #A86542
Tints of Tuscany #A86542
RGB
CMYK
RGB Variations
Color information
#A86542 (or 0xA86542) is known color: Tuscany. HEX triplet: A8, 65 and 42. RGB value is (168,101,66). Sum of RGB (Red+Green+Blue) = 168+101+66=335 (44% of max value = 765). Red value is 168 (66.02% from 255 or 50.15% from 335); Green value is 101 (39.84% from 255 or 30.15% from 335); Blue value is 66 (26.17% from 255 or 19.70% from 335); Max value from RGB is 168 - color contains mainly: red. Hex color #A86542 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A86542 is #579ABD. Grayscale: #757575. Windows color (decimal): -5741246 or 4351400. OLE color: 4351400.
HSL color Cylindrical-coordinate representation of color #A86542: hue angle of 20.59º 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 #A86542 is Cyan = 0, Magento = 0.40, Yellow = 0.61 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 101 | 66 | - |
| CMYK | 0 | 0.40 | 0.61 | 0.34 |
| HSL | 20.59º | 0.44% | 0.46% | - |
| HSV(B) | 20.59º | 0.61% | 0.66% | - |
| XYZ | 21.79 | 18.03 | 7.49 | - |
| YUV | 117.04 | 99.2 | 164.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 101 | 66 | 0 | 0.40 | 0.61 | 0.34 | 20.59 | 0.44 | 0.46 |
| Hex | A8 | 65 | 42 | 0 | 28 | 3D | 22 | 15 | 2C | 2E |
| Octal | 250 | 145 | 102 | 0 | 50 | 75 | 42 | 25 | 54 | 56 |
| Binary | 10101000 | 1100101 | 1000010 | 0 | 101000 | 111101 | 100010 | 10101 | 101100 | 101110 |
Color Harmonies of #A86542
Complementary color
Monochromatic Colors of #A86542
Black with #A86542
Text Example
Text Example
White with #A86542
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A86542; }
p { color: rgb(168,101,66); }
H1.HeaderClassName
{
color: #A86542;
}
.AnyTagClassName
{
color: #A86542;
}
</style>
background-color css
<style>
a { background-color: #A86542; }
a { background-color: rgb(168,101,66); }
div.DivClassName
{
background-color: #A86542;
}
.BgClassName
{
background-color: #A86542;
}
</style>
border-color css
<style>
span { border-color: #A86542; }
span { border-color: rgb(168,101,66); }
td.TdClassName
{
border-color: #A86542;
}
.TagClassName
{
border-color: #A86542;
}
</style>