Color Hex Logo

#a19420 Color Hex

#A19420
(161,148,32)
0 Favorites   0 Comments

Color spaces of #a19420

RGB 16114832
HSL0.150.670.38
HSV54°80°63°
CMYK 0.000.080.80   0.37
XYZ25.548628.86125.5907
Yxy28.86120.42580.4810
Hunter Lab53.7226-9.126231.4358
CIE-Lab60.6589-7.740957.8347

#a19420 color RGB value is (161,148,32).

#a19420 hex color red value is 161, green value is 148 and the blue value of its RGB is 32. Cylindrical-coordinate representations (also known as HSL) of color #a19420 hue: 0.15 , saturation: 0.67 and the lightness value of a19420 is 0.38.

The process color (four color CMYK) of #a19420 color hex is 0.00, 0.08, 0.80, 0.37. Web safe color of #a19420 is #999933. Color #a19420 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100001 10010100 00100000
Octal 241 224 40
Decimal 161 148 32
Hex A1 94 20

RGB Percentages of Color #a19420

%47.21
%43.40
%9.38

CMYK Percentages of Color #a19420

%0
%8
%80
%37

Triadic Colors of #a19420

#a19420 #20a194 #9420a1

Analogous Colors of #a19420

#a19420 #6ea120 #a15420

Monochromatic Colors of #a19420

#a19420

Complementary Color

#a19420 #202da1

#a19420 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a19420 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a19420 Color CSS Codes

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

#a19420 Text Font Color

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

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


#a19420 Background Color

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

This div background color is #a19420


#a19420 Border Color

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

This div border color is #a19420


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a19420


Comments

No comments written yet.

Please login to write comment.