Shades of Tuscany #A85C44
Tints of Tuscany #A85C44
RGB
CMYK
RGB Variations
Color information
#A85C44 (or 0xA85C44) is known color: Tuscany. HEX triplet: A8, 5C and 44. RGB value is (168,92,68). Sum of RGB (Red+Green+Blue) = 168+92+68=328 (43% of max value = 765). Red value is 168 (66.02% from 255 or 51.22% from 328); Green value is 92 (36.33% from 255 or 28.05% from 328); Blue value is 68 (26.95% from 255 or 20.73% from 328); Max value from RGB is 168 - color contains mainly: red. Hex color #A85C44 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A85C44 is #57A3BB. Grayscale: #707070. Windows color (decimal): -5743548 or 4480168. OLE color: 4480168.
HSL color Cylindrical-coordinate representation of color #A85C44: hue angle of 14.4º degrees, saturation: 0.42, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #A85C44 is Cyan = 0, Magento = 0.45, Yellow = 0.60 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 92 | 68 | - |
| CMYK | 0 | 0.45 | 0.60 | 0.34 |
| HSL | 14.4º | 0.42% | 0.46% | - |
| HSV(B) | 14.4º | 0.6% | 0.66% | - |
| XYZ | 21.02 | 16.4 | 7.53 | - |
| YUV | 111.99 | 103.18 | 167.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 92 | 68 | 0 | 0.45 | 0.60 | 0.34 | 14.4 | 0.42 | 0.46 |
| Hex | A8 | 5C | 44 | 0 | 2D | 3C | 22 | E | 2A | 2E |
| Octal | 250 | 134 | 104 | 0 | 55 | 74 | 42 | 16 | 52 | 56 |
| Binary | 10101000 | 1011100 | 1000100 | 0 | 101101 | 111100 | 100010 | 1110 | 101010 | 101110 |
Color Harmonies of #A85C44
Complementary color
Monochromatic Colors of #A85C44
Black with #A85C44
Text Example
Text Example
White with #A85C44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A85C44; }
p { color: rgb(168,92,68); }
H1.HeaderClassName
{
color: #A85C44;
}
.AnyTagClassName
{
color: #A85C44;
}
</style>
background-color css
<style>
a { background-color: #A85C44; }
a { background-color: rgb(168,92,68); }
div.DivClassName
{
background-color: #A85C44;
}
.BgClassName
{
background-color: #A85C44;
}
</style>
border-color css
<style>
span { border-color: #A85C44; }
span { border-color: rgb(168,92,68); }
td.TdClassName
{
border-color: #A85C44;
}
.TagClassName
{
border-color: #A85C44;
}
</style>