Color Hex Logo

#a18713 Color Hex

#A18713
(161,135,19)
0 Favorites   0 Comments

Color spaces of #a18713

RGB 16113519
HSL0.140.790.35
HSV49°88°63°
CMYK 0.000.160.88   0.37
XYZ23.479524.95204.1948
Yxy24.95200.44620.4741
Hunter Lab49.9520-3.513629.9874
CIE-Lab57.0286-1.050458.3632

#a18713 color RGB value is (161,135,19).

#a18713 hex color red value is 161, green value is 135 and the blue value of its RGB is 19. Cylindrical-coordinate representations (also known as HSL) of color #a18713 hue: 0.14 , saturation: 0.79 and the lightness value of a18713 is 0.35.

The process color (four color CMYK) of #a18713 color hex is 0.00, 0.16, 0.88, 0.37. Web safe color of #a18713 is #999900. Color #a18713 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100001 10000111 00010011
Octal 241 207 23
Decimal 161 135 19
Hex A1 87 13

RGB Percentages of Color #a18713

%51.11
%42.86
%6.03

CMYK Percentages of Color #a18713

%0
%16
%88
%37

Triadic Colors of #a18713

#a18713 #13a187 #8713a1

Analogous Colors of #a18713

#a18713 #74a113 #a14013

Monochromatic Colors of #a18713

#a18713

Complementary Color

#a18713 #132da1

#a18713 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a18713 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a18713 Color CSS Codes

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

#a18713 Text Font Color

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

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


#a18713 Background Color

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

This div background color is #a18713


#a18713 Border Color

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

This div border color is #a18713


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a18713


Comments

No comments written yet.

Please login to write comment.