Shades of Tuscany #A75F40
Tints of Tuscany #A75F40
RGB
CMYK
RGB Variations
Color information
#A75F40 (or 0xA75F40) is known color: Tuscany. HEX triplet: A7, 5F and 40. RGB value is (167,95,64). Sum of RGB (Red+Green+Blue) = 167+95+64=326 (43% of max value = 765). Red value is 167 (65.62% from 255 or 51.23% from 326); Green value is 95 (37.5% from 255 or 29.14% from 326); Blue value is 64 (25.39% from 255 or 19.63% from 326); Max value from RGB is 167 - color contains mainly: red. Hex color #A75F40 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A75F40 is #58A0BF. Grayscale: #717171. Windows color (decimal): -5808320 or 4218791. OLE color: 4218791.
HSL color Cylindrical-coordinate representation of color #A75F40: hue angle of 18.06º 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 #A75F40 is Cyan = 0, Magento = 0.43, Yellow = 0.62 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 95 | 64 | - |
| CMYK | 0 | 0.43 | 0.62 | 0.35 |
| HSL | 18.06º | 0.45% | 0.45% | - |
| HSV(B) | 18.06º | 0.62% | 0.65% | - |
| XYZ | 20.95 | 16.77 | 6.98 | - |
| YUV | 112.99 | 100.35 | 166.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 95 | 64 | 0 | 0.43 | 0.62 | 0.35 | 18.06 | 0.45 | 0.45 |
| Hex | A7 | 5F | 40 | 0 | 2B | 3E | 23 | 12 | 2D | 2D |
| Octal | 247 | 137 | 100 | 0 | 53 | 76 | 43 | 22 | 55 | 55 |
| Binary | 10100111 | 1011111 | 1000000 | 0 | 101011 | 111110 | 100011 | 10010 | 101101 | 101101 |
Color Harmonies of #A75F40
Complementary color
Monochromatic Colors of #A75F40
Black with #A75F40
Text Example
Text Example
White with #A75F40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A75F40; }
p { color: rgb(167,95,64); }
H1.HeaderClassName
{
color: #A75F40;
}
.AnyTagClassName
{
color: #A75F40;
}
</style>
background-color css
<style>
a { background-color: #A75F40; }
a { background-color: rgb(167,95,64); }
div.DivClassName
{
background-color: #A75F40;
}
.BgClassName
{
background-color: #A75F40;
}
</style>
border-color css
<style>
span { border-color: #A75F40; }
span { border-color: rgb(167,95,64); }
td.TdClassName
{
border-color: #A75F40;
}
.TagClassName
{
border-color: #A75F40;
}
</style>