#A6836A

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

Shades of Medium Wood #A6836A

Tints of Medium Wood #A6836A

Color information

#A6836A (or 0xA6836A) is unknown color: approx Medium Wood. HEX triplet: A6, 83 and 6A. RGB value is (166,131,106). Sum of RGB (Red+Green+Blue) = 166+131+106=403 (53% of max value = 765). Red value is 166 (65.23% from 255 or 41.19% from 403); Green value is 131 (51.56% from 255 or 32.51% from 403); Blue value is 106 (41.80% from 255 or 26.30% from 403); Max value from RGB is 166 - color contains mainly: red. Hex color #A6836A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A6836A is #597C95. Grayscale: #8A8A8A. Windows color (decimal): -5864598 or 6980518. OLE color: 6980518.

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

Color convert

RGB166131106-
CMYK00.210.360.35
HSL25º25.21%53.33%-
HSV(B)25º36.14%65.1%-
XYZ26.4425.3817.14-
YUV138.61109.6147.53-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 41.19%
GREEN value IS 131 (51.56% from 255) = 32.51%
BLUE value IS 106 (41.80% from 255) = 26.30%
R=41.19%
G=32.51%
B=26.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.36
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16613110600.210.360.352525.2153.33
HexA6836A0152423191935
Octal2462031520254443313165
Binary101001101000001111010100101011001001000111100111001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6836A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6836A; }

 p { color: rgb(166,131,106); }

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

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

 a { background-color: rgb(166,131,106); }

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

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

 span { border-color: rgb(166,131,106); }

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