Color Hex Logo

#a48921 Color Hex

#A48921
(164,137,33)
0 Favorites   0 Comments

Color spaces of #a48921

RGB 16413733
HSL0.130.660.39
HSV48°80°64°
CMYK 0.000.160.80   0.36
XYZ24.530025.89365.1439
Yxy25.89360.44140.4660
Hunter Lab50.8858-3.002329.6266
CIE-Lab57.9359-0.350455.1753

#a48921 color RGB value is (164,137,33).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100100 10001001 00100001
Octal 244 211 41
Decimal 164 137 33
Hex A4 89 21

RGB Percentages of Color #a48921

%49.10
%41.02
%9.88

CMYK Percentages of Color #a48921

%0
%16
%80
%36

Triadic Colors of #a48921

#a48921 #21a489 #8921a4

Analogous Colors of #a48921

#a48921 #7ea421 #a44821

Monochromatic Colors of #a48921

#a48921

Complementary Color

#a48921 #213ca4

#a48921 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a48921 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a48921 Color CSS Codes

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

#a48921 Text Font Color

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

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


#a48921 Background Color

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

This div background color is #a48921


#a48921 Border Color

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

This div border color is #a48921


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a48921


Comments

No comments written yet.

Please login to write comment.