#A2806D

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

Shades of Medium Wood #A2806D

Tints of Medium Wood #A2806D

Color information

#A2806D (or 0xA2806D) is unknown color: approx Medium Wood. HEX triplet: A2, 80 and 6D. RGB value is (162,128,109). Sum of RGB (Red+Green+Blue) = 162+128+109=399 (52% of max value = 765). Red value is 162 (63.67% from 255 or 40.60% from 399); Green value is 128 (50.39% from 255 or 32.08% from 399); Blue value is 109 (42.97% from 255 or 27.32% from 399); Max value from RGB is 162 - color contains mainly: red. Hex color #A2806D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A2806D is #5D7F92. Grayscale: #888888. Windows color (decimal): -6127507 or 7176354. OLE color: 7176354.

HSL color Cylindrical-coordinate representation of color #A2806D: hue angle of 21.51º degrees, saturation: 0.22, 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 #A2806D is Cyan = 0, Magento = 0.21, Yellow = 0.33 and Black (K on CMYK) = 0.36.

Color convert

RGB162128109-
CMYK00.210.330.36
HSL21.51º22.18%53.14%-
HSV(B)21.51º32.72%63.53%-
XYZ25.3824.2217.81-
YUV136112.76146.54-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 40.60%
GREEN value IS 128 (50.39% from 255) = 32.08%
BLUE value IS 109 (42.97% from 255) = 27.32%
R=40.60%
G=32.08%
B=27.32%

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
Decimal16212810900.210.330.3621.5122.1853.14
HexA2806D0152124161635
Octal2422001550254144262665
Binary101000101000000011011010101011000011001001011010110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2806D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2806D; }

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

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

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

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

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

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

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

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