Color Hex Logo

#a0697e Color Hex

#A0697E
(160,105,126)
0 Favorites   0 Comments

Color spaces of #a0697e

RGB 160105126
HSL0.940.220.52
HSV337°34°63°
CMYK 0.000.340.21   0.37
XYZ23.314719.083122.1933
Yxy19.08310.36100.2954
Hunter Lab43.684218.81990.4573
CIE-Lab50.784325.1291-2.5567

#a0697e color RGB value is (160,105,126).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100000 01101001 01111110
Octal 240 151 176
Decimal 160 105 126
Hex A0 69 7E

RGB Percentages of Color #a0697e

%40.92
%26.85
%32.23

CMYK Percentages of Color #a0697e

%0
%34
%21
%37

Triadic Colors of #a0697e

#a0697e #7ea069 #697ea0

Analogous Colors of #a0697e

#a0697e #a07069 #a0699a

Monochromatic Colors of #a0697e

#a0697e

Complementary Color

#a0697e #69a08b

#a0697e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a0697e Color Preview on White Background

Lorem ipsum dolor sit amet.

#a0697e Color CSS Codes

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

#a0697e Text Font Color

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

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


#a0697e Background Color

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

This div background color is #a0697e


#a0697e Border Color

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

This div border color is #a0697e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a0697e


Comments

No comments written yet.

Please login to write comment.