Color Hex Logo

#a6866d Color Hex

#A6866D
(166,134,109)
0 Favorites   0 Comments

Color spaces of #a6866d

RGB 166134109
HSL0.070.240.54
HSV26°34°65°
CMYK 0.000.190.34   0.35
XYZ27.011326.261318.1133
Yxy26.26130.37840.3679
Hunter Lab51.24584.406014.9154
CIE-Lab58.28428.539018.0806

#a6866d color RGB value is (166,134,109).

#a6866d hex color red value is 166, green value is 134 and the blue value of its RGB is 109. Cylindrical-coordinate representations (also known as HSL) of color #a6866d hue: 0.07 , saturation: 0.24 and the lightness value of a6866d is 0.54.

The process color (four color CMYK) of #a6866d color hex is 0.00, 0.19, 0.34, 0.35. Web safe color of #a6866d is #999966. Color #a6866d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100110 10000110 01101101
Octal 246 206 155
Decimal 166 134 109
Hex A6 86 6D

RGB Percentages of Color #a6866d

%40.59
%32.76
%26.65

CMYK Percentages of Color #a6866d

%0
%19
%34
%35

Triadic Colors of #a6866d

#a6866d #6da686 #866da6

Analogous Colors of #a6866d

#a6866d #a6a36d #a66d71

Monochromatic Colors of #a6866d

#a6866d

Complementary Color

#a6866d #6d8da6

#a6866d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a6866d Color Preview on White Background

Lorem ipsum dolor sit amet.

#a6866d Color CSS Codes

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

#a6866d Text Font Color

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

This sample text font color is #a6866d
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.


#a6866d Background Color

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

This div background color is #a6866d


#a6866d Border Color

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

This div border color is #a6866d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a6866d


Comments

No comments written yet.

Please login to write comment.