Color Hex Logo

#a8937a Color Hex

#A8937A
(168,147,122)
0 Favorites   0 Comments

Color spaces of #a8937a

RGB 168147122
HSL0.090.210.57
HSV33°27°66°
CMYK 0.000.130.27   0.34
XYZ30.095030.597422.7321
Yxy30.59740.36070.3668
Hunter Lab55.31490.314814.3547
CIE-Lab62.16633.867816.1225

#a8937a color RGB value is (168,147,122).

#a8937a hex color red value is 168, green value is 147 and the blue value of its RGB is 122. Cylindrical-coordinate representations (also known as HSL) of color #a8937a hue: 0.09 , saturation: 0.21 and the lightness value of a8937a is 0.57.

The process color (four color CMYK) of #a8937a color hex is 0.00, 0.13, 0.27, 0.34. Web safe color of #a8937a is #999966. Color #a8937a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101000 10010011 01111010
Octal 250 223 172
Decimal 168 147 122
Hex A8 93 7A

RGB Percentages of Color #a8937a

%38.44
%33.64
%27.92

CMYK Percentages of Color #a8937a

%0
%13
%27
%34

Triadic Colors of #a8937a

#a8937a #7aa893 #937aa8

Analogous Colors of #a8937a

#a8937a #a6a87a #a87c7a

Monochromatic Colors of #a8937a

#a8937a

Complementary Color

#a8937a #7a8fa8

#a8937a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a8937a Color Preview on White Background

Lorem ipsum dolor sit amet.

#a8937a Color CSS Codes

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

#a8937a Text Font Color

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

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


#a8937a Background Color

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

This div background color is #a8937a


#a8937a Border Color

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

This div border color is #a8937a


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(168,147,122, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #a8937a; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #a8937a;
  -webkit-box-shadow: 1px 1px 3px 2px #a8937a;
  box-shadow:         1px 1px 3px 2px #a8937a; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(168,147,122, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a8937a


Comments

No comments written yet.

Please login to write comment.