Color Hex Logo

#a0887e Color Hex

#A0887E
(160,136,126)
0 Favorites   0 Comments

Color spaces of #a0887e

RGB 160136126
HSL0.050.150.56
HSV18°21°63°
CMYK 0.000.150.21   0.37
XYZ27.067326.588323.4441
Yxy26.58830.35110.3449
Hunter Lab51.56383.46299.1378
CIE-Lab58.59137.44268.7328

#a0887e color RGB value is (160,136,126).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100000 10001000 01111110
Octal 240 210 176
Decimal 160 136 126
Hex A0 88 7E

RGB Percentages of Color #a0887e

%37.91
%32.23
%29.86

CMYK Percentages of Color #a0887e

%0
%15
%21
%37

Triadic Colors of #a0887e

#a0887e #7ea088 #887ea0

Analogous Colors of #a0887e

#a0887e #a0997e #a07e85

Monochromatic Colors of #a0887e

#a0887e

Complementary Color

#a0887e #7e96a0

#a0887e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a0887e Color Preview on White Background

Lorem ipsum dolor sit amet.

#a0887e Color CSS Codes

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

#a0887e Text Font Color

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

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


#a0887e Background Color

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

This div background color is #a0887e


#a0887e Border Color

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

This div border color is #a0887e


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(160,136,126, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a0887e


Comments

No comments written yet.

Please login to write comment.