Color Hex Logo

#a6943e Color Hex

#A6943E
(166,148,62)
0 Favorites   0 Comments

Color spaces of #a6943e

RGB 16614862
HSL0.140.460.45
HSV50°63°65°
CMYK 0.000.110.63   0.35
XYZ27.185329.63468.8447
Yxy29.63460.41400.4513
Hunter Lab54.4377-6.125928.4733
CIE-Lab61.3377-3.917946.7235

#a6943e color RGB value is (166,148,62).

#a6943e hex color red value is 166, green value is 148 and the blue value of its RGB is 62. Cylindrical-coordinate representations (also known as HSL) of color #a6943e hue: 0.14 , saturation: 0.46 and the lightness value of a6943e is 0.45.

The process color (four color CMYK) of #a6943e color hex is 0.00, 0.11, 0.63, 0.35. Web safe color of #a6943e is #999933. Color #a6943e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100110 10010100 00111110
Octal 246 224 76
Decimal 166 148 62
Hex A6 94 3E

RGB Percentages of Color #a6943e

%44.15
%39.36
%16.49

CMYK Percentages of Color #a6943e

%0
%11
%63
%35

Triadic Colors of #a6943e

#a6943e #3ea694 #943ea6

Analogous Colors of #a6943e

#a6943e #84a63e #a6603e

Monochromatic Colors of #a6943e

#a6943e

Complementary Color

#a6943e #3e50a6

#a6943e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a6943e Color Preview on White Background

Lorem ipsum dolor sit amet.

#a6943e Color CSS Codes

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

#a6943e Text Font Color

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

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


#a6943e Background Color

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

This div background color is #a6943e


#a6943e Border Color

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

This div border color is #a6943e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a6943e


Comments

No comments written yet.

Please login to write comment.