Color Hex Logo

#a0937f Color Hex

#A0937F
(160,147,127)
0 Favorites   0 Comments

Color spaces of #a0937f

RGB 160147127
HSL0.100.150.56
HSV36°21°63°
CMYK 0.000.080.21   0.37
XYZ28.761729.873324.3289
Yxy29.87330.34670.3601
Hunter Lab54.6565-1.717311.8681
CIE-Lab61.54471.437912.3354

#a0937f color RGB value is (160,147,127).

#a0937f hex color red value is 160, green value is 147 and the blue value of its RGB is 127. Cylindrical-coordinate representations (also known as HSL) of color #a0937f hue: 0.10 , saturation: 0.15 and the lightness value of a0937f is 0.56.

The process color (four color CMYK) of #a0937f color hex is 0.00, 0.08, 0.21, 0.37. Web safe color of #a0937f is #999966. Color #a0937f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100000 10010011 01111111
Octal 240 223 177
Decimal 160 147 127
Hex A0 93 7F

RGB Percentages of Color #a0937f

%36.87
%33.87
%29.26

CMYK Percentages of Color #a0937f

%0
%8
%21
%37

Triadic Colors of #a0937f

#a0937f #7fa093 #937fa0

Analogous Colors of #a0937f

#a0937f #9da07f #a0837f

Monochromatic Colors of #a0937f

#a0937f

Complementary Color

#a0937f #7f8ca0

#a0937f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a0937f Color Preview on White Background

Lorem ipsum dolor sit amet.

#a0937f Color CSS Codes

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

#a0937f Text Font Color

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

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


#a0937f Background Color

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

This div background color is #a0937f


#a0937f Border Color

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

This div border color is #a0937f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a0937f


Comments

No comments written yet.

Please login to write comment.