Color Hex Logo

#a18201 Color Hex

#A18201
(161,130,1)
0 Favorites   0 Comments

Color spaces of #a18201

RGB 1611301
HSL0.130.990.32
HSV48°99°63°
CMYK 0.000.190.99   0.37
XYZ22.686123.54453.3776
Yxy23.54450.45730.4746
Hunter Lab48.5227-1.459529.8388
CIE-Lab55.62881.408960.6565

#a18201 color RGB value is (161,130,1).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100001 10000010 00000001
Octal 241 202 1
Decimal 161 130 1
Hex A1 82 1

RGB Percentages of Color #a18201

%55.14
%44.52
%0.34

CMYK Percentages of Color #a18201

%0
%19
%99
%37

Triadic Colors of #a18201

#a18201 #01a182 #8201a1

Analogous Colors of #a18201

#a18201 #70a101 #a13201

Monochromatic Colors of #a18201

#a18201

Complementary Color

#a18201 #0120a1

#a18201 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a18201 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a18201 Color CSS Codes

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

#a18201 Text Font Color

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

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


#a18201 Background Color

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

This div background color is #a18201


#a18201 Border Color

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

This div border color is #a18201


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a18201

#a18201 Color Palettes


Comments

No comments written yet.

Please login to write comment.