Shades of Tuscany #A66741
Tints of Tuscany #A66741
RGB
CMYK
RGB Variations
Color information
#A66741 (or 0xA66741) is known color: Tuscany. HEX triplet: A6, 67 and 41. RGB value is (166,103,65). Sum of RGB (Red+Green+Blue) = 166+103+65=334 (44% of max value = 765). Red value is 166 (65.23% from 255 or 49.70% from 334); Green value is 103 (40.62% from 255 or 30.84% from 334); Blue value is 65 (25.78% from 255 or 19.46% from 334); Max value from RGB is 166 - color contains mainly: red. Hex color #A66741 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A66741 is #5998BE. Grayscale: #757575. Windows color (decimal): -5871807 or 4286374. OLE color: 4286374.
HSL color Cylindrical-coordinate representation of color #A66741: hue angle of 22.57º degrees, saturation: 0.44, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #A66741 is Cyan = 0, Magento = 0.38, Yellow = 0.61 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 103 | 65 | - |
| CMYK | 0 | 0.38 | 0.61 | 0.35 |
| HSL | 22.57º | 0.44% | 0.45% | - |
| HSV(B) | 22.57º | 0.61% | 0.65% | - |
| XYZ | 21.53 | 18.19 | 7.38 | - |
| YUV | 117.51 | 98.37 | 162.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 103 | 65 | 0 | 0.38 | 0.61 | 0.35 | 22.57 | 0.44 | 0.45 |
| Hex | A6 | 67 | 41 | 0 | 26 | 3D | 23 | 17 | 2C | 2D |
| Octal | 246 | 147 | 101 | 0 | 46 | 75 | 43 | 27 | 54 | 55 |
| Binary | 10100110 | 1100111 | 1000001 | 0 | 100110 | 111101 | 100011 | 10111 | 101100 | 101101 |
Color Harmonies of #A66741
Complementary color
Monochromatic Colors of #A66741
Black with #A66741
Text Example
Text Example
White with #A66741
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A66741; }
p { color: rgb(166,103,65); }
H1.HeaderClassName
{
color: #A66741;
}
.AnyTagClassName
{
color: #A66741;
}
</style>
background-color css
<style>
a { background-color: #A66741; }
a { background-color: rgb(166,103,65); }
div.DivClassName
{
background-color: #A66741;
}
.BgClassName
{
background-color: #A66741;
}
</style>
border-color css
<style>
span { border-color: #A66741; }
span { border-color: rgb(166,103,65); }
td.TdClassName
{
border-color: #A66741;
}
.TagClassName
{
border-color: #A66741;
}
</style>