Color Hex Logo

#a0ac76 Color Hex

#A0AC76
(160,172,118)
0 Favorites   0 Comments

Color spaces of #a0ac76

RGB 160172118
HSL0.200.250.57
HSV73°31°67°
CMYK 0.070.000.31   0.33
XYZ32.519738.286622.8156
Yxy38.28660.34740.4089
Hunter Lab61.8762-14.470721.4513
CIE-Lab68.2313-13.357626.4344

#a0ac76 color RGB value is (160,172,118).

#a0ac76 hex color red value is 160, green value is 172 and the blue value of its RGB is 118. Cylindrical-coordinate representations (also known as HSL) of color #a0ac76 hue: 0.20 , saturation: 0.25 and the lightness value of a0ac76 is 0.57.

The process color (four color CMYK) of #a0ac76 color hex is 0.07, 0.00, 0.31, 0.33. Web safe color of #a0ac76 is #999966. Color #a0ac76 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10100000 10101100 01110110
Octal 240 254 166
Decimal 160 172 118
Hex A0 AC 76

RGB Percentages of Color #a0ac76

%35.56
%38.22
%26.22

CMYK Percentages of Color #a0ac76

%7
%0
%31
%33

Triadic Colors of #a0ac76

#a0ac76 #76a0ac #ac76a0

Analogous Colors of #a0ac76

#a0ac76 #85ac76 #ac9d76

Monochromatic Colors of #a0ac76

#a0ac76

Complementary Color

#a0ac76 #8276ac

#a0ac76 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a0ac76 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a0ac76 Color CSS Codes

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

#a0ac76 Text Font Color

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

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


#a0ac76 Background Color

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

This div background color is #a0ac76


#a0ac76 Border Color

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

This div border color is #a0ac76


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a0ac76


Comments

No comments written yet.

Please login to write comment.