Shades of Tuscany #A86145
Tints of Tuscany #A86145
RGB
CMYK
RGB Variations
Color information
#A86145 (or 0xA86145) is known color: Tuscany. HEX triplet: A8, 61 and 45. RGB value is (168,97,69). Sum of RGB (Red+Green+Blue) = 168+97+69=334 (44% of max value = 765). Red value is 168 (66.02% from 255 or 50.30% from 334); Green value is 97 (38.28% from 255 or 29.04% from 334); Blue value is 69 (27.34% from 255 or 20.66% from 334); Max value from RGB is 168 - color contains mainly: red. Hex color #A86145 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A86145 is #579EBA. Grayscale: #737373. Windows color (decimal): -5742267 or 4546984. OLE color: 4546984.
HSL color Cylindrical-coordinate representation of color #A86145: hue angle of 16.97º 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 #A86145 is Cyan = 0, Magento = 0.42, Yellow = 0.59 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 97 | 69 | - |
| CMYK | 0 | 0.42 | 0.59 | 0.34 |
| HSL | 16.97º | 0.42% | 0.46% | - |
| HSV(B) | 16.97º | 0.59% | 0.66% | - |
| XYZ | 21.5 | 17.3 | 7.84 | - |
| YUV | 115.04 | 102.02 | 165.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 97 | 69 | 0 | 0.42 | 0.59 | 0.34 | 16.97 | 0.42 | 0.46 |
| Hex | A8 | 61 | 45 | 0 | 2A | 3B | 22 | 11 | 2A | 2E |
| Octal | 250 | 141 | 105 | 0 | 52 | 73 | 42 | 21 | 52 | 56 |
| Binary | 10101000 | 1100001 | 1000101 | 0 | 101010 | 111011 | 100010 | 10001 | 101010 | 101110 |
Color Harmonies of #A86145
Complementary color
Monochromatic Colors of #A86145
Black with #A86145
Text Example
Text Example
White with #A86145
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A86145; }
p { color: rgb(168,97,69); }
H1.HeaderClassName
{
color: #A86145;
}
.AnyTagClassName
{
color: #A86145;
}
</style>
background-color css
<style>
a { background-color: #A86145; }
a { background-color: rgb(168,97,69); }
div.DivClassName
{
background-color: #A86145;
}
.BgClassName
{
background-color: #A86145;
}
</style>
border-color css
<style>
span { border-color: #A86145; }
span { border-color: rgb(168,97,69); }
td.TdClassName
{
border-color: #A86145;
}
.TagClassName
{
border-color: #A86145;
}
</style>