Shades of Tuscany #A96043
Tints of Tuscany #A96043
RGB
CMYK
RGB Variations
Color information
#A96043 (or 0xA96043) is known color: Tuscany. HEX triplet: A9, 60 and 43. RGB value is (169,96,67). Sum of RGB (Red+Green+Blue) = 169+96+67=332 (43% of max value = 765). Red value is 169 (66.41% from 255 or 50.90% from 332); Green value is 96 (37.89% from 255 or 28.92% from 332); Blue value is 67 (26.56% from 255 or 20.18% from 332); Max value from RGB is 169 - color contains mainly: red. Hex color #A96043 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A96043 is #569FBC. Grayscale: #727272. Windows color (decimal): -5676989 or 4415657. OLE color: 4415657.
HSL color Cylindrical-coordinate representation of color #A96043: hue angle of 17.06º 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 #A96043 is Cyan = 0, Magento = 0.43, Yellow = 0.60 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 96 | 67 | - |
| CMYK | 0 | 0.43 | 0.60 | 0.34 |
| HSL | 17.06º | 0.43% | 0.46% | - |
| HSV(B) | 17.06º | 0.6% | 0.66% | - |
| XYZ | 21.56 | 17.21 | 7.5 | - |
| YUV | 114.52 | 101.18 | 166.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 96 | 67 | 0 | 0.43 | 0.60 | 0.34 | 17.06 | 0.43 | 0.46 |
| Hex | A9 | 60 | 43 | 0 | 2B | 3C | 22 | 11 | 2B | 2E |
| Octal | 251 | 140 | 103 | 0 | 53 | 74 | 42 | 21 | 53 | 56 |
| Binary | 10101001 | 1100000 | 1000011 | 0 | 101011 | 111100 | 100010 | 10001 | 101011 | 101110 |
Color Harmonies of #A96043
Complementary color
Monochromatic Colors of #A96043
Black with #A96043
Text Example
Text Example
White with #A96043
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A96043; }
p { color: rgb(169,96,67); }
H1.HeaderClassName
{
color: #A96043;
}
.AnyTagClassName
{
color: #A96043;
}
</style>
background-color css
<style>
a { background-color: #A96043; }
a { background-color: rgb(169,96,67); }
div.DivClassName
{
background-color: #A96043;
}
.BgClassName
{
background-color: #A96043;
}
</style>
border-color css
<style>
span { border-color: #A96043; }
span { border-color: rgb(169,96,67); }
td.TdClassName
{
border-color: #A96043;
}
.TagClassName
{
border-color: #A96043;
}
</style>