Color Hex Logo

#a6835e Color Hex

#A6835E
(166,131,94)
0 Favorites   0 Comments

Color spaces of #a6835e

RGB 16613194
HSL0.090.290.51
HSV31°43°65°
CMYK 0.000.210.43   0.35
XYZ25.862625.147714.0806
Yxy25.14770.39730.3863
Hunter Lab50.14754.299818.4556
CIE-Lab57.21908.402825.1011

#a6835e color RGB value is (166,131,94).

#a6835e hex color red value is 166, green value is 131 and the blue value of its RGB is 94. Cylindrical-coordinate representations (also known as HSL) of color #a6835e hue: 0.09 , saturation: 0.29 and the lightness value of a6835e is 0.51.

The process color (four color CMYK) of #a6835e color hex is 0.00, 0.21, 0.43, 0.35. Web safe color of #a6835e is #999966. Color #a6835e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100110 10000011 01011110
Octal 246 203 136
Decimal 166 131 94
Hex A6 83 5E

RGB Percentages of Color #a6835e

%42.46
%33.50
%24.04

CMYK Percentages of Color #a6835e

%0
%21
%43
%35

Triadic Colors of #a6835e

#a6835e #5ea683 #835ea6

Analogous Colors of #a6835e

#a6835e #a5a65e #a65f5e

Monochromatic Colors of #a6835e

#a6835e

Complementary Color

#a6835e #5e81a6

#a6835e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a6835e Color Preview on White Background

Lorem ipsum dolor sit amet.

#a6835e Color CSS Codes

.mybgcolor {background-color:#a6835e; } 
.myforecolor {color:#a6835e; }
.mybordercolor {border:3px solid #a6835e; }

#a6835e Text Font Color

<p style="color:#a6835e">Text here</p>

This sample text font color is #a6835e
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#a6835e Background Color

<div style="background-color:#a6835e">
Div content here</div>

This div background color is #a6835e


#a6835e Border Color

<div style="border:3px solid #a6835e">
Div here</div>

This div border color is #a6835e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(166,131,94, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #a6835e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #a6835e;
  -webkit-box-shadow: 1px 1px 3px 2px #a6835e;
  box-shadow:         1px 1px 3px 2px #a6835e; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(166,131,94, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #a6835e">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #a6835e;
  -webkit-box-shadow: 1px 1px 3px 2px #a6835e;
  box-shadow:         1px 1px 3px 2px #a6835e;">
Div content here</div>

This div box has shadow with color #a6835e


Comments

No comments written yet.

Please login to write comment.