Color Hex Logo

#a18200 Color Hex

#A18200
(161,130,0)
0 Favorites   0 Comments

Color spaces of #a18200

RGB 1611300
HSL0.131.000.32
HSV48°100°63°
CMYK 0.000.191.00   0.37
XYZ22.680623.54233.3487
Yxy23.54230.45750.4749
Hunter Lab48.5204-1.471929.8723
CIE-Lab55.62661.393560.8324

#a18200 color RGB value is (161,130,0).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100001 10000010 00000000
Octal 241 202 0
Decimal 161 130 0
Hex A1 82 0

RGB Percentages of Color #a18200

%55.33
%44.67
%0.00

CMYK Percentages of Color #a18200

%0
%19
%100
%37

Triadic Colors of #a18200

#a18200 #00a182 #8200a1

Analogous Colors of #a18200

#a18200 #70a100 #a13200

Monochromatic Colors of #a18200

#a18200

Complementary Color

#a18200 #001fa1

#a18200 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a18200 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a18200 Color CSS Codes

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

#a18200 Text Font Color

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

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


#a18200 Background Color

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

This div background color is #a18200


#a18200 Border Color

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

This div border color is #a18200


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a18200


Comments

No comments written yet.

Please login to write comment.