Color Hex Logo

#a0987e Color Hex

#A0987E
(160,152,126)
0 Favorites   0 Comments

Color spaces of #a0987e

RGB 160152126
HSL0.130.150.56
HSV46°21°63°
CMYK 0.000.050.21   0.37
XYZ29.491331.436424.2521
Yxy31.43640.34620.3691
Hunter Lab56.0682-4.230113.6020
CIE-Lab62.8743-1.478214.7556

#a0987e color RGB value is (160,152,126).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100000 10011000 01111110
Octal 240 230 176
Decimal 160 152 126
Hex A0 98 7E

RGB Percentages of Color #a0987e

%36.53
%34.70
%28.77

CMYK Percentages of Color #a0987e

%0
%5
%21
%37

Triadic Colors of #a0987e

#a0987e #7ea098 #987ea0

Analogous Colors of #a0987e

#a0987e #97a07e #a0877e

Monochromatic Colors of #a0987e

#a0987e

Complementary Color

#a0987e #7e86a0

#a0987e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a0987e Color Preview on White Background

Lorem ipsum dolor sit amet.

#a0987e Color CSS Codes

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

#a0987e Text Font Color

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

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


#a0987e Background Color

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

This div background color is #a0987e


#a0987e Border Color

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

This div border color is #a0987e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a0987e


Comments

No comments written yet.

Please login to write comment.