Shades of Tuscany #A66643
Tints of Tuscany #A66643
RGB
CMYK
RGB Variations
Color information
#A66643 (or 0xA66643) is known color: Tuscany. HEX triplet: A6, 66 and 43. RGB value is (166,102,67). Sum of RGB (Red+Green+Blue) = 166+102+67=335 (44% of max value = 765). Red value is 166 (65.23% from 255 or 49.55% from 335); Green value is 102 (40.23% from 255 or 30.45% from 335); Blue value is 67 (26.56% from 255 or 20% from 335); Max value from RGB is 166 - color contains mainly: red. Hex color #A66643 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A66643 is #5999BC. Grayscale: #757575. Windows color (decimal): -5872061 or 4417190. OLE color: 4417190.
HSL color Cylindrical-coordinate representation of color #A66643: hue angle of 21.21º degrees, saturation: 0.42, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #A66643 is Cyan = 0, Magento = 0.39, Yellow = 0.60 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 102 | 67 | - |
| CMYK | 0 | 0.39 | 0.60 | 0.35 |
| HSL | 21.21º | 0.42% | 0.46% | - |
| HSV(B) | 21.21º | 0.6% | 0.65% | - |
| XYZ | 21.49 | 18.01 | 7.65 | - |
| YUV | 117.15 | 99.7 | 162.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 102 | 67 | 0 | 0.39 | 0.60 | 0.35 | 21.21 | 0.42 | 0.46 |
| Hex | A6 | 66 | 43 | 0 | 27 | 3C | 23 | 15 | 2A | 2E |
| Octal | 246 | 146 | 103 | 0 | 47 | 74 | 43 | 25 | 52 | 56 |
| Binary | 10100110 | 1100110 | 1000011 | 0 | 100111 | 111100 | 100011 | 10101 | 101010 | 101110 |
Color Harmonies of #A66643
Complementary color
Monochromatic Colors of #A66643
Black with #A66643
Text Example
Text Example
White with #A66643
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A66643; }
p { color: rgb(166,102,67); }
H1.HeaderClassName
{
color: #A66643;
}
.AnyTagClassName
{
color: #A66643;
}
</style>
background-color css
<style>
a { background-color: #A66643; }
a { background-color: rgb(166,102,67); }
div.DivClassName
{
background-color: #A66643;
}
.BgClassName
{
background-color: #A66643;
}
</style>
border-color css
<style>
span { border-color: #A66643; }
span { border-color: rgb(166,102,67); }
td.TdClassName
{
border-color: #A66643;
}
.TagClassName
{
border-color: #A66643;
}
</style>