Color Hex Logo

#a4896f Color Hex

#A4896F
(164,137,111)
0 Favorites   0 Comments

Color spaces of #a4896f

RGB 164137111
HSL0.080.230.54
HSV29°32°64°
CMYK 0.000.160.32   0.36
XYZ27.124726.931518.8076
Yxy26.93150.37230.3696
Hunter Lab51.89562.480914.8395
CIE-Lab58.91096.297517.7731

#a4896f color RGB value is (164,137,111).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100100 10001001 01101111
Octal 244 211 157
Decimal 164 137 111
Hex A4 89 6F

RGB Percentages of Color #a4896f

%39.81
%33.25
%26.94

CMYK Percentages of Color #a4896f

%0
%16
%32
%36

Triadic Colors of #a4896f

#a4896f #6fa489 #896fa4

Analogous Colors of #a4896f

#a4896f #a4a46f #a46f70

Monochromatic Colors of #a4896f

#a4896f

Complementary Color

#a4896f #6f8aa4

#a4896f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a4896f Color Preview on White Background

Lorem ipsum dolor sit amet.

#a4896f Color CSS Codes

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

#a4896f Text Font Color

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

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


#a4896f Background Color

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

This div background color is #a4896f


#a4896f Border Color

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

This div border color is #a4896f


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(164,137,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 #a4896f">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a4896f


Comments

No comments written yet.

Please login to write comment.