Color Hex Logo

#a4a98d Color Hex

#A4A98D
(164,169,141)
0 Favorites   0 Comments

Color spaces of #a4a98d

RGB 164169141
HSL0.200.140.61
HSV71°17°66°
CMYK 0.030.000.17   0.34
XYZ34.305538.191530.7629
Yxy38.19150.33220.3699
Hunter Lab61.7993-9.061313.7457
CIE-Lab68.1615-6.769213.8702

#a4a98d color RGB value is (164,169,141).

#a4a98d hex color red value is 164, green value is 169 and the blue value of its RGB is 141. Cylindrical-coordinate representations (also known as HSL) of color #a4a98d hue: 0.20 , saturation: 0.14 and the lightness value of a4a98d is 0.61.

The process color (four color CMYK) of #a4a98d color hex is 0.03, 0.00, 0.17, 0.34. Web safe color of #a4a98d is #999999. Color #a4a98d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10100100 10101001 10001101
Octal 244 251 215
Decimal 164 169 141
Hex A4 A9 8D

RGB Percentages of Color #a4a98d

%34.60
%35.65
%29.75

CMYK Percentages of Color #a4a98d

%3
%0
%17
%34

Triadic Colors of #a4a98d

#a4a98d #8da4a9 #a98da4

Analogous Colors of #a4a98d

#a4a98d #96a98d #a9a08d

Monochromatic Colors of #a4a98d

#a4a98d

Complementary Color

#a4a98d #928da9

#a4a98d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a4a98d Color Preview on White Background

Lorem ipsum dolor sit amet.

#a4a98d Color CSS Codes

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

#a4a98d Text Font Color

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

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


#a4a98d Background Color

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

This div background color is #a4a98d


#a4a98d Border Color

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

This div border color is #a4a98d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a4a98d


Comments

No comments written yet.

Please login to write comment.