Shades of Tuscany #A86342
Tints of Tuscany #A86342
RGB
CMYK
RGB Variations
Color information
#A86342 (or 0xA86342) is known color: Tuscany. HEX triplet: A8, 63 and 42. RGB value is (168,99,66). Sum of RGB (Red+Green+Blue) = 168+99+66=333 (44% of max value = 765). Red value is 168 (66.02% from 255 or 50.45% from 333); Green value is 99 (39.06% from 255 or 29.73% from 333); Blue value is 66 (26.17% from 255 or 19.82% from 333); Max value from RGB is 168 - color contains mainly: red. Hex color #A86342 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A86342 is #579CBD. Grayscale: #747474. Windows color (decimal): -5741758 or 4350888. OLE color: 4350888.
HSL color Cylindrical-coordinate representation of color #A86342: hue angle of 19.41º 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 #A86342 is Cyan = 0, Magento = 0.41, Yellow = 0.61 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 99 | 66 | - |
| CMYK | 0 | 0.41 | 0.61 | 0.34 |
| HSL | 19.41º | 0.44% | 0.46% | - |
| HSV(B) | 19.41º | 0.61% | 0.66% | - |
| XYZ | 21.59 | 17.64 | 7.42 | - |
| YUV | 115.87 | 99.86 | 165.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 99 | 66 | 0 | 0.41 | 0.61 | 0.34 | 19.41 | 0.44 | 0.46 |
| Hex | A8 | 63 | 42 | 0 | 29 | 3D | 22 | 13 | 2C | 2E |
| Octal | 250 | 143 | 102 | 0 | 51 | 75 | 42 | 23 | 54 | 56 |
| Binary | 10101000 | 1100011 | 1000010 | 0 | 101001 | 111101 | 100010 | 10011 | 101100 | 101110 |
Color Harmonies of #A86342
Complementary color
Monochromatic Colors of #A86342
Black with #A86342
Text Example
Text Example
White with #A86342
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A86342; }
p { color: rgb(168,99,66); }
H1.HeaderClassName
{
color: #A86342;
}
.AnyTagClassName
{
color: #A86342;
}
</style>
background-color css
<style>
a { background-color: #A86342; }
a { background-color: rgb(168,99,66); }
div.DivClassName
{
background-color: #A86342;
}
.BgClassName
{
background-color: #A86342;
}
</style>
border-color css
<style>
span { border-color: #A86342; }
span { border-color: rgb(168,99,66); }
td.TdClassName
{
border-color: #A86342;
}
.TagClassName
{
border-color: #A86342;
}
</style>