Color Hex Logo

#a0687e Color Hex

#A0687E
(160,104,126)
0 Favorites   0 Comments

Color spaces of #a0687e

RGB 160104126
HSL0.930.230.52
HSV336°35°63°
CMYK 0.000.350.21   0.37
XYZ23.213418.880622.1595
Yxy18.88060.36130.2938
Hunter Lab43.451819.32000.1796
CIE-Lab50.547225.6970-2.9057

#a0687e color RGB value is (160,104,126).

#a0687e hex color red value is 160, green value is 104 and the blue value of its RGB is 126. Cylindrical-coordinate representations (also known as HSL) of color #a0687e hue: 0.93 , saturation: 0.23 and the lightness value of a0687e is 0.52.

The process color (four color CMYK) of #a0687e color hex is 0.00, 0.35, 0.21, 0.37. Web safe color of #a0687e is #996666. Color #a0687e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100000 01101000 01111110
Octal 240 150 176
Decimal 160 104 126
Hex A0 68 7E

RGB Percentages of Color #a0687e

%41.03
%26.67
%32.31

CMYK Percentages of Color #a0687e

%0
%35
%21
%37

Triadic Colors of #a0687e

#a0687e #7ea068 #687ea0

Analogous Colors of #a0687e

#a0687e #a06e68 #a0689a

Monochromatic Colors of #a0687e

#a0687e

Complementary Color

#a0687e #68a08a

#a0687e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a0687e Color Preview on White Background

Lorem ipsum dolor sit amet.

#a0687e Color CSS Codes

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

#a0687e Text Font Color

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

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


#a0687e Background Color

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

This div background color is #a0687e


#a0687e Border Color

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

This div border color is #a0687e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a0687e


Comments

No comments written yet.

Please login to write comment.