#A85E47

Color #A85E47 Tuscany (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Tuscany #A85E47

Tints of Tuscany #A85E47

Color information

#A85E47 (or 0xA85E47) is unknown color: approx Tuscany. HEX triplet: A8, 5E and 47. RGB value is (168,94,71). Sum of RGB (Red+Green+Blue) = 168+94+71=333 (44% of max value = 765). Red value is 168 (66.02% from 255 or 50.45% from 333); Green value is 94 (37.11% from 255 or 28.23% from 333); Blue value is 71 (28.12% from 255 or 21.32% from 333); Max value from RGB is 168 - color contains mainly: red. Hex color #A85E47 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A85E47 is #57A1B8. Grayscale: #717171. Windows color (decimal): -5743033 or 4677288. OLE color: 4677288.

HSL color Cylindrical-coordinate representation of color #A85E47: hue angle of 14.23º degrees, saturation: 0.41, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #A85E47 is Cyan = 0, Magento = 0.44, Yellow = 0.58 and Black (K on CMYK) = 0.34.

Color convert

RGB1689471-
CMYK00.440.580.34
HSL14.23º40.59%46.86%-
HSV(B)14.23º57.74%65.88%-
XYZ21.2916.798.08-
YUV113.5104.02166.87-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 168 (66.02% from 255) = 50.45%
GREEN value IS 94 (37.11% from 255) = 28.23%
BLUE value IS 71 (28.12% from 255) = 21.32%
R=50.45%
G=28.23%
B=21.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.58
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal168947100.440.580.3414.2340.5946.86
HexA85E4702C3A22e292f
Octal2501361070547242165157
Binary101010001011110100011101011001110101000101110101001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A85E47

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A85E47; }

 p { color: rgb(168,94,71); }

 H1.HeaderClassName
 {
   color: #A85E47;
 }
 .AnyTagClassName
 {
   color: #A85E47;
 }
</style>
background-color css

<style>
 a { background-color: #A85E47; }

 a { background-color: rgb(168,94,71); }

 div.DivClassName
 {
   background-color: #A85E47;
 }
 .BgClassName
 {
   background-color: #A85E47;
 }
</style>
border-color css

<style>
 span { border-color: #A85E47; }

 span { border-color: rgb(168,94,71); }

 td.TdClassName
 {
   border-color: #A85E47;
 }
 .TagClassName
 {
   border-color: #A85E47;
 }
</style>