Shades of Tuscany #A76640
Tints of Tuscany #A76640
RGB
CMYK
RGB Variations
Color information
#A76640 (or 0xA76640) is known color: Tuscany. HEX triplet: A7, 66 and 40. RGB value is (167,102,64). Sum of RGB (Red+Green+Blue) = 167+102+64=333 (44% of max value = 765). Red value is 167 (65.62% from 255 or 50.15% from 333); Green value is 102 (40.23% from 255 or 30.63% from 333); Blue value is 64 (25.39% from 255 or 19.22% from 333); Max value from RGB is 167 - color contains mainly: red. Hex color #A76640 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A76640 is #5899BF. Grayscale: #757575. Windows color (decimal): -5806528 or 4220583. OLE color: 4220583.
HSL color Cylindrical-coordinate representation of color #A76640: hue angle of 22.14º degrees, saturation: 0.45, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #A76640 is Cyan = 0, Magento = 0.39, Yellow = 0.62 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 102 | 64 | - |
| CMYK | 0 | 0.39 | 0.62 | 0.35 |
| HSL | 22.14º | 0.45% | 0.45% | - |
| HSV(B) | 22.14º | 0.62% | 0.65% | - |
| XYZ | 21.61 | 18.09 | 7.2 | - |
| YUV | 117.1 | 98.03 | 163.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 102 | 64 | 0 | 0.39 | 0.62 | 0.35 | 22.14 | 0.45 | 0.45 |
| Hex | A7 | 66 | 40 | 0 | 27 | 3E | 23 | 16 | 2D | 2D |
| Octal | 247 | 146 | 100 | 0 | 47 | 76 | 43 | 26 | 55 | 55 |
| Binary | 10100111 | 1100110 | 1000000 | 0 | 100111 | 111110 | 100011 | 10110 | 101101 | 101101 |
Color Harmonies of #A76640
Complementary color
Monochromatic Colors of #A76640
Black with #A76640
Text Example
Text Example
White with #A76640
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A76640; }
p { color: rgb(167,102,64); }
H1.HeaderClassName
{
color: #A76640;
}
.AnyTagClassName
{
color: #A76640;
}
</style>
background-color css
<style>
a { background-color: #A76640; }
a { background-color: rgb(167,102,64); }
div.DivClassName
{
background-color: #A76640;
}
.BgClassName
{
background-color: #A76640;
}
</style>
border-color css
<style>
span { border-color: #A76640; }
span { border-color: rgb(167,102,64); }
td.TdClassName
{
border-color: #A76640;
}
.TagClassName
{
border-color: #A76640;
}
</style>