Color Hex Logo

#a09343 Color Hex

#A09343
(160,147,67)
0 Favorites   0 Comments

Color spaces of #a09343

RGB 16014767
HSL0.140.410.45
HSV52°58°63°
CMYK 0.000.080.58   0.37
XYZ25.944028.74639.4914
Yxy28.74630.40420.4479
Hunter Lab53.6156-7.453027.0350
CIE-Lab60.5571-5.645643.3161

#a09343 color RGB value is (160,147,67).

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

The process color (four color CMYK) of #a09343 color hex is 0.00, 0.08, 0.58, 0.37. Web safe color of #a09343 is #999933. Color #a09343 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100000 10010011 01000011
Octal 240 223 103
Decimal 160 147 67
Hex A0 93 43

RGB Percentages of Color #a09343

%42.78
%39.30
%17.91

CMYK Percentages of Color #a09343

%0
%8
%58
%37

Triadic Colors of #a09343

#a09343 #43a093 #9343a0

Analogous Colors of #a09343

#a09343 #7fa043 #a06543

Monochromatic Colors of #a09343

#a09343

Complementary Color

#a09343 #4350a0

#a09343 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a09343 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a09343 Color CSS Codes

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

#a09343 Text Font Color

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

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


#a09343 Background Color

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

This div background color is #a09343


#a09343 Border Color

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

This div border color is #a09343


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a09343


Comments

No comments written yet.

Please login to write comment.