Shades of Tuscany #A46344
Tints of Tuscany #A46344
RGB
CMYK
RGB Variations
Color information
#A46344 (or 0xA46344) is known color: Tuscany. HEX triplet: A4, 63 and 44. RGB value is (164,99,68). Sum of RGB (Red+Green+Blue) = 164+99+68=331 (43% of max value = 765). Red value is 164 (64.45% from 255 or 49.55% from 331); Green value is 99 (39.06% from 255 or 29.91% from 331); Blue value is 68 (26.95% from 255 or 20.54% from 331); Max value from RGB is 164 - color contains mainly: red. Hex color #A46344 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A46344 is #5B9CBB. Grayscale: #737373. Windows color (decimal): -6003900 or 4481956. OLE color: 4481956.
HSL color Cylindrical-coordinate representation of color #A46344: hue angle of 19.38º 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 #A46344 is Cyan = 0, Magento = 0.40, Yellow = 0.59 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 99 | 68 | - |
| CMYK | 0 | 0.40 | 0.59 | 0.36 |
| HSL | 19.38º | 0.41% | 0.45% | - |
| HSV(B) | 19.38º | 0.59% | 0.64% | - |
| XYZ | 20.82 | 17.23 | 7.7 | - |
| YUV | 114.9 | 101.53 | 163.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 99 | 68 | 0 | 0.40 | 0.59 | 0.36 | 19.38 | 0.41 | 0.45 |
| Hex | A4 | 63 | 44 | 0 | 28 | 3B | 24 | 13 | 29 | 2D |
| Octal | 244 | 143 | 104 | 0 | 50 | 73 | 44 | 23 | 51 | 55 |
| Binary | 10100100 | 1100011 | 1000100 | 0 | 101000 | 111011 | 100100 | 10011 | 101001 | 101101 |
Color Harmonies of #A46344
Complementary color
Monochromatic Colors of #A46344
Black with #A46344
Text Example
Text Example
White with #A46344
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A46344; }
p { color: rgb(164,99,68); }
H1.HeaderClassName
{
color: #A46344;
}
.AnyTagClassName
{
color: #A46344;
}
</style>
background-color css
<style>
a { background-color: #A46344; }
a { background-color: rgb(164,99,68); }
div.DivClassName
{
background-color: #A46344;
}
.BgClassName
{
background-color: #A46344;
}
</style>
border-color css
<style>
span { border-color: #A46344; }
span { border-color: rgb(164,99,68); }
td.TdClassName
{
border-color: #A46344;
}
.TagClassName
{
border-color: #A46344;
}
</style>