Color Hex Logo

#a1a49d Color Hex

#A1A49D
(161,164,157)
0 Favorites   0 Comments

Color spaces of #a1a49d

RGB 161164157
HSL0.240.040.63
HSV86°64°
CMYK 0.020.000.04   0.36
XYZ34.059236.562337.1604
Yxy36.56230.31600.3392
Hunter Lab60.4668-5.27295.8895
CIE-Lab66.9473-2.38973.2461

#a1a49d color RGB value is (161,164,157).

#a1a49d hex color red value is 161, green value is 164 and the blue value of its RGB is 157. Cylindrical-coordinate representations (also known as HSL) of color #a1a49d hue: 0.24 , saturation: 0.04 and the lightness value of a1a49d is 0.63.

The process color (four color CMYK) of #a1a49d color hex is 0.02, 0.00, 0.04, 0.36. Web safe color of #a1a49d is #999999. Color #a1a49d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10100001 10100100 10011101
Octal 241 244 235
Decimal 161 164 157
Hex A1 A4 9D

RGB Percentages of Color #a1a49d

%33.40
%34.02
%32.57

CMYK Percentages of Color #a1a49d

%2
%0
%4
%36

Triadic Colors of #a1a49d

#a1a49d #9da1a4 #a49da1

Analogous Colors of #a1a49d

#a1a49d #9ea49d #a4a49d

Monochromatic Colors of #a1a49d

#a1a49d

Complementary Color

#a1a49d #a09da4

#a1a49d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a1a49d Color Preview on White Background

Lorem ipsum dolor sit amet.

#a1a49d Color CSS Codes

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

#a1a49d Text Font Color

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

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


#a1a49d Background Color

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

This div background color is #a1a49d


#a1a49d Border Color

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

This div border color is #a1a49d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a1a49d


Comments

No comments written yet.

Please login to write comment.