Shades of Tuscany #A86845
Tints of Tuscany #A86845
RGB
CMYK
RGB Variations
Color information
#A86845 (or 0xA86845) is known color: Tuscany. HEX triplet: A8, 68 and 45. RGB value is (168,104,69). Sum of RGB (Red+Green+Blue) = 168+104+69=341 (45% of max value = 765). Red value is 168 (66.02% from 255 or 49.27% from 341); Green value is 104 (41.02% from 255 or 30.50% from 341); Blue value is 69 (27.34% from 255 or 20.23% from 341); Max value from RGB is 168 - color contains mainly: red. Hex color #A86845 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A86845 is #5797BA. Grayscale: #777777. Windows color (decimal): -5740475 or 4548776. OLE color: 4548776.
HSL color Cylindrical-coordinate representation of color #A86845: hue angle of 21.21º degrees, saturation: 0.42, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #A86845 is Cyan = 0, Magento = 0.38, Yellow = 0.59 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 104 | 69 | - |
| CMYK | 0 | 0.38 | 0.59 | 0.34 |
| HSL | 21.21º | 0.42% | 0.46% | - |
| HSV(B) | 21.21º | 0.59% | 0.66% | - |
| XYZ | 22.17 | 18.66 | 8.06 | - |
| YUV | 119.15 | 99.7 | 162.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 104 | 69 | 0 | 0.38 | 0.59 | 0.34 | 21.21 | 0.42 | 0.46 |
| Hex | A8 | 68 | 45 | 0 | 26 | 3B | 22 | 15 | 2A | 2E |
| Octal | 250 | 150 | 105 | 0 | 46 | 73 | 42 | 25 | 52 | 56 |
| Binary | 10101000 | 1101000 | 1000101 | 0 | 100110 | 111011 | 100010 | 10101 | 101010 | 101110 |
Color Harmonies of #A86845
Complementary color
Monochromatic Colors of #A86845
Black with #A86845
Text Example
Text Example
White with #A86845
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A86845; }
p { color: rgb(168,104,69); }
H1.HeaderClassName
{
color: #A86845;
}
.AnyTagClassName
{
color: #A86845;
}
</style>
background-color css
<style>
a { background-color: #A86845; }
a { background-color: rgb(168,104,69); }
div.DivClassName
{
background-color: #A86845;
}
.BgClassName
{
background-color: #A86845;
}
</style>
border-color css
<style>
span { border-color: #A86845; }
span { border-color: rgb(168,104,69); }
td.TdClassName
{
border-color: #A86845;
}
.TagClassName
{
border-color: #A86845;
}
</style>