Color Hex Logo

#a18700 Color Hex

#A18700
(161,135,0)
1 Favorites   0 Comments

Color spaces of #a18700

RGB 1611350
HSL0.141.000.32
HSV50°100°63°
CMYK 0.000.161.00   0.37
XYZ23.361924.90503.5758
Yxy24.90500.45060.4804
Hunter Lab49.9049-3.772730.6852
CIE-Lab56.9827-1.377361.7850

#a18700 color RGB value is (161,135,0).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100001 10000111 00000000
Octal 241 207 0
Decimal 161 135 0
Hex A1 87 0

RGB Percentages of Color #a18700

%54.39
%45.61
%0.00

CMYK Percentages of Color #a18700

%0
%16
%100
%37

Triadic Colors of #a18700

#a18700 #00a187 #8700a1

Analogous Colors of #a18700

#a18700 #6ba100 #a13700

Monochromatic Colors of #a18700

#a18700

Complementary Color

#a18700 #001aa1

#a18700 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a18700 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a18700 Color CSS Codes

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

#a18700 Text Font Color

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

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


#a18700 Background Color

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

This div background color is #a18700


#a18700 Border Color

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

This div border color is #a18700


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a18700


Comments

No comments written yet.

Please login to write comment.