Shades of Tuscany #A96147
Tints of Tuscany #A96147
RGB
CMYK
RGB Variations
Color information
#A96147 (or 0xA96147) is known color: Tuscany. HEX triplet: A9, 61 and 47. RGB value is (169,97,71). Sum of RGB (Red+Green+Blue) = 169+97+71=337 (44% of max value = 765). Red value is 169 (66.41% from 255 or 50.15% from 337); Green value is 97 (38.28% from 255 or 28.78% from 337); Blue value is 71 (28.12% from 255 or 21.07% from 337); Max value from RGB is 169 - color contains mainly: red. Hex color #A96147 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A96147 is #569EB8. Grayscale: #737373. Windows color (decimal): -5676729 or 4678057. OLE color: 4678057.
HSL color Cylindrical-coordinate representation of color #A96147: hue angle of 15.92º degrees, saturation: 0.41, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #A96147 is Cyan = 0, Magento = 0.43, Yellow = 0.58 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 97 | 71 | - |
| CMYK | 0 | 0.43 | 0.58 | 0.34 |
| HSL | 15.92º | 0.41% | 0.47% | - |
| HSV(B) | 15.92º | 0.58% | 0.66% | - |
| XYZ | 21.77 | 17.44 | 8.18 | - |
| YUV | 115.56 | 102.85 | 166.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 97 | 71 | 0 | 0.43 | 0.58 | 0.34 | 15.92 | 0.41 | 0.47 |
| Hex | A9 | 61 | 47 | 0 | 2B | 3A | 22 | 10 | 29 | 2F |
| Octal | 251 | 141 | 107 | 0 | 53 | 72 | 42 | 20 | 51 | 57 |
| Binary | 10101001 | 1100001 | 1000111 | 0 | 101011 | 111010 | 100010 | 10000 | 101001 | 101111 |
Color Harmonies of #A96147
Complementary color
Monochromatic Colors of #A96147
Black with #A96147
Text Example
Text Example
White with #A96147
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A96147; }
p { color: rgb(169,97,71); }
H1.HeaderClassName
{
color: #A96147;
}
.AnyTagClassName
{
color: #A96147;
}
</style>
background-color css
<style>
a { background-color: #A96147; }
a { background-color: rgb(169,97,71); }
div.DivClassName
{
background-color: #A96147;
}
.BgClassName
{
background-color: #A96147;
}
</style>
border-color css
<style>
span { border-color: #A96147; }
span { border-color: rgb(169,97,71); }
td.TdClassName
{
border-color: #A96147;
}
.TagClassName
{
border-color: #A96147;
}
</style>