#A6785D

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

Shades of Medium Wood #A6785D

Tints of Medium Wood #A6785D

Color information

#A6785D (or 0xA6785D) is unknown color: approx Medium Wood. HEX triplet: A6, 78 and 5D. RGB value is (166,120,93). Sum of RGB (Red+Green+Blue) = 166+120+93=379 (50% of max value = 765). Red value is 166 (65.23% from 255 or 43.80% from 379); Green value is 120 (47.27% from 255 or 31.66% from 379); Blue value is 93 (36.72% from 255 or 24.54% from 379); Max value from RGB is 166 - color contains mainly: red. Hex color #A6785D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A6785D is #5987A2. Grayscale: #828282. Windows color (decimal): -5867427 or 6125734. OLE color: 6125734.

HSL color Cylindrical-coordinate representation of color #A6785D: hue angle of 22.19º degrees, saturation: 0.29, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #A6785D is Cyan = 0, Magento = 0.28, Yellow = 0.44 and Black (K on CMYK) = 0.35.

Color convert

RGB16612093-
CMYK00.280.440.35
HSL22.19º29.08%50.78%-
HSV(B)22.19º43.98%65.1%-
XYZ24.4222.3313.38-
YUV130.68106.74153.2-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 43.80%
GREEN value IS 120 (47.27% from 255) = 31.66%
BLUE value IS 93 (36.72% from 255) = 24.54%
R=43.80%
G=31.66%
B=24.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.44
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1661209300.280.440.3522.1929.0850.78
HexA6785D01C2C23161d33
Octal2461701350345443263563
Binary10100110111100010111010111001011001000111011011101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6785D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6785D; }

 p { color: rgb(166,120,93); }

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

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

 a { background-color: rgb(166,120,93); }

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

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

 span { border-color: rgb(166,120,93); }

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