Shades of Tuscany #A86945
Tints of Tuscany #A86945
RGB
CMYK
RGB Variations
Color information
#A86945 (or 0xA86945) is known color: Tuscany. HEX triplet: A8, 69 and 45. RGB value is (168,105,69). Sum of RGB (Red+Green+Blue) = 168+105+69=342 (45% of max value = 765). Red value is 168 (66.02% from 255 or 49.12% from 342); Green value is 105 (41.41% from 255 or 30.70% from 342); Blue value is 69 (27.34% from 255 or 20.18% from 342); Max value from RGB is 168 - color contains mainly: red. Hex color #A86945 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A86945 is #5796BA. Grayscale: #777777. Windows color (decimal): -5740219 or 4549032. OLE color: 4549032.
HSL color Cylindrical-coordinate representation of color #A86945: hue angle of 21.82º 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 #A86945 is Cyan = 0, Magento = 0.38, Yellow = 0.59 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 105 | 69 | - |
| CMYK | 0 | 0.38 | 0.59 | 0.34 |
| HSL | 21.82º | 0.42% | 0.46% | - |
| HSV(B) | 21.82º | 0.59% | 0.66% | - |
| XYZ | 22.27 | 18.86 | 8.1 | - |
| YUV | 119.73 | 99.37 | 162.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 105 | 69 | 0 | 0.38 | 0.59 | 0.34 | 21.82 | 0.42 | 0.46 |
| Hex | A8 | 69 | 45 | 0 | 26 | 3B | 22 | 16 | 2A | 2E |
| Octal | 250 | 151 | 105 | 0 | 46 | 73 | 42 | 26 | 52 | 56 |
| Binary | 10101000 | 1101001 | 1000101 | 0 | 100110 | 111011 | 100010 | 10110 | 101010 | 101110 |
Color Harmonies of #A86945
Complementary color
Monochromatic Colors of #A86945
Black with #A86945
Text Example
Text Example
White with #A86945
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A86945; }
p { color: rgb(168,105,69); }
H1.HeaderClassName
{
color: #A86945;
}
.AnyTagClassName
{
color: #A86945;
}
</style>
background-color css
<style>
a { background-color: #A86945; }
a { background-color: rgb(168,105,69); }
div.DivClassName
{
background-color: #A86945;
}
.BgClassName
{
background-color: #A86945;
}
</style>
border-color css
<style>
span { border-color: #A86945; }
span { border-color: rgb(168,105,69); }
td.TdClassName
{
border-color: #A86945;
}
.TagClassName
{
border-color: #A86945;
}
</style>