Shades of Tuscany #A86142
Tints of Tuscany #A86142
RGB
CMYK
RGB Variations
Color information
#A86142 (or 0xA86142) is known color: Tuscany. HEX triplet: A8, 61 and 42. RGB value is (168,97,66). Sum of RGB (Red+Green+Blue) = 168+97+66=331 (43% of max value = 765). Red value is 168 (66.02% from 255 or 50.76% from 331); Green value is 97 (38.28% from 255 or 29.31% from 331); Blue value is 66 (26.17% from 255 or 19.94% from 331); Max value from RGB is 168 - color contains mainly: red. Hex color #A86142 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A86142 is #579EBD. Grayscale: #727272. Windows color (decimal): -5742270 or 4350376. OLE color: 4350376.
HSL color Cylindrical-coordinate representation of color #A86142: hue angle of 18.24º 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 #A86142 is Cyan = 0, Magento = 0.42, Yellow = 0.61 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 97 | 66 | - |
| CMYK | 0 | 0.42 | 0.61 | 0.34 |
| HSL | 18.24º | 0.44% | 0.46% | - |
| HSV(B) | 18.24º | 0.61% | 0.66% | - |
| XYZ | 21.41 | 17.27 | 7.36 | - |
| YUV | 114.7 | 100.52 | 166.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 97 | 66 | 0 | 0.42 | 0.61 | 0.34 | 18.24 | 0.44 | 0.46 |
| Hex | A8 | 61 | 42 | 0 | 2A | 3D | 22 | 12 | 2C | 2E |
| Octal | 250 | 141 | 102 | 0 | 52 | 75 | 42 | 22 | 54 | 56 |
| Binary | 10101000 | 1100001 | 1000010 | 0 | 101010 | 111101 | 100010 | 10010 | 101100 | 101110 |
Color Harmonies of #A86142
Complementary color
Monochromatic Colors of #A86142
Black with #A86142
Text Example
Text Example
White with #A86142
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A86142; }
p { color: rgb(168,97,66); }
H1.HeaderClassName
{
color: #A86142;
}
.AnyTagClassName
{
color: #A86142;
}
</style>
background-color css
<style>
a { background-color: #A86142; }
a { background-color: rgb(168,97,66); }
div.DivClassName
{
background-color: #A86142;
}
.BgClassName
{
background-color: #A86142;
}
</style>
border-color css
<style>
span { border-color: #A86142; }
span { border-color: rgb(168,97,66); }
td.TdClassName
{
border-color: #A86142;
}
.TagClassName
{
border-color: #A86142;
}
</style>