Shades of Tuscany #A86144
Tints of Tuscany #A86144
RGB
CMYK
RGB Variations
Color information
#A86144 (or 0xA86144) is known color: Tuscany. HEX triplet: A8, 61 and 44. RGB value is (168,97,68). Sum of RGB (Red+Green+Blue) = 168+97+68=333 (44% of max value = 765). Red value is 168 (66.02% from 255 or 50.45% from 333); Green value is 97 (38.28% from 255 or 29.13% from 333); Blue value is 68 (26.95% from 255 or 20.42% from 333); Max value from RGB is 168 - color contains mainly: red. Hex color #A86144 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A86144 is #579EBB. Grayscale: #737373. Windows color (decimal): -5742268 or 4481448. OLE color: 4481448.
HSL color Cylindrical-coordinate representation of color #A86144: hue angle of 17.4º degrees, saturation: 0.42, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #A86144 is Cyan = 0, Magento = 0.42, Yellow = 0.60 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 97 | 68 | - |
| CMYK | 0 | 0.42 | 0.60 | 0.34 |
| HSL | 17.4º | 0.42% | 0.46% | - |
| HSV(B) | 17.4º | 0.6% | 0.66% | - |
| XYZ | 21.47 | 17.29 | 7.68 | - |
| YUV | 114.92 | 101.52 | 165.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 97 | 68 | 0 | 0.42 | 0.60 | 0.34 | 17.4 | 0.42 | 0.46 |
| Hex | A8 | 61 | 44 | 0 | 2A | 3C | 22 | 11 | 2A | 2E |
| Octal | 250 | 141 | 104 | 0 | 52 | 74 | 42 | 21 | 52 | 56 |
| Binary | 10101000 | 1100001 | 1000100 | 0 | 101010 | 111100 | 100010 | 10001 | 101010 | 101110 |
Color Harmonies of #A86144
Complementary color
Monochromatic Colors of #A86144
Black with #A86144
Text Example
Text Example
White with #A86144
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A86144; }
p { color: rgb(168,97,68); }
H1.HeaderClassName
{
color: #A86144;
}
.AnyTagClassName
{
color: #A86144;
}
</style>
background-color css
<style>
a { background-color: #A86144; }
a { background-color: rgb(168,97,68); }
div.DivClassName
{
background-color: #A86144;
}
.BgClassName
{
background-color: #A86144;
}
</style>
border-color css
<style>
span { border-color: #A86144; }
span { border-color: rgb(168,97,68); }
td.TdClassName
{
border-color: #A86144;
}
.TagClassName
{
border-color: #A86144;
}
</style>