Color Hex Logo

#a4a39b Color Hex

#A4A39B
(164,163,155)
0 Favorites   0 Comments

Color spaces of #a4a39b

RGB 164163155
HSL0.150.050.63
HSV53°64°
CMYK 0.000.010.05   0.36
XYZ34.323436.453536.2375
Yxy36.45350.32070.3406
Hunter Lab60.3767-4.18436.6785
CIE-Lab66.8650-1.11884.2708

#a4a39b color RGB value is (164,163,155).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100100 10100011 10011011
Octal 244 243 233
Decimal 164 163 155
Hex A4 A3 9B

RGB Percentages of Color #a4a39b

%34.02
%33.82
%32.16

CMYK Percentages of Color #a4a39b

%0
%1
%5
%36

Triadic Colors of #a4a39b

#a4a39b #9ba4a3 #a39ba4

Analogous Colors of #a4a39b

#a4a39b #a1a49b #a49f9b

Monochromatic Colors of #a4a39b

#a4a39b

Complementary Color

#a4a39b #9b9ca4

#a4a39b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a4a39b Color Preview on White Background

Lorem ipsum dolor sit amet.

#a4a39b Color CSS Codes

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

#a4a39b Text Font Color

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

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


#a4a39b Background Color

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

This div background color is #a4a39b


#a4a39b Border Color

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

This div border color is #a4a39b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a4a39b

#a4a39b Color Palettes


Comments

No comments written yet.

Please login to write comment.