Shades of Tuscany #A56646
Tints of Tuscany #A56646
RGB
CMYK
RGB Variations
Color information
#A56646 (or 0xA56646) is known color: Tuscany. HEX triplet: A5, 66 and 46. RGB value is (165,102,70). Sum of RGB (Red+Green+Blue) = 165+102+70=337 (44% of max value = 765). Red value is 165 (64.84% from 255 or 48.96% from 337); Green value is 102 (40.23% from 255 or 30.27% from 337); Blue value is 70 (27.73% from 255 or 20.77% from 337); Max value from RGB is 165 - color contains mainly: red. Hex color #A56646 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A56646 is #5A99B9. Grayscale: #757575. Windows color (decimal): -5937594 or 4613797. OLE color: 4613797.
HSL color Cylindrical-coordinate representation of color #A56646: hue angle of 20.21º degrees, saturation: 0.4, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #A56646 is Cyan = 0, Magento = 0.38, Yellow = 0.58 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 102 | 70 | - |
| CMYK | 0 | 0.38 | 0.58 | 0.35 |
| HSL | 20.21º | 0.4% | 0.46% | - |
| HSV(B) | 20.21º | 0.58% | 0.65% | - |
| XYZ | 21.37 | 17.94 | 8.13 | - |
| YUV | 117.19 | 101.37 | 162.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 102 | 70 | 0 | 0.38 | 0.58 | 0.35 | 20.21 | 0.4 | 0.46 |
| Hex | A5 | 66 | 46 | 0 | 26 | 3A | 23 | 14 | 28 | 2E |
| Octal | 245 | 146 | 106 | 0 | 46 | 72 | 43 | 24 | 50 | 56 |
| Binary | 10100101 | 1100110 | 1000110 | 0 | 100110 | 111010 | 100011 | 10100 | 101000 | 101110 |
Color Harmonies of #A56646
Complementary color
Monochromatic Colors of #A56646
Black with #A56646
Text Example
Text Example
White with #A56646
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A56646; }
p { color: rgb(165,102,70); }
H1.HeaderClassName
{
color: #A56646;
}
.AnyTagClassName
{
color: #A56646;
}
</style>
background-color css
<style>
a { background-color: #A56646; }
a { background-color: rgb(165,102,70); }
div.DivClassName
{
background-color: #A56646;
}
.BgClassName
{
background-color: #A56646;
}
</style>
border-color css
<style>
span { border-color: #A56646; }
span { border-color: rgb(165,102,70); }
td.TdClassName
{
border-color: #A56646;
}
.TagClassName
{
border-color: #A56646;
}
</style>