Shades of Tuscany #A46445
Tints of Tuscany #A46445
RGB
CMYK
RGB Variations
Color information
#A46445 (or 0xA46445) is known color: Tuscany. HEX triplet: A4, 64 and 45. RGB value is (164,100,69). Sum of RGB (Red+Green+Blue) = 164+100+69=333 (44% of max value = 765). Red value is 164 (64.45% from 255 or 49.25% from 333); Green value is 100 (39.45% from 255 or 30.03% from 333); Blue value is 69 (27.34% from 255 or 20.72% from 333); Max value from RGB is 164 - color contains mainly: red. Hex color #A46445 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A46445 is #5B9BBA. Grayscale: #737373. Windows color (decimal): -6003643 or 4547748. OLE color: 4547748.
HSL color Cylindrical-coordinate representation of color #A46445: hue angle of 19.58º degrees, saturation: 0.41, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #A46445 is Cyan = 0, Magento = 0.39, Yellow = 0.58 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 100 | 69 | - |
| CMYK | 0 | 0.39 | 0.58 | 0.36 |
| HSL | 19.58º | 0.41% | 0.46% | - |
| HSV(B) | 19.58º | 0.58% | 0.64% | - |
| XYZ | 20.94 | 17.44 | 7.89 | - |
| YUV | 115.6 | 101.7 | 162.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 100 | 69 | 0 | 0.39 | 0.58 | 0.36 | 19.58 | 0.41 | 0.46 |
| Hex | A4 | 64 | 45 | 0 | 27 | 3A | 24 | 14 | 29 | 2E |
| Octal | 244 | 144 | 105 | 0 | 47 | 72 | 44 | 24 | 51 | 56 |
| Binary | 10100100 | 1100100 | 1000101 | 0 | 100111 | 111010 | 100100 | 10100 | 101001 | 101110 |
Color Harmonies of #A46445
Complementary color
Monochromatic Colors of #A46445
Black with #A46445
Text Example
Text Example
White with #A46445
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A46445; }
p { color: rgb(164,100,69); }
H1.HeaderClassName
{
color: #A46445;
}
.AnyTagClassName
{
color: #A46445;
}
</style>
background-color css
<style>
a { background-color: #A46445; }
a { background-color: rgb(164,100,69); }
div.DivClassName
{
background-color: #A46445;
}
.BgClassName
{
background-color: #A46445;
}
</style>
border-color css
<style>
span { border-color: #A46445; }
span { border-color: rgb(164,100,69); }
td.TdClassName
{
border-color: #A46445;
}
.TagClassName
{
border-color: #A46445;
}
</style>