Color Hex Logo

#a09141 Color Hex

#A09141
(160,145,65)
0 Favorites   0 Comments

Color spaces of #a09141

RGB 16014565
HSL0.140.420.44
HSV51°59°63°
CMYK 0.000.090.59   0.37
XYZ25.576728.10609.0780
Yxy28.10600.40750.4478
Hunter Lab53.0151-6.660526.9581
CIE-Lab59.9844-4.715043.6353

#a09141 color RGB value is (160,145,65).

#a09141 hex color red value is 160, green value is 145 and the blue value of its RGB is 65. Cylindrical-coordinate representations (also known as HSL) of color #a09141 hue: 0.14 , saturation: 0.42 and the lightness value of a09141 is 0.44.

The process color (four color CMYK) of #a09141 color hex is 0.00, 0.09, 0.59, 0.37. Web safe color of #a09141 is #999933. Color #a09141 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100000 10010001 01000001
Octal 240 221 101
Decimal 160 145 65
Hex A0 91 41

RGB Percentages of Color #a09141

%43.24
%39.19
%17.57

CMYK Percentages of Color #a09141

%0
%9
%59
%37

Triadic Colors of #a09141

#a09141 #41a091 #9141a0

Analogous Colors of #a09141

#a09141 #80a041 #a06241

Monochromatic Colors of #a09141

#a09141

Complementary Color

#a09141 #4150a0

#a09141 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a09141 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a09141 Color CSS Codes

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

#a09141 Text Font Color

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

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


#a09141 Background Color

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

This div background color is #a09141


#a09141 Border Color

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

This div border color is #a09141


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a09141


Comments

No comments written yet.

Please login to write comment.