Color Hex Logo

#a38339 Color Hex

#A38339
(163,131,57)
0 Favorites   0 Comments

Color spaces of #a38339

RGB 16313157
HSL0.120.480.43
HSV42°65°64°
CMYK 0.000.200.65   0.36
XYZ23.959124.31457.3013
Yxy24.31450.43110.4375
Hunter Lab49.30970.439325.7377
CIE-Lab56.40133.775243.5761

#a38339 color RGB value is (163,131,57).

#a38339 hex color red value is 163, green value is 131 and the blue value of its RGB is 57. Cylindrical-coordinate representations (also known as HSL) of color #a38339 hue: 0.12 , saturation: 0.48 and the lightness value of a38339 is 0.43.

The process color (four color CMYK) of #a38339 color hex is 0.00, 0.20, 0.65, 0.36. Web safe color of #a38339 is #999933. Color #a38339 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100011 10000011 00111001
Octal 243 203 71
Decimal 163 131 57
Hex A3 83 39

RGB Percentages of Color #a38339

%46.44
%37.32
%16.24

CMYK Percentages of Color #a38339

%0
%20
%65
%36

Triadic Colors of #a38339

#a38339 #39a383 #8339a3

Analogous Colors of #a38339

#a38339 #8ea339 #a34e39

Monochromatic Colors of #a38339

#a38339

Complementary Color

#a38339 #3959a3

#a38339 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a38339 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a38339 Color CSS Codes

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

#a38339 Text Font Color

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

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


#a38339 Background Color

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

This div background color is #a38339


#a38339 Border Color

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

This div border color is #a38339


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a38339


Comments

No comments written yet.

Please login to write comment.