Shades of Tuscany #A85F43
Tints of Tuscany #A85F43
RGB
CMYK
RGB Variations
Color information
#A85F43 (or 0xA85F43) is known color: Tuscany. HEX triplet: A8, 5F and 43. RGB value is (168,95,67). Sum of RGB (Red+Green+Blue) = 168+95+67=330 (43% of max value = 765). Red value is 168 (66.02% from 255 or 50.91% from 330); Green value is 95 (37.5% from 255 or 28.79% from 330); Blue value is 67 (26.56% from 255 or 20.30% from 330); Max value from RGB is 168 - color contains mainly: red. Hex color #A85F43 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A85F43 is #57A0BC. Grayscale: #717171. Windows color (decimal): -5742781 or 4415400. OLE color: 4415400.
HSL color Cylindrical-coordinate representation of color #A85F43: hue angle of 16.63º degrees, saturation: 0.43, 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 #A85F43 is Cyan = 0, Magento = 0.43, Yellow = 0.60 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 95 | 67 | - |
| CMYK | 0 | 0.43 | 0.60 | 0.34 |
| HSL | 16.63º | 0.43% | 0.46% | - |
| HSV(B) | 16.63º | 0.6% | 0.66% | - |
| XYZ | 21.25 | 16.91 | 7.45 | - |
| YUV | 113.64 | 101.68 | 166.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 95 | 67 | 0 | 0.43 | 0.60 | 0.34 | 16.63 | 0.43 | 0.46 |
| Hex | A8 | 5F | 43 | 0 | 2B | 3C | 22 | 11 | 2B | 2E |
| Octal | 250 | 137 | 103 | 0 | 53 | 74 | 42 | 21 | 53 | 56 |
| Binary | 10101000 | 1011111 | 1000011 | 0 | 101011 | 111100 | 100010 | 10001 | 101011 | 101110 |
Color Harmonies of #A85F43
Complementary color
Monochromatic Colors of #A85F43
Black with #A85F43
Text Example
Text Example
White with #A85F43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A85F43; }
p { color: rgb(168,95,67); }
H1.HeaderClassName
{
color: #A85F43;
}
.AnyTagClassName
{
color: #A85F43;
}
</style>
background-color css
<style>
a { background-color: #A85F43; }
a { background-color: rgb(168,95,67); }
div.DivClassName
{
background-color: #A85F43;
}
.BgClassName
{
background-color: #A85F43;
}
</style>
border-color css
<style>
span { border-color: #A85F43; }
span { border-color: rgb(168,95,67); }
td.TdClassName
{
border-color: #A85F43;
}
.TagClassName
{
border-color: #A85F43;
}
</style>