Color Hex Logo

#a38839 Color Hex

#A38839
(163,136,57)
0 Favorites   0 Comments

Color spaces of #a38839

RGB 16313657
HSL0.120.480.43
HSV45°65°64°
CMYK 0.000.170.65   0.36
XYZ24.646925.69037.5306
Yxy25.69030.42590.4439
Hunter Lab50.6856-1.900626.6709
CIE-Lab57.74190.990745.0456

#a38839 color RGB value is (163,136,57).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100011 10001000 00111001
Octal 243 210 71
Decimal 163 136 57
Hex A3 88 39

RGB Percentages of Color #a38839

%45.79
%38.20
%16.01

CMYK Percentages of Color #a38839

%0
%17
%65
%36

Triadic Colors of #a38839

#a38839 #39a388 #8839a3

Analogous Colors of #a38839

#a38839 #89a339 #a35339

Monochromatic Colors of #a38839

#a38839

Complementary Color

#a38839 #3954a3

#a38839 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a38839 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a38839 Color CSS Codes

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

#a38839 Text Font Color

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

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


#a38839 Background Color

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

This div background color is #a38839


#a38839 Border Color

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

This div border color is #a38839


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a38839


Comments

No comments written yet.

Please login to write comment.