Color Hex Logo

#a4a077 Color Hex

#A4A077
(164,160,119)
0 Favorites   0 Comments

Color spaces of #a4a077

RGB 164160119
HSL0.150.200.55
HSV55°27°64°
CMYK 0.000.020.27   0.36
XYZ31.210434.366022.4411
Yxy34.36600.35460.3904
Hunter Lab58.6225-7.556718.3391
CIE-Lab65.2520-5.273721.9513

#a4a077 color RGB value is (164,160,119).

#a4a077 hex color red value is 164, green value is 160 and the blue value of its RGB is 119. Cylindrical-coordinate representations (also known as HSL) of color #a4a077 hue: 0.15 , saturation: 0.20 and the lightness value of a4a077 is 0.55.

The process color (four color CMYK) of #a4a077 color hex is 0.00, 0.02, 0.27, 0.36. Web safe color of #a4a077 is #999966. Color #a4a077 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100100 10100000 01110111
Octal 244 240 167
Decimal 164 160 119
Hex A4 A0 77

RGB Percentages of Color #a4a077

%37.02
%36.12
%26.86

CMYK Percentages of Color #a4a077

%0
%2
%27
%36

Triadic Colors of #a4a077

#a4a077 #77a4a0 #a077a4

Analogous Colors of #a4a077

#a4a077 #92a477 #a48a77

Monochromatic Colors of #a4a077

#a4a077

Complementary Color

#a4a077 #777ba4

#a4a077 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a4a077 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a4a077 Color CSS Codes

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

#a4a077 Text Font Color

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

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


#a4a077 Background Color

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

This div background color is #a4a077


#a4a077 Border Color

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

This div border color is #a4a077


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a4a077


Comments

No comments written yet.

Please login to write comment.