Shades of Tuscany #A76241
Tints of Tuscany #A76241
RGB
CMYK
RGB Variations
Color information
#A76241 (or 0xA76241) is known color: Tuscany. HEX triplet: A7, 62 and 41. RGB value is (167,98,65). Sum of RGB (Red+Green+Blue) = 167+98+65=330 (43% of max value = 765). Red value is 167 (65.62% from 255 or 50.61% from 330); Green value is 98 (38.67% from 255 or 29.70% from 330); Blue value is 65 (25.78% from 255 or 19.70% from 330); Max value from RGB is 167 - color contains mainly: red. Hex color #A76241 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A76241 is #589DBE. Grayscale: #737373. Windows color (decimal): -5807551 or 4285095. OLE color: 4285095.
HSL color Cylindrical-coordinate representation of color #A76241: hue angle of 19.41º 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 #A76241 is Cyan = 0, Magento = 0.41, Yellow = 0.61 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 98 | 65 | - |
| CMYK | 0 | 0.41 | 0.61 | 0.35 |
| HSL | 19.41º | 0.44% | 0.45% | - |
| HSV(B) | 19.41º | 0.61% | 0.65% | - |
| XYZ | 21.26 | 17.33 | 7.23 | - |
| YUV | 114.87 | 99.86 | 165.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 98 | 65 | 0 | 0.41 | 0.61 | 0.35 | 19.41 | 0.44 | 0.45 |
| Hex | A7 | 62 | 41 | 0 | 29 | 3D | 23 | 13 | 2C | 2D |
| Octal | 247 | 142 | 101 | 0 | 51 | 75 | 43 | 23 | 54 | 55 |
| Binary | 10100111 | 1100010 | 1000001 | 0 | 101001 | 111101 | 100011 | 10011 | 101100 | 101101 |
Color Harmonies of #A76241
Complementary color
Monochromatic Colors of #A76241
Black with #A76241
Text Example
Text Example
White with #A76241
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A76241; }
p { color: rgb(167,98,65); }
H1.HeaderClassName
{
color: #A76241;
}
.AnyTagClassName
{
color: #A76241;
}
</style>
background-color css
<style>
a { background-color: #A76241; }
a { background-color: rgb(167,98,65); }
div.DivClassName
{
background-color: #A76241;
}
.BgClassName
{
background-color: #A76241;
}
</style>
border-color css
<style>
span { border-color: #A76241; }
span { border-color: rgb(167,98,65); }
td.TdClassName
{
border-color: #A76241;
}
.TagClassName
{
border-color: #A76241;
}
</style>