Color Hex Logo

#a4967f Color Hex

#A4967F
(164,150,127)
0 Favorites   0 Comments

Color spaces of #a4967f

RGB 164150127
HSL0.100.170.57
HSV37°23°64°
CMYK 0.000.090.23   0.36
XYZ30.047031.237524.5245
Yxy31.23750.35020.3640
Hunter Lab55.8905-1.846013.1072
CIE-Lab62.70761.353214.0160

#a4967f color RGB value is (164,150,127).

#a4967f hex color red value is 164, green value is 150 and the blue value of its RGB is 127. Cylindrical-coordinate representations (also known as HSL) of color #a4967f hue: 0.10 , saturation: 0.17 and the lightness value of a4967f is 0.57.

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

Base Numbers

BaseRedGreenBlue
Binary 10100100 10010110 01111111
Octal 244 226 177
Decimal 164 150 127
Hex A4 96 7F

RGB Percentages of Color #a4967f

%37.19
%34.01
%28.80

CMYK Percentages of Color #a4967f

%0
%9
%23
%36

Triadic Colors of #a4967f

#a4967f #7fa496 #967fa4

Analogous Colors of #a4967f

#a4967f #a0a47f #a4847f

Monochromatic Colors of #a4967f

#a4967f

Complementary Color

#a4967f #7f8da4

#a4967f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a4967f Color Preview on White Background

Lorem ipsum dolor sit amet.

#a4967f Color CSS Codes

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

#a4967f Text Font Color

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

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


#a4967f Background Color

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

This div background color is #a4967f


#a4967f Border Color

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

This div border color is #a4967f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a4967f


Comments

No comments written yet.

Please login to write comment.