Color Hex Logo

#a4738d Color Hex

#A4738D
(164,115,141)
0 Favorites   0 Comments

Color spaces of #a4738d

RGB 164115141
HSL0.910.210.55
HSV328°30°64°
CMYK 0.000.300.14   0.36
XYZ26.248322.077128.0772
Yxy22.07710.34360.2890
Hunter Lab46.986317.4908-2.5390
CIE-Lab54.108723.4122-6.4228

#a4738d color RGB value is (164,115,141).

#a4738d hex color red value is 164, green value is 115 and the blue value of its RGB is 141. Cylindrical-coordinate representations (also known as HSL) of color #a4738d hue: 0.91 , saturation: 0.21 and the lightness value of a4738d is 0.55.

The process color (four color CMYK) of #a4738d color hex is 0.00, 0.30, 0.14, 0.36. Web safe color of #a4738d is #996699. Color #a4738d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100100 01110011 10001101
Octal 244 163 215
Decimal 164 115 141
Hex A4 73 8D

RGB Percentages of Color #a4738d

%39.05
%27.38
%33.57

CMYK Percentages of Color #a4738d

%0
%30
%14
%36

Triadic Colors of #a4738d

#a4738d #8da473 #738da4

Analogous Colors of #a4738d

#a4738d #a47375 #a373a4

Monochromatic Colors of #a4738d

#a4738d

Complementary Color

#a4738d #73a48a

#a4738d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a4738d Color Preview on White Background

Lorem ipsum dolor sit amet.

#a4738d Color CSS Codes

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

#a4738d Text Font Color

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

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


#a4738d Background Color

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

This div background color is #a4738d


#a4738d Border Color

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

This div border color is #a4738d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(164,115,141, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #a4738d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #a4738d;
  -webkit-box-shadow: 1px 1px 3px 2px #a4738d;
  box-shadow:         1px 1px 3px 2px #a4738d; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(164,115,141, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a4738d


Comments

No comments written yet.

Please login to write comment.