#A6846F

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

Shades of Medium Wood #A6846F

Tints of Medium Wood #A6846F

Color information

#A6846F (or 0xA6846F) is unknown color: approx Medium Wood. HEX triplet: A6, 84 and 6F. RGB value is (166,132,111). Sum of RGB (Red+Green+Blue) = 166+132+111=409 (54% of max value = 765). Red value is 166 (65.23% from 255 or 40.59% from 409); Green value is 132 (51.95% from 255 or 32.27% from 409); Blue value is 111 (43.75% from 255 or 27.14% from 409); Max value from RGB is 166 - color contains mainly: red. Hex color #A6846F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A6846F is #597B90. Grayscale: #8B8B8B. Windows color (decimal): -5864337 or 7308454. OLE color: 7308454.

HSL color Cylindrical-coordinate representation of color #A6846F: hue angle of 22.91º degrees, saturation: 0.24, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A6846F is Cyan = 0, Magento = 0.20, Yellow = 0.33 and Black (K on CMYK) = 0.35.

Color convert

RGB166132111-
CMYK00.200.330.35
HSL22.91º23.61%54.31%-
HSV(B)22.91º33.13%65.1%-
XYZ26.8525.7618.6-
YUV139.77111.76146.71-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 40.59%
GREEN value IS 132 (51.95% from 255) = 32.27%
BLUE value IS 111 (43.75% from 255) = 27.14%
R=40.59%
G=32.27%
B=27.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.33
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16613211100.200.330.3522.9123.6154.31
HexA6846F0142123171836
Octal2462041570244143273066
Binary101001101000010011011110101001000011000111011111000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6846F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6846F; }

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

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

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

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

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

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

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

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