Color Hex Logo

#a38725 Color Hex

#A38725
(163,135,37)
0 Favorites   0 Comments

Color spaces of #a38725

RGB 16313537
HSL0.130.630.39
HSV47°77°64°
CMYK 0.000.170.77   0.36
XYZ24.102225.24805.3533
Yxy25.24800.44060.4615
Hunter Lab50.2474-2.311728.8565
CIE-Lab57.31630.459153.1389

#a38725 color RGB value is (163,135,37).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100011 10000111 00100101
Octal 243 207 45
Decimal 163 135 37
Hex A3 87 25

RGB Percentages of Color #a38725

%48.66
%40.30
%11.04

CMYK Percentages of Color #a38725

%0
%17
%77
%36

Triadic Colors of #a38725

#a38725 #25a387 #8725a3

Analogous Colors of #a38725

#a38725 #80a325 #a34825

Monochromatic Colors of #a38725

#a38725

Complementary Color

#a38725 #2541a3

#a38725 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a38725 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a38725 Color CSS Codes

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

#a38725 Text Font Color

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

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


#a38725 Background Color

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

This div background color is #a38725


#a38725 Border Color

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

This div border color is #a38725


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a38725


Comments

No comments written yet.

Please login to write comment.