#A6795B

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

Shades of Medium Wood #A6795B

Tints of Medium Wood #A6795B

Color information

#A6795B (or 0xA6795B) is unknown color: approx Medium Wood. HEX triplet: A6, 79 and 5B. RGB value is (166,121,91). Sum of RGB (Red+Green+Blue) = 166+121+91=378 (50% of max value = 765). Red value is 166 (65.23% from 255 or 43.92% from 378); Green value is 121 (47.66% from 255 or 32.01% from 378); Blue value is 91 (35.94% from 255 or 24.07% from 378); Max value from RGB is 166 - color contains mainly: red. Hex color #A6795B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A6795B is #5986A4. Grayscale: #838383. Windows color (decimal): -5867173 or 5994918. OLE color: 5994918.

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

Color convert

RGB16612191-
CMYK00.270.450.35
HSL24º29.64%50.39%-
HSV(B)24º45.18%65.1%-
XYZ24.4522.5412.96-
YUV131.04105.41152.94-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 43.92%
GREEN value IS 121 (47.66% from 255) = 32.01%
BLUE value IS 91 (35.94% from 255) = 24.07%
R=43.92%
G=32.01%
B=24.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.45
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1661219100.270.450.352429.6450.39
HexA6795B01B2D23181e32
Octal2461711330335543303662
Binary10100110111100110110110110111011011000111100011110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6795B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6795B; }

 p { color: rgb(166,121,91); }

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

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

 a { background-color: rgb(166,121,91); }

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

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

 span { border-color: rgb(166,121,91); }

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