Shades of Tuscany #A75E44
Tints of Tuscany #A75E44
RGB
CMYK
RGB Variations
Color information
#A75E44 (or 0xA75E44) is known color: Tuscany. HEX triplet: A7, 5E and 44. RGB value is (167,94,68). Sum of RGB (Red+Green+Blue) = 167+94+68=329 (43% of max value = 765). Red value is 167 (65.62% from 255 or 50.76% from 329); Green value is 94 (37.11% from 255 or 28.57% from 329); Blue value is 68 (26.95% from 255 or 20.67% from 329); Max value from RGB is 167 - color contains mainly: red. Hex color #A75E44 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A75E44 is #58A1BB. Grayscale: #717171. Windows color (decimal): -5808572 or 4480679. OLE color: 4480679.
HSL color Cylindrical-coordinate representation of color #A75E44: hue angle of 15.76º degrees, saturation: 0.42, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #A75E44 is Cyan = 0, Magento = 0.44, Yellow = 0.59 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 94 | 68 | - |
| CMYK | 0 | 0.44 | 0.59 | 0.35 |
| HSL | 15.76º | 0.42% | 0.46% | - |
| HSV(B) | 15.76º | 0.59% | 0.65% | - |
| XYZ | 20.98 | 16.64 | 7.57 | - |
| YUV | 112.86 | 102.68 | 166.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 94 | 68 | 0 | 0.44 | 0.59 | 0.35 | 15.76 | 0.42 | 0.46 |
| Hex | A7 | 5E | 44 | 0 | 2C | 3B | 23 | 10 | 2A | 2E |
| Octal | 247 | 136 | 104 | 0 | 54 | 73 | 43 | 20 | 52 | 56 |
| Binary | 10100111 | 1011110 | 1000100 | 0 | 101100 | 111011 | 100011 | 10000 | 101010 | 101110 |
Color Harmonies of #A75E44
Complementary color
Monochromatic Colors of #A75E44
Black with #A75E44
Text Example
Text Example
White with #A75E44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A75E44; }
p { color: rgb(167,94,68); }
H1.HeaderClassName
{
color: #A75E44;
}
.AnyTagClassName
{
color: #A75E44;
}
</style>
background-color css
<style>
a { background-color: #A75E44; }
a { background-color: rgb(167,94,68); }
div.DivClassName
{
background-color: #A75E44;
}
.BgClassName
{
background-color: #A75E44;
}
</style>
border-color css
<style>
span { border-color: #A75E44; }
span { border-color: rgb(167,94,68); }
td.TdClassName
{
border-color: #A75E44;
}
.TagClassName
{
border-color: #A75E44;
}
</style>