Color Hex Logo

#a0a55e Color Hex

#A0A55E
(160,165,94)
0 Favorites   0 Comments

Color spaces of #a0a55e

RGB 16016594
HSL0.180.280.51
HSV64°43°65°
CMYK 0.030.000.43   0.35
XYZ29.972735.192015.8027
Yxy35.19200.37020.4346
Hunter Lab59.3228-13.628425.7320
CIE-Lab65.8979-12.678936.0990

#a0a55e color RGB value is (160,165,94).

#a0a55e hex color red value is 160, green value is 165 and the blue value of its RGB is 94. Cylindrical-coordinate representations (also known as HSL) of color #a0a55e hue: 0.18 , saturation: 0.28 and the lightness value of a0a55e is 0.51.

The process color (four color CMYK) of #a0a55e color hex is 0.03, 0.00, 0.43, 0.35. Web safe color of #a0a55e is #999966. Color #a0a55e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10100000 10100101 01011110
Octal 240 245 136
Decimal 160 165 94
Hex A0 A5 5E

RGB Percentages of Color #a0a55e

%38.19
%39.38
%22.43

CMYK Percentages of Color #a0a55e

%3
%0
%43
%35

Triadic Colors of #a0a55e

#a0a55e #5ea0a5 #a55ea0

Analogous Colors of #a0a55e

#a0a55e #7da55e #a5875e

Monochromatic Colors of #a0a55e

#a0a55e

Complementary Color

#a0a55e #635ea5

#a0a55e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a0a55e Color Preview on White Background

Lorem ipsum dolor sit amet.

#a0a55e Color CSS Codes

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

#a0a55e Text Font Color

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

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


#a0a55e Background Color

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

This div background color is #a0a55e


#a0a55e Border Color

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

This div border color is #a0a55e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a0a55e


Comments

No comments written yet.

Please login to write comment.