#A6846E

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

Shades of Medium Wood #A6846E

Tints of Medium Wood #A6846E

Color information

#A6846E (or 0xA6846E) is unknown color: approx Medium Wood. HEX triplet: A6, 84 and 6E. RGB value is (166,132,110). Sum of RGB (Red+Green+Blue) = 166+132+110=408 (54% of max value = 765). Red value is 166 (65.23% from 255 or 40.69% from 408); Green value is 132 (51.95% from 255 or 32.35% from 408); Blue value is 110 (43.36% from 255 or 26.96% from 408); Max value from RGB is 166 - color contains mainly: red. Hex color #A6846E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A6846E is #597B91. Grayscale: #8B8B8B. Windows color (decimal): -5864338 or 7242918. OLE color: 7242918.

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

Color convert

RGB166132110-
CMYK00.200.340.35
HSL23.57º23.93%54.12%-
HSV(B)23.57º33.73%65.1%-
XYZ26.7925.7418.31-
YUV139.66111.26146.79-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 40.69%
GREEN value IS 132 (51.95% from 255) = 32.35%
BLUE value IS 110 (43.36% from 255) = 26.96%
R=40.69%
G=32.35%
B=26.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.34
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16613211000.200.340.3523.5723.9354.12
HexA6846E0142223181836
Octal2462041560244243303066
Binary101001101000010011011100101001000101000111100011000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6846E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6846E; }

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

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

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

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

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

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

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

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