Color Hex Logo

#a38748 Color Hex

#A38748
(163,135,72)
0 Favorites   0 Comments

Color spaces of #a38748

RGB 16313572
HSL0.120.390.46
HSV42°56°64°
CMYK 0.000.170.56   0.36
XYZ24.937925.58249.7544
Yxy25.58240.41370.4244
Hunter Lab50.5790-0.504323.9710
CIE-Lab57.63852.686337.4725

#a38748 color RGB value is (163,135,72).

#a38748 hex color red value is 163, green value is 135 and the blue value of its RGB is 72. Cylindrical-coordinate representations (also known as HSL) of color #a38748 hue: 0.12 , saturation: 0.39 and the lightness value of a38748 is 0.46.

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

Base Numbers

BaseRedGreenBlue
Binary 10100011 10000111 01001000
Octal 243 207 110
Decimal 163 135 72
Hex A3 87 48

RGB Percentages of Color #a38748

%44.05
%36.49
%19.46

CMYK Percentages of Color #a38748

%0
%17
%56
%36

Triadic Colors of #a38748

#a38748 #48a387 #8748a3

Analogous Colors of #a38748

#a38748 #92a348 #a35a48

Monochromatic Colors of #a38748

#a38748

Complementary Color

#a38748 #4864a3

#a38748 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a38748 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a38748 Color CSS Codes

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

#a38748 Text Font Color

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

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


#a38748 Background Color

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

This div background color is #a38748


#a38748 Border Color

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

This div border color is #a38748


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a38748


Comments

No comments written yet.

Please login to write comment.