Color Hex Logo

#a4966e Color Hex

#A4966E
(164,150,110)
0 Favorites   0 Comments

Color spaces of #a4966e

RGB 164150110
HSL0.120.230.54
HSV44°33°64°
CMYK 0.000.090.33   0.36
XYZ29.030730.831019.1727
Yxy30.83100.36730.3901
Hunter Lab55.5257-3.844118.3955
CIE-Lab62.3647-1.053123.0119

#a4966e color RGB value is (164,150,110).

#a4966e hex color red value is 164, green value is 150 and the blue value of its RGB is 110. Cylindrical-coordinate representations (also known as HSL) of color #a4966e hue: 0.12 , saturation: 0.23 and the lightness value of a4966e is 0.54.

The process color (four color CMYK) of #a4966e color hex is 0.00, 0.09, 0.33, 0.36. Web safe color of #a4966e is #999966. Color #a4966e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100100 10010110 01101110
Octal 244 226 156
Decimal 164 150 110
Hex A4 96 6E

RGB Percentages of Color #a4966e

%38.68
%35.38
%25.94

CMYK Percentages of Color #a4966e

%0
%9
%33
%36

Triadic Colors of #a4966e

#a4966e #6ea496 #966ea4

Analogous Colors of #a4966e

#a4966e #97a46e #a47b6e

Monochromatic Colors of #a4966e

#a4966e

Complementary Color

#a4966e #6e7ca4

#a4966e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a4966e Color Preview on White Background

Lorem ipsum dolor sit amet.

#a4966e Color CSS Codes

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

#a4966e Text Font Color

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

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


#a4966e Background Color

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

This div background color is #a4966e


#a4966e Border Color

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

This div border color is #a4966e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a4966e


Comments

No comments written yet.

Please login to write comment.