Color Hex Logo

#a69340 Color Hex

#A69340
(166,147,64)
0 Favorites   0 Comments

Color spaces of #a69340

RGB 16614764
HSL0.140.440.45
HSV49°61°65°
CMYK 0.000.110.61   0.35
XYZ27.085029.34469.0870
Yxy29.34460.41340.4479
Hunter Lab54.1707-5.549727.9737
CIE-Lab61.0846-3.232645.5033

#a69340 color RGB value is (166,147,64).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100110 10010011 01000000
Octal 246 223 100
Decimal 166 147 64
Hex A6 93 40

RGB Percentages of Color #a69340

%44.03
%38.99
%16.98

CMYK Percentages of Color #a69340

%0
%11
%61
%35

Triadic Colors of #a69340

#a69340 #40a693 #9340a6

Analogous Colors of #a69340

#a69340 #86a640 #a66040

Monochromatic Colors of #a69340

#a69340

Complementary Color

#a69340 #4053a6

#a69340 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a69340 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a69340 Color CSS Codes

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

#a69340 Text Font Color

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

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


#a69340 Background Color

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

This div background color is #a69340


#a69340 Border Color

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

This div border color is #a69340


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a69340


Comments

No comments written yet.

Please login to write comment.