Shades of Tuscany #A96049
Tints of Tuscany #A96049
RGB
CMYK
RGB Variations
Color information
#A96049 (or 0xA96049) is known color: Tuscany. HEX triplet: A9, 60 and 49. RGB value is (169,96,73). Sum of RGB (Red+Green+Blue) = 169+96+73=338 (44% of max value = 765). Red value is 169 (66.41% from 255 or 50% from 338); Green value is 96 (37.89% from 255 or 28.40% from 338); Blue value is 73 (28.91% from 255 or 21.60% from 338); Max value from RGB is 169 - color contains mainly: red. Hex color #A96049 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A96049 is #569FB6. Grayscale: #737373. Windows color (decimal): -5676983 or 4808873. OLE color: 4808873.
HSL color Cylindrical-coordinate representation of color #A96049: hue angle of 14.38º degrees, saturation: 0.4, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #A96049 is Cyan = 0, Magento = 0.43, Yellow = 0.57 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 96 | 73 | - |
| CMYK | 0 | 0.43 | 0.57 | 0.34 |
| HSL | 14.38º | 0.4% | 0.47% | - |
| HSV(B) | 14.38º | 0.57% | 0.66% | - |
| XYZ | 21.75 | 17.28 | 8.49 | - |
| YUV | 115.21 | 104.18 | 166.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 96 | 73 | 0 | 0.43 | 0.57 | 0.34 | 14.38 | 0.4 | 0.47 |
| Hex | A9 | 60 | 49 | 0 | 2B | 39 | 22 | E | 28 | 2F |
| Octal | 251 | 140 | 111 | 0 | 53 | 71 | 42 | 16 | 50 | 57 |
| Binary | 10101001 | 1100000 | 1001001 | 0 | 101011 | 111001 | 100010 | 1110 | 101000 | 101111 |
Color Harmonies of #A96049
Complementary color
Monochromatic Colors of #A96049
Black with #A96049
Text Example
Text Example
White with #A96049
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A96049; }
p { color: rgb(169,96,73); }
H1.HeaderClassName
{
color: #A96049;
}
.AnyTagClassName
{
color: #A96049;
}
</style>
background-color css
<style>
a { background-color: #A96049; }
a { background-color: rgb(169,96,73); }
div.DivClassName
{
background-color: #A96049;
}
.BgClassName
{
background-color: #A96049;
}
</style>
border-color css
<style>
span { border-color: #A96049; }
span { border-color: rgb(169,96,73); }
td.TdClassName
{
border-color: #A96049;
}
.TagClassName
{
border-color: #A96049;
}
</style>