#A6785A

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

Shades of Medium Wood #A6785A

Tints of Medium Wood #A6785A

Color information

#A6785A (or 0xA6785A) is unknown color: approx Medium Wood. HEX triplet: A6, 78 and 5A. RGB value is (166,120,90). Sum of RGB (Red+Green+Blue) = 166+120+90=376 (49% of max value = 765). Red value is 166 (65.23% from 255 or 44.15% from 376); Green value is 120 (47.27% from 255 or 31.91% from 376); Blue value is 90 (35.55% from 255 or 23.94% from 376); Max value from RGB is 166 - color contains mainly: red. Hex color #A6785A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A6785A is #5987A5. Grayscale: #828282. Windows color (decimal): -5867430 or 5929126. OLE color: 5929126.

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

Color convert

RGB16612090-
CMYK00.280.460.35
HSL23.68º29.92%50.2%-
HSV(B)23.68º45.78%65.1%-
XYZ24.2922.2812.69-
YUV130.33105.24153.44-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 44.15%
GREEN value IS 120 (47.27% from 255) = 31.91%
BLUE value IS 90 (35.55% from 255) = 23.94%
R=44.15%
G=31.91%
B=23.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.46
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1661209000.280.460.3523.6829.9250.2
HexA6785A01C2E23181e32
Octal2461701320345643303662
Binary10100110111100010110100111001011101000111100011110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6785A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6785A; }

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

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

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

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

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

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

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

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