#A6805D

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

Shades of Medium Wood #A6805D

Tints of Medium Wood #A6805D

Color information

#A6805D (or 0xA6805D) is unknown color: approx Medium Wood. HEX triplet: A6, 80 and 5D. RGB value is (166,128,93). Sum of RGB (Red+Green+Blue) = 166+128+93=387 (51% of max value = 765). Red value is 166 (65.23% from 255 or 42.89% from 387); Green value is 128 (50.39% from 255 or 33.07% from 387); Blue value is 93 (36.72% from 255 or 24.03% from 387); Max value from RGB is 166 - color contains mainly: red. Hex color #A6805D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A6805D is #597FA2. Grayscale: #878787. Windows color (decimal): -5865379 or 6127782. OLE color: 6127782.

HSL color Cylindrical-coordinate representation of color #A6805D: hue angle of 28.77º 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 #A6805D is Cyan = 0, Magento = 0.23, Yellow = 0.44 and Black (K on CMYK) = 0.35.

Color convert

RGB16612893-
CMYK00.230.440.35
HSL28.77º29.08%50.78%-
HSV(B)28.77º43.98%65.1%-
XYZ25.4224.3413.71-
YUV135.37104.09149.85-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 42.89%
GREEN value IS 128 (50.39% from 255) = 33.07%
BLUE value IS 93 (36.72% from 255) = 24.03%
R=42.89%
G=33.07%
B=24.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.44
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1661289300.230.440.3528.7729.0850.78
HexA6805D0172C231d1d33
Octal2462001350275443353563
Binary101001101000000010111010101111011001000111110111101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6805D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6805D; }

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

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

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

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

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

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

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

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