Color Hex Logo

#a49a5d Color Hex

#A49A5D
(164,154,93)
0 Favorites   0 Comments

Color spaces of #a49a5d

RGB 16415493
HSL0.140.280.50
HSV52°43°64°
CMYK 0.000.060.43   0.36
XYZ28.841231.794014.9727
Yxy31.79400.38150.4205
Hunter Lab56.3862-7.374123.7265
CIE-Lab63.1723-5.268233.2729

#a49a5d color RGB value is (164,154,93).

#a49a5d hex color red value is 164, green value is 154 and the blue value of its RGB is 93. Cylindrical-coordinate representations (also known as HSL) of color #a49a5d hue: 0.14 , saturation: 0.28 and the lightness value of a49a5d is 0.50.

The process color (four color CMYK) of #a49a5d color hex is 0.00, 0.06, 0.43, 0.36. Web safe color of #a49a5d is #999966. Color #a49a5d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100100 10011010 01011101
Octal 244 232 135
Decimal 164 154 93
Hex A4 9A 5D

RGB Percentages of Color #a49a5d

%39.90
%37.47
%22.63

CMYK Percentages of Color #a49a5d

%0
%6
%43
%36

Triadic Colors of #a49a5d

#a49a5d #5da49a #9a5da4

Analogous Colors of #a49a5d

#a49a5d #8ba45d #a4775d

Monochromatic Colors of #a49a5d

#a49a5d

Complementary Color

#a49a5d #5d67a4

#a49a5d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a49a5d Color Preview on White Background

Lorem ipsum dolor sit amet.

#a49a5d Color CSS Codes

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

#a49a5d Text Font Color

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

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


#a49a5d Background Color

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

This div background color is #a49a5d


#a49a5d Border Color

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

This div border color is #a49a5d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a49a5d


Comments

No comments written yet.

Please login to write comment.