#A85E45

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

Shades of Tuscany #A85E45

Tints of Tuscany #A85E45

Color information

#A85E45 (or 0xA85E45) is unknown color: approx Tuscany. HEX triplet: A8, 5E and 45. RGB value is (168,94,69). Sum of RGB (Red+Green+Blue) = 168+94+69=331 (43% of max value = 765). Red value is 168 (66.02% from 255 or 50.76% from 331); Green value is 94 (37.11% from 255 or 28.40% from 331); Blue value is 69 (27.34% from 255 or 20.85% from 331); Max value from RGB is 168 - color contains mainly: red. Hex color #A85E45 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A85E45 is #57A1BA. Grayscale: #717171. Windows color (decimal): -5743035 or 4546216. OLE color: 4546216.

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

Color convert

RGB1689469-
CMYK00.440.590.34
HSL15.15º41.77%46.47%-
HSV(B)15.15º58.93%65.88%-
XYZ21.2316.767.75-
YUV113.28103.02167.03-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 50.76%
GREEN value IS 94 (37.11% from 255) = 28.40%
BLUE value IS 69 (27.34% from 255) = 20.85%
R=50.76%
G=28.40%
B=20.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.59
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal168946900.440.590.3415.1541.7746.47
HexA85E4502C3B22f2a2e
Octal2501361050547342175256
Binary101010001011110100010101011001110111000101111101010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A85E45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A85E45; }

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

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

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

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

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

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

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

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