#A6805C

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

Shades of Medium Wood #A6805C

Tints of Medium Wood #A6805C

Color information

#A6805C (or 0xA6805C) is unknown color: approx Medium Wood. HEX triplet: A6, 80 and 5C. RGB value is (166,128,92). Sum of RGB (Red+Green+Blue) = 166+128+92=386 (51% of max value = 765). Red value is 166 (65.23% from 255 or 43.01% from 386); Green value is 128 (50.39% from 255 or 33.16% from 386); Blue value is 92 (36.33% from 255 or 23.83% from 386); Max value from RGB is 166 - color contains mainly: red. Hex color #A6805C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A6805C is #597FA3. Grayscale: #878787. Windows color (decimal): -5865380 or 6062246. OLE color: 6062246.

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

Color convert

RGB16612892-
CMYK00.230.450.35
HSL29.19º29.37%50.59%-
HSV(B)29.19º44.58%65.1%-
XYZ25.3824.3213.48-
YUV135.26103.59149.93-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 43.01%
GREEN value IS 128 (50.39% from 255) = 33.16%
BLUE value IS 92 (36.33% from 255) = 23.83%
R=43.01%
G=33.16%
B=23.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.45
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1661289200.230.450.3529.1929.3750.59
HexA6805C0172D231d1d33
Octal2462001340275543353563
Binary101001101000000010111000101111011011000111110111101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6805C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6805C; }

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

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

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

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

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

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

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

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