Shades of Tuscany #A46144
Tints of Tuscany #A46144
RGB
CMYK
RGB Variations
Color information
#A46144 (or 0xA46144) is known color: Tuscany. HEX triplet: A4, 61 and 44. RGB value is (164,97,68). Sum of RGB (Red+Green+Blue) = 164+97+68=329 (43% of max value = 765). Red value is 164 (64.45% from 255 or 49.85% from 329); Green value is 97 (38.28% from 255 or 29.48% from 329); Blue value is 68 (26.95% from 255 or 20.67% from 329); Max value from RGB is 164 - color contains mainly: red. Hex color #A46144 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A46144 is #5B9EBB. Grayscale: #717171. Windows color (decimal): -6004412 or 4481444. OLE color: 4481444.
HSL color Cylindrical-coordinate representation of color #A46144: hue angle of 18.12º degrees, saturation: 0.41, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #A46144 is Cyan = 0, Magento = 0.41, Yellow = 0.59 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 97 | 68 | - |
| CMYK | 0 | 0.41 | 0.59 | 0.36 |
| HSL | 18.13º | 0.41% | 0.45% | - |
| HSV(B) | 18.13º | 0.59% | 0.64% | - |
| XYZ | 20.63 | 16.86 | 7.64 | - |
| YUV | 113.73 | 102.2 | 163.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 97 | 68 | 0 | 0.41 | 0.59 | 0.36 | 18.13 | 0.41 | 0.45 |
| Hex | A4 | 61 | 44 | 0 | 29 | 3B | 24 | 12 | 29 | 2D |
| Octal | 244 | 141 | 104 | 0 | 51 | 73 | 44 | 22 | 51 | 55 |
| Binary | 10100100 | 1100001 | 1000100 | 0 | 101001 | 111011 | 100100 | 10010 | 101001 | 101101 |
Color Harmonies of #A46144
Complementary color
Monochromatic Colors of #A46144
Black with #A46144
Text Example
Text Example
White with #A46144
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A46144; }
p { color: rgb(164,97,68); }
H1.HeaderClassName
{
color: #A46144;
}
.AnyTagClassName
{
color: #A46144;
}
</style>
background-color css
<style>
a { background-color: #A46144; }
a { background-color: rgb(164,97,68); }
div.DivClassName
{
background-color: #A46144;
}
.BgClassName
{
background-color: #A46144;
}
</style>
border-color css
<style>
span { border-color: #A46144; }
span { border-color: rgb(164,97,68); }
td.TdClassName
{
border-color: #A46144;
}
.TagClassName
{
border-color: #A46144;
}
</style>