Color Hex Logo

#a38364 Color Hex

#A38364
(163,131,100)
0 Favorites   0 Comments

Color spaces of #a38364

RGB 163131100
HSL0.080.260.52
HSV30°39°64°
CMYK 0.000.200.39   0.36
XYZ25.520824.939215.5253
Yxy24.93920.38680.3780
Hunter Lab49.93923.826716.5251
CIE-Lab57.01617.843821.4042

#a38364 color RGB value is (163,131,100).

#a38364 hex color red value is 163, green value is 131 and the blue value of its RGB is 100. Cylindrical-coordinate representations (also known as HSL) of color #a38364 hue: 0.08 , saturation: 0.26 and the lightness value of a38364 is 0.52.

The process color (four color CMYK) of #a38364 color hex is 0.00, 0.20, 0.39, 0.36. Web safe color of #a38364 is #999966. Color #a38364 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100011 10000011 01100100
Octal 243 203 144
Decimal 163 131 100
Hex A3 83 64

RGB Percentages of Color #a38364

%41.37
%33.25
%25.38

CMYK Percentages of Color #a38364

%0
%20
%39
%36

Triadic Colors of #a38364

#a38364 #64a383 #8364a3

Analogous Colors of #a38364

#a38364 #a3a364 #a36465

Monochromatic Colors of #a38364

#a38364

Complementary Color

#a38364 #6484a3

#a38364 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a38364 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a38364 Color CSS Codes

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

#a38364 Text Font Color

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

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


#a38364 Background Color

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

This div background color is #a38364


#a38364 Border Color

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

This div border color is #a38364


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a38364


Comments

No comments written yet.

Please login to write comment.