#A6805F

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

Shades of Medium Wood #A6805F

Tints of Medium Wood #A6805F

Color information

#A6805F (or 0xA6805F) is unknown color: approx Medium Wood. HEX triplet: A6, 80 and 5F. RGB value is (166,128,95). Sum of RGB (Red+Green+Blue) = 166+128+95=389 (51% of max value = 765). Red value is 166 (65.23% from 255 or 42.67% from 389); Green value is 128 (50.39% from 255 or 32.90% from 389); Blue value is 95 (37.5% from 255 or 24.42% from 389); Max value from RGB is 166 - color contains mainly: red. Hex color #A6805F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A6805F is #597FA0. Grayscale: #878787. Windows color (decimal): -5865377 or 6258854. OLE color: 6258854.

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

Color convert

RGB16612895-
CMYK00.230.430.35
HSL27.89º28.51%51.18%-
HSV(B)27.89º42.77%65.1%-
XYZ25.5124.3714.19-
YUV135.6105.09149.68-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 42.67%
GREEN value IS 128 (50.39% from 255) = 32.90%
BLUE value IS 95 (37.5% from 255) = 24.42%
R=42.67%
G=32.90%
B=24.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.43
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1661289500.230.430.3527.8928.5151.18
HexA6805F0172B231c1d33
Octal2462001370275343343563
Binary101001101000000010111110101111010111000111110011101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6805F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6805F; }

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

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

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

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

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

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

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

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