Color Hex Logo

#a39021 Color Hex

#A39021
(163,144,33)
0 Favorites   0 Comments

Color spaces of #a39021

RGB 16314433
HSL0.140.660.38
HSV51°80°64°
CMYK 0.000.120.80   0.36
XYZ25.352027.84295.4769
Yxy27.84290.43210.4746
Hunter Lab52.7664-6.579530.7824
CIE-Lab59.7465-4.638056.7694

#a39021 color RGB value is (163,144,33).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100011 10010000 00100001
Octal 243 220 41
Decimal 163 144 33
Hex A3 90 21

RGB Percentages of Color #a39021

%47.94
%42.35
%9.71

CMYK Percentages of Color #a39021

%0
%12
%80
%36

Triadic Colors of #a39021

#a39021 #21a390 #9021a3

Analogous Colors of #a39021

#a39021 #75a321 #a34f21

Monochromatic Colors of #a39021

#a39021

Complementary Color

#a39021 #2134a3

#a39021 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a39021 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a39021 Color CSS Codes

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

#a39021 Text Font Color

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

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


#a39021 Background Color

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

This div background color is #a39021


#a39021 Border Color

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

This div border color is #a39021


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a39021


Comments

No comments written yet.

Please login to write comment.