Color Hex Logo

#a37c8a Color Hex

#A37C8A
(163,124,138)
0 Favorites   0 Comments

Color spaces of #a37c8a

RGB 163124138
HSL0.940.170.56
HSV338°24°64°
CMYK 0.000.240.15   0.36
XYZ26.899424.036827.2666
Yxy24.03680.34400.3074
Hunter Lab49.027312.13821.3449
CIE-Lab56.124617.3932-1.7100

#a37c8a color RGB value is (163,124,138).

#a37c8a hex color red value is 163, green value is 124 and the blue value of its RGB is 138. Cylindrical-coordinate representations (also known as HSL) of color #a37c8a hue: 0.94 , saturation: 0.17 and the lightness value of a37c8a is 0.56.

The process color (four color CMYK) of #a37c8a color hex is 0.00, 0.24, 0.15, 0.36. Web safe color of #a37c8a is #996699. Color #a37c8a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100011 01111100 10001010
Octal 243 174 212
Decimal 163 124 138
Hex A3 7C 8A

RGB Percentages of Color #a37c8a

%38.35
%29.18
%32.47

CMYK Percentages of Color #a37c8a

%0
%24
%15
%36

Triadic Colors of #a37c8a

#a37c8a #8aa37c #7c8aa3

Analogous Colors of #a37c8a

#a37c8a #a3827c #a37c9e

Monochromatic Colors of #a37c8a

#a37c8a

Complementary Color

#a37c8a #7ca395

#a37c8a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a37c8a Color Preview on White Background

Lorem ipsum dolor sit amet.

#a37c8a Color CSS Codes

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

#a37c8a Text Font Color

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

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


#a37c8a Background Color

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

This div background color is #a37c8a


#a37c8a Border Color

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

This div border color is #a37c8a


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(163,124,138, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #a37c8a; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #a37c8a;
  -webkit-box-shadow: 1px 1px 3px 2px #a37c8a;
  box-shadow:         1px 1px 3px 2px #a37c8a; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(163,124,138, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a37c8a


Comments

No comments written yet.

Please login to write comment.