Color Hex Logo

#a47921 Color Hex

#A47921
(164,121,33)
0 Favorites   0 Comments

Color spaces of #a47921

RGB 16412133
HSL0.110.660.39
HSV40°80°64°
CMYK 0.000.260.80   0.36
XYZ22.421721.67714.4412
Yxy21.67710.46190.4466
Hunter Lab46.55874.484326.9354
CIE-Lab53.68278.587751.2969

#a47921 color RGB value is (164,121,33).

#a47921 hex color red value is 164, green value is 121 and the blue value of its RGB is 33. Cylindrical-coordinate representations (also known as HSL) of color #a47921 hue: 0.11 , saturation: 0.66 and the lightness value of a47921 is 0.39.

The process color (four color CMYK) of #a47921 color hex is 0.00, 0.26, 0.80, 0.36. Web safe color of #a47921 is #996633. Color #a47921 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100100 01111001 00100001
Octal 244 171 41
Decimal 164 121 33
Hex A4 79 21

RGB Percentages of Color #a47921

%51.57
%38.05
%10.38

CMYK Percentages of Color #a47921

%0
%26
%80
%36

Triadic Colors of #a47921

#a47921 #21a479 #7921a4

Analogous Colors of #a47921

#a47921 #8ea421 #a43821

Monochromatic Colors of #a47921

#a47921

Complementary Color

#a47921 #214ca4

#a47921 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a47921 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a47921 Color CSS Codes

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

#a47921 Text Font Color

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

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


#a47921 Background Color

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

This div background color is #a47921


#a47921 Border Color

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

This div border color is #a47921


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a47921


Comments

No comments written yet.

Please login to write comment.