Shades of Tuscany #A85C40
Tints of Tuscany #A85C40
RGB
CMYK
RGB Variations
Color information
#A85C40 (or 0xA85C40) is known color: Tuscany. HEX triplet: A8, 5C and 40. RGB value is (168,92,64). Sum of RGB (Red+Green+Blue) = 168+92+64=324 (42% of max value = 765). Red value is 168 (66.02% from 255 or 51.85% from 324); Green value is 92 (36.33% from 255 or 28.40% from 324); Blue value is 64 (25.39% from 255 or 19.75% from 324); Max value from RGB is 168 - color contains mainly: red. Hex color #A85C40 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A85C40 is #57A3BF. Grayscale: #6F6F6F. Windows color (decimal): -5743552 or 4218024. OLE color: 4218024.
HSL color Cylindrical-coordinate representation of color #A85C40: hue angle of 16.15º degrees, saturation: 0.45, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #A85C40 is Cyan = 0, Magento = 0.45, Yellow = 0.62 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 92 | 64 | - |
| CMYK | 0 | 0.45 | 0.62 | 0.34 |
| HSL | 16.15º | 0.45% | 0.45% | - |
| HSV(B) | 16.15º | 0.62% | 0.66% | - |
| XYZ | 20.9 | 16.35 | 6.9 | - |
| YUV | 111.53 | 101.18 | 168.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 92 | 64 | 0 | 0.45 | 0.62 | 0.34 | 16.15 | 0.45 | 0.45 |
| Hex | A8 | 5C | 40 | 0 | 2D | 3E | 22 | 10 | 2D | 2D |
| Octal | 250 | 134 | 100 | 0 | 55 | 76 | 42 | 20 | 55 | 55 |
| Binary | 10101000 | 1011100 | 1000000 | 0 | 101101 | 111110 | 100010 | 10000 | 101101 | 101101 |
Color Harmonies of #A85C40
Complementary color
Monochromatic Colors of #A85C40
Black with #A85C40
Text Example
Text Example
White with #A85C40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A85C40; }
p { color: rgb(168,92,64); }
H1.HeaderClassName
{
color: #A85C40;
}
.AnyTagClassName
{
color: #A85C40;
}
</style>
background-color css
<style>
a { background-color: #A85C40; }
a { background-color: rgb(168,92,64); }
div.DivClassName
{
background-color: #A85C40;
}
.BgClassName
{
background-color: #A85C40;
}
</style>
border-color css
<style>
span { border-color: #A85C40; }
span { border-color: rgb(168,92,64); }
td.TdClassName
{
border-color: #A85C40;
}
.TagClassName
{
border-color: #A85C40;
}
</style>