Color Hex Logo

#a4a39a Color Hex

#A4A39A
(164,163,154)
0 Favorites   0 Comments

Color spaces of #a4a39a

RGB 164163154
HSL0.150.050.62
HSV54°64°
CMYK 0.000.010.06   0.36
XYZ34.239836.420035.7970
Yxy36.42000.32160.3421
Hunter Lab60.3490-4.33647.0754
CIE-Lab66.8396-1.29864.7909

#a4a39a color RGB value is (164,163,154).

#a4a39a hex color red value is 164, green value is 163 and the blue value of its RGB is 154. Cylindrical-coordinate representations (also known as HSL) of color #a4a39a hue: 0.15 , saturation: 0.05 and the lightness value of a4a39a is 0.62.

The process color (four color CMYK) of #a4a39a color hex is 0.00, 0.01, 0.06, 0.36. Web safe color of #a4a39a is #999999. Color #a4a39a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100100 10100011 10011010
Octal 244 243 232
Decimal 164 163 154
Hex A4 A3 9A

RGB Percentages of Color #a4a39a

%34.10
%33.89
%32.02

CMYK Percentages of Color #a4a39a

%0
%1
%6
%36

Triadic Colors of #a4a39a

#a4a39a #9aa4a3 #a39aa4

Analogous Colors of #a4a39a

#a4a39a #a0a49a #a49e9a

Monochromatic Colors of #a4a39a

#a4a39a

Complementary Color

#a4a39a #9a9ba4

#a4a39a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a4a39a Color Preview on White Background

Lorem ipsum dolor sit amet.

#a4a39a Color CSS Codes

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

#a4a39a Text Font Color

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

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


#a4a39a Background Color

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

This div background color is #a4a39a


#a4a39a Border Color

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

This div border color is #a4a39a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a4a39a


Comments

No comments written yet.

Please login to write comment.