#A8836D

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

Shades of Medium Wood #A8836D

Tints of Medium Wood #A8836D

Color information

#A8836D (or 0xA8836D) is unknown color: approx Medium Wood. HEX triplet: A8, 83 and 6D. RGB value is (168,131,109). Sum of RGB (Red+Green+Blue) = 168+131+109=408 (54% of max value = 765). Red value is 168 (66.02% from 255 or 41.18% from 408); Green value is 131 (51.56% from 255 or 32.11% from 408); Blue value is 109 (42.97% from 255 or 26.72% from 408); Max value from RGB is 168 - color contains mainly: red. Hex color #A8836D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A8836D is #577C92. Grayscale: #8B8B8B. Windows color (decimal): -5733523 or 7177128. OLE color: 7177128.

HSL color Cylindrical-coordinate representation of color #A8836D: hue angle of 22.37º degrees, saturation: 0.25, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A8836D is Cyan = 0, Magento = 0.22, Yellow = 0.35 and Black (K on CMYK) = 0.34.

Color convert

RGB168131109-
CMYK00.220.350.34
HSL22.37º25.32%54.31%-
HSV(B)22.37º35.12%65.88%-
XYZ27.0325.6618-
YUV139.55110.76148.29-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 41.18%
GREEN value IS 131 (51.56% from 255) = 32.11%
BLUE value IS 109 (42.97% from 255) = 26.72%
R=41.18%
G=32.11%
B=26.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.35
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16813110900.220.350.3422.3725.3254.31
HexA8836D0162322161936
Octal2502031550264342263166
Binary101010001000001111011010101101000111000101011011001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8836D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8836D; }

 p { color: rgb(168,131,109); }

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

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

 a { background-color: rgb(168,131,109); }

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

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

 span { border-color: rgb(168,131,109); }

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