Shades of Tuscany #A96844
Tints of Tuscany #A96844
RGB
CMYK
RGB Variations
Color information
#A96844 (or 0xA96844) is known color: Tuscany. HEX triplet: A9, 68 and 44. RGB value is (169,104,68). Sum of RGB (Red+Green+Blue) = 169+104+68=341 (45% of max value = 765). Red value is 169 (66.41% from 255 or 49.56% from 341); Green value is 104 (41.02% from 255 or 30.50% from 341); Blue value is 68 (26.95% from 255 or 19.94% from 341); Max value from RGB is 169 - color contains mainly: red. Hex color #A96844 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A96844 is #5697BB. Grayscale: #777777. Windows color (decimal): -5674940 or 4483241. OLE color: 4483241.
HSL color Cylindrical-coordinate representation of color #A96844: hue angle of 21.39º degrees, saturation: 0.43, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #A96844 is Cyan = 0, Magento = 0.38, Yellow = 0.60 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 104 | 68 | - |
| CMYK | 0 | 0.38 | 0.60 | 0.34 |
| HSL | 21.39º | 0.43% | 0.46% | - |
| HSV(B) | 21.39º | 0.6% | 0.66% | - |
| XYZ | 22.36 | 18.75 | 7.91 | - |
| YUV | 119.33 | 99.03 | 163.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 104 | 68 | 0 | 0.38 | 0.60 | 0.34 | 21.39 | 0.43 | 0.46 |
| Hex | A9 | 68 | 44 | 0 | 26 | 3C | 22 | 15 | 2B | 2E |
| Octal | 251 | 150 | 104 | 0 | 46 | 74 | 42 | 25 | 53 | 56 |
| Binary | 10101001 | 1101000 | 1000100 | 0 | 100110 | 111100 | 100010 | 10101 | 101011 | 101110 |
Color Harmonies of #A96844
Complementary color
Monochromatic Colors of #A96844
Black with #A96844
Text Example
Text Example
White with #A96844
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A96844; }
p { color: rgb(169,104,68); }
H1.HeaderClassName
{
color: #A96844;
}
.AnyTagClassName
{
color: #A96844;
}
</style>
background-color css
<style>
a { background-color: #A96844; }
a { background-color: rgb(169,104,68); }
div.DivClassName
{
background-color: #A96844;
}
.BgClassName
{
background-color: #A96844;
}
</style>
border-color css
<style>
span { border-color: #A96844; }
span { border-color: rgb(169,104,68); }
td.TdClassName
{
border-color: #A96844;
}
.TagClassName
{
border-color: #A96844;
}
</style>