Color Hex Logo

#a0ad86 Color Hex

#A0AD86
(160,173,134)
0 Favorites   0 Comments

Color spaces of #a0ad86

RGB 160173134
HSL0.220.190.60
HSV80°23°68°
CMYK 0.080.000.23   0.32
XYZ33.743939.082028.3193
Yxy39.08200.33360.3864
Hunter Lab62.5156-13.053816.9028
CIE-Lab68.8106-11.520318.5605

#a0ad86 color RGB value is (160,173,134).

#a0ad86 hex color red value is 160, green value is 173 and the blue value of its RGB is 134. Cylindrical-coordinate representations (also known as HSL) of color #a0ad86 hue: 0.22 , saturation: 0.19 and the lightness value of a0ad86 is 0.60.

The process color (four color CMYK) of #a0ad86 color hex is 0.08, 0.00, 0.23, 0.32. Web safe color of #a0ad86 is #999999. Color #a0ad86 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10100000 10101101 10000110
Octal 240 255 206
Decimal 160 173 134
Hex A0 AD 86

RGB Percentages of Color #a0ad86

%34.26
%37.04
%28.69

CMYK Percentages of Color #a0ad86

%8
%0
%23
%32

Triadic Colors of #a0ad86

#a0ad86 #86a0ad #ad86a0

Analogous Colors of #a0ad86

#a0ad86 #8dad86 #ada786

Monochromatic Colors of #a0ad86

#a0ad86

Complementary Color

#a0ad86 #9386ad

#a0ad86 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a0ad86 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a0ad86 Color CSS Codes

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

#a0ad86 Text Font Color

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

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


#a0ad86 Background Color

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

This div background color is #a0ad86


#a0ad86 Border Color

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

This div border color is #a0ad86


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a0ad86


Comments

No comments written yet.

Please login to write comment.