#A3806D

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

Shades of Medium Wood #A3806D

Tints of Medium Wood #A3806D

Color information

#A3806D (or 0xA3806D) is unknown color: approx Medium Wood. HEX triplet: A3, 80 and 6D. RGB value is (163,128,109). Sum of RGB (Red+Green+Blue) = 163+128+109=400 (52% of max value = 765). Red value is 163 (64.06% from 255 or 40.75% from 400); Green value is 128 (50.39% from 255 or 32% from 400); Blue value is 109 (42.97% from 255 or 27.25% from 400); Max value from RGB is 163 - color contains mainly: red. Hex color #A3806D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A3806D is #5C7F92. Grayscale: #888888. Windows color (decimal): -6061971 or 7176355. OLE color: 7176355.

HSL color Cylindrical-coordinate representation of color #A3806D: hue angle of 21.11º degrees, saturation: 0.23, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A3806D is Cyan = 0, Magento = 0.21, Yellow = 0.33 and Black (K on CMYK) = 0.36.

Color convert

RGB163128109-
CMYK00.210.330.36
HSL21.11º22.69%53.33%-
HSV(B)21.11º33.13%63.92%-
XYZ25.5824.3317.82-
YUV136.3112.6147.04-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 40.75%
GREEN value IS 128 (50.39% from 255) = 32%
BLUE value IS 109 (42.97% from 255) = 27.25%
R=40.75%
G=32%
B=27.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.33
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16312810900.210.330.3621.1122.6953.33
HexA3806D0152124151735
Octal2432001550254144252765
Binary101000111000000011011010101011000011001001010110111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3806D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3806D; }

 p { color: rgb(163,128,109); }

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

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

 a { background-color: rgb(163,128,109); }

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

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

 span { border-color: rgb(163,128,109); }

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