Color Hex Logo

#a4966f Color Hex

#A4966F
(164,150,111)
0 Favorites   0 Comments

Color spaces of #a4966f

RGB 164150111
HSL0.120.230.54
HSV44°32°64°
CMYK 0.000.090.32   0.36
XYZ29.085430.852919.4612
Yxy30.85290.36630.3886
Hunter Lab55.5454-3.735918.1086
CIE-Lab62.3833-0.921722.4844

#a4966f color RGB value is (164,150,111).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100100 10010110 01101111
Octal 244 226 157
Decimal 164 150 111
Hex A4 96 6F

RGB Percentages of Color #a4966f

%38.59
%35.29
%26.12

CMYK Percentages of Color #a4966f

%0
%9
%32
%36

Triadic Colors of #a4966f

#a4966f #6fa496 #966fa4

Analogous Colors of #a4966f

#a4966f #98a46f #a47c6f

Monochromatic Colors of #a4966f

#a4966f

Complementary Color

#a4966f #6f7da4

#a4966f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a4966f Color Preview on White Background

Lorem ipsum dolor sit amet.

#a4966f Color CSS Codes

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

#a4966f Text Font Color

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

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


#a4966f Background Color

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

This div background color is #a4966f


#a4966f Border Color

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

This div border color is #a4966f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a4966f


Comments

No comments written yet.

Please login to write comment.