Shades of Tuscany #A76641
Tints of Tuscany #A76641
RGB
CMYK
RGB Variations
Color information
#A76641 (or 0xA76641) is known color: Tuscany. HEX triplet: A7, 66 and 41. RGB value is (167,102,65). Sum of RGB (Red+Green+Blue) = 167+102+65=334 (44% of max value = 765). Red value is 167 (65.62% from 255 or 50% from 334); Green value is 102 (40.23% from 255 or 30.54% from 334); Blue value is 65 (25.78% from 255 or 19.46% from 334); Max value from RGB is 167 - color contains mainly: red. Hex color #A76641 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A76641 is #5899BE. Grayscale: #757575. Windows color (decimal): -5806527 or 4286119. OLE color: 4286119.
HSL color Cylindrical-coordinate representation of color #A76641: hue angle of 21.76º degrees, saturation: 0.44, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #A76641 is Cyan = 0, Magento = 0.39, Yellow = 0.61 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 102 | 65 | - |
| CMYK | 0 | 0.39 | 0.61 | 0.35 |
| HSL | 21.76º | 0.44% | 0.45% | - |
| HSV(B) | 21.76º | 0.61% | 0.65% | - |
| XYZ | 21.64 | 18.1 | 7.35 | - |
| YUV | 117.22 | 98.53 | 163.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 102 | 65 | 0 | 0.39 | 0.61 | 0.35 | 21.76 | 0.44 | 0.45 |
| Hex | A7 | 66 | 41 | 0 | 27 | 3D | 23 | 16 | 2C | 2D |
| Octal | 247 | 146 | 101 | 0 | 47 | 75 | 43 | 26 | 54 | 55 |
| Binary | 10100111 | 1100110 | 1000001 | 0 | 100111 | 111101 | 100011 | 10110 | 101100 | 101101 |
Color Harmonies of #A76641
Complementary color
Monochromatic Colors of #A76641
Black with #A76641
Text Example
Text Example
White with #A76641
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A76641; }
p { color: rgb(167,102,65); }
H1.HeaderClassName
{
color: #A76641;
}
.AnyTagClassName
{
color: #A76641;
}
</style>
background-color css
<style>
a { background-color: #A76641; }
a { background-color: rgb(167,102,65); }
div.DivClassName
{
background-color: #A76641;
}
.BgClassName
{
background-color: #A76641;
}
</style>
border-color css
<style>
span { border-color: #A76641; }
span { border-color: rgb(167,102,65); }
td.TdClassName
{
border-color: #A76641;
}
.TagClassName
{
border-color: #A76641;
}
</style>