Shades of Tuscany #A75D46
Tints of Tuscany #A75D46
RGB
CMYK
RGB Variations
Color information
#A75D46 (or 0xA75D46) is known color: Tuscany. HEX triplet: A7, 5D and 46. RGB value is (167,93,70). Sum of RGB (Red+Green+Blue) = 167+93+70=330 (43% of max value = 765). Red value is 167 (65.62% from 255 or 50.61% from 330); Green value is 93 (36.72% from 255 or 28.18% from 330); Blue value is 70 (27.73% from 255 or 21.21% from 330); Max value from RGB is 167 - color contains mainly: red. Hex color #A75D46 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A75D46 is #58A2B9. Grayscale: #707070. Windows color (decimal): -5808826 or 4611495. OLE color: 4611495.
HSL color Cylindrical-coordinate representation of color #A75D46: hue angle of 14.23º degrees, saturation: 0.41, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #A75D46 is Cyan = 0, Magento = 0.44, Yellow = 0.58 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 93 | 70 | - |
| CMYK | 0 | 0.44 | 0.58 | 0.35 |
| HSL | 14.23º | 0.41% | 0.46% | - |
| HSV(B) | 14.23º | 0.58% | 0.65% | - |
| XYZ | 20.96 | 16.49 | 7.87 | - |
| YUV | 112.5 | 104.02 | 166.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 93 | 70 | 0 | 0.44 | 0.58 | 0.35 | 14.23 | 0.41 | 0.46 |
| Hex | A7 | 5D | 46 | 0 | 2C | 3A | 23 | E | 29 | 2E |
| Octal | 247 | 135 | 106 | 0 | 54 | 72 | 43 | 16 | 51 | 56 |
| Binary | 10100111 | 1011101 | 1000110 | 0 | 101100 | 111010 | 100011 | 1110 | 101001 | 101110 |
Color Harmonies of #A75D46
Complementary color
Monochromatic Colors of #A75D46
Black with #A75D46
Text Example
Text Example
White with #A75D46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A75D46; }
p { color: rgb(167,93,70); }
H1.HeaderClassName
{
color: #A75D46;
}
.AnyTagClassName
{
color: #A75D46;
}
</style>
background-color css
<style>
a { background-color: #A75D46; }
a { background-color: rgb(167,93,70); }
div.DivClassName
{
background-color: #A75D46;
}
.BgClassName
{
background-color: #A75D46;
}
</style>
border-color css
<style>
span { border-color: #A75D46; }
span { border-color: rgb(167,93,70); }
td.TdClassName
{
border-color: #A75D46;
}
.TagClassName
{
border-color: #A75D46;
}
</style>