Shades of Tuscany #A96440
Tints of Tuscany #A96440
RGB
CMYK
RGB Variations
Color information
#A96440 (or 0xA96440) is known color: Tuscany. HEX triplet: A9, 64 and 40. RGB value is (169,100,64). Sum of RGB (Red+Green+Blue) = 169+100+64=333 (44% of max value = 765). Red value is 169 (66.41% from 255 or 50.75% from 333); Green value is 100 (39.45% from 255 or 30.03% from 333); Blue value is 64 (25.39% from 255 or 19.22% from 333); Max value from RGB is 169 - color contains mainly: red. Hex color #A96440 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A96440 is #569BBF. Grayscale: #747474. Windows color (decimal): -5675968 or 4220073. OLE color: 4220073.
HSL color Cylindrical-coordinate representation of color #A96440: hue angle of 20.57º degrees, saturation: 0.45, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #A96440 is Cyan = 0, Magento = 0.41, Yellow = 0.62 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 100 | 64 | - |
| CMYK | 0 | 0.41 | 0.62 | 0.34 |
| HSL | 20.57º | 0.45% | 0.46% | - |
| HSV(B) | 20.57º | 0.62% | 0.66% | - |
| XYZ | 21.84 | 17.92 | 7.16 | - |
| YUV | 116.53 | 98.36 | 165.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 100 | 64 | 0 | 0.41 | 0.62 | 0.34 | 20.57 | 0.45 | 0.46 |
| Hex | A9 | 64 | 40 | 0 | 29 | 3E | 22 | 15 | 2D | 2E |
| Octal | 251 | 144 | 100 | 0 | 51 | 76 | 42 | 25 | 55 | 56 |
| Binary | 10101001 | 1100100 | 1000000 | 0 | 101001 | 111110 | 100010 | 10101 | 101101 | 101110 |
Color Harmonies of #A96440
Complementary color
Monochromatic Colors of #A96440
Black with #A96440
Text Example
Text Example
White with #A96440
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A96440; }
p { color: rgb(169,100,64); }
H1.HeaderClassName
{
color: #A96440;
}
.AnyTagClassName
{
color: #A96440;
}
</style>
background-color css
<style>
a { background-color: #A96440; }
a { background-color: rgb(169,100,64); }
div.DivClassName
{
background-color: #A96440;
}
.BgClassName
{
background-color: #A96440;
}
</style>
border-color css
<style>
span { border-color: #A96440; }
span { border-color: rgb(169,100,64); }
td.TdClassName
{
border-color: #A96440;
}
.TagClassName
{
border-color: #A96440;
}
</style>