Color Hex Logo

#a48322 Color Hex

#A48322
(164,131,34)
0 Favorites   0 Comments

Color spaces of #a48322

RGB 16413134
HSL0.120.660.39
HSV45°79°64°
CMYK 0.000.200.79   0.36
XYZ23.714924.24064.9424
Yxy24.24060.44830.4583
Hunter Lab49.2347-0.182728.5125
CIE-Lab56.32793.015053.3595

#a48322 color RGB value is (164,131,34).

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

The process color (four color CMYK) of #a48322 color hex is 0.00, 0.20, 0.79, 0.36. Web safe color of #a48322 is #999933. Color #a48322 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100100 10000011 00100010
Octal 244 203 42
Decimal 164 131 34
Hex A4 83 22

RGB Percentages of Color #a48322

%49.85
%39.82
%10.33

CMYK Percentages of Color #a48322

%0
%20
%79
%36

Triadic Colors of #a48322

#a48322 #22a483 #8322a4

Analogous Colors of #a48322

#a48322 #84a422 #a44222

Monochromatic Colors of #a48322

#a48322

Complementary Color

#a48322 #2243a4

#a48322 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a48322 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a48322 Color CSS Codes

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

#a48322 Text Font Color

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

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


#a48322 Background Color

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

This div background color is #a48322


#a48322 Border Color

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

This div border color is #a48322


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a48322


Comments

No comments written yet.

Please login to write comment.