Color Hex Logo

#a4901c Color Hex

#A4901C
(164,144,28)
0 Favorites   0 Comments

Color spaces of #a4901c

RGB 16414428
HSL0.140.710.38
HSV51°83°64°
CMYK 0.000.120.83   0.36
XYZ25.492727.92295.1447
Yxy27.92290.43530.4768
Hunter Lab52.8421-6.359731.2170
CIE-Lab59.8190-4.356058.4183

#a4901c color RGB value is (164,144,28).

#a4901c hex color red value is 164, green value is 144 and the blue value of its RGB is 28. Cylindrical-coordinate representations (also known as HSL) of color #a4901c hue: 0.14 , saturation: 0.71 and the lightness value of a4901c is 0.38.

The process color (four color CMYK) of #a4901c color hex is 0.00, 0.12, 0.83, 0.36. Web safe color of #a4901c is #999933. Color #a4901c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100100 10010000 00011100
Octal 244 220 34
Decimal 164 144 28
Hex A4 90 1C

RGB Percentages of Color #a4901c

%48.81
%42.86
%8.33

CMYK Percentages of Color #a4901c

%0
%12
%83
%36

Triadic Colors of #a4901c

#a4901c #1ca490 #901ca4

Analogous Colors of #a4901c

#a4901c #74a41c #a44c1c

Monochromatic Colors of #a4901c

#a4901c

Complementary Color

#a4901c #1c30a4

#a4901c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a4901c Color Preview on White Background

Lorem ipsum dolor sit amet.

#a4901c Color CSS Codes

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

#a4901c Text Font Color

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

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


#a4901c Background Color

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

This div background color is #a4901c


#a4901c Border Color

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

This div border color is #a4901c


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(164,144,28, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #a4901c; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #a4901c;
  -webkit-box-shadow: 1px 1px 3px 2px #a4901c;
  box-shadow:         1px 1px 3px 2px #a4901c; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(164,144,28, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a4901c


Comments

No comments written yet.

Please login to write comment.