#A6846A

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

Shades of Medium Wood #A6846A

Tints of Medium Wood #A6846A

Color information

#A6846A (or 0xA6846A) is unknown color: approx Medium Wood. HEX triplet: A6, 84 and 6A. RGB value is (166,132,106). Sum of RGB (Red+Green+Blue) = 166+132+106=404 (53% of max value = 765). Red value is 166 (65.23% from 255 or 41.09% from 404); Green value is 132 (51.95% from 255 or 32.67% from 404); Blue value is 106 (41.80% from 255 or 26.24% from 404); Max value from RGB is 166 - color contains mainly: red. Hex color #A6846A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A6846A is #597B95. Grayscale: #8B8B8B. Windows color (decimal): -5864342 or 6980774. OLE color: 6980774.

HSL color Cylindrical-coordinate representation of color #A6846A: hue angle of 26º 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 #A6846A is Cyan = 0, Magento = 0.20, Yellow = 0.36 and Black (K on CMYK) = 0.35.

Color convert

RGB166132106-
CMYK00.200.360.35
HSL26º25.21%53.33%-
HSV(B)26º36.14%65.1%-
XYZ26.5825.6517.19-
YUV139.2109.26147.11-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 41.09%
GREEN value IS 132 (51.95% from 255) = 32.67%
BLUE value IS 106 (41.80% from 255) = 26.24%
R=41.09%
G=32.67%
B=26.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.36
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16613210600.200.360.352625.2153.33
HexA6846A01424231a1935
Octal2462041520244443323165
Binary101001101000010011010100101001001001000111101011001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6846A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6846A; }

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

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

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

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

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

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

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

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