Color Hex Logo

#a4979a Color Hex

#A4979A
(164,151,154)
0 Favorites   0 Comments

Color spaces of #a4979a

RGB 164151154
HSL0.960.070.62
HSV346°64°
CMYK 0.000.080.06   0.36
XYZ32.209232.358835.1201
Yxy32.35880.32310.3246
Hunter Lab56.88481.52153.2143
CIE-Lab63.63835.32320.1471

#a4979a color RGB value is (164,151,154).

#a4979a hex color red value is 164, green value is 151 and the blue value of its RGB is 154. Cylindrical-coordinate representations (also known as HSL) of color #a4979a hue: 0.96 , saturation: 0.07 and the lightness value of a4979a is 0.62.

The process color (four color CMYK) of #a4979a color hex is 0.00, 0.08, 0.06, 0.36. Web safe color of #a4979a is #999999. Color #a4979a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100100 10010111 10011010
Octal 244 227 232
Decimal 164 151 154
Hex A4 97 9A

RGB Percentages of Color #a4979a

%34.97
%32.20
%32.84

CMYK Percentages of Color #a4979a

%0
%8
%6
%36

Triadic Colors of #a4979a

#a4979a #9aa497 #979aa4

Analogous Colors of #a4979a

#a4979a #a49b97 #a497a1

Monochromatic Colors of #a4979a

#a4979a

Complementary Color

#a4979a #97a4a1

#a4979a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a4979a Color Preview on White Background

Lorem ipsum dolor sit amet.

#a4979a Color CSS Codes

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

#a4979a Text Font Color

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

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


#a4979a Background Color

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

This div background color is #a4979a


#a4979a Border Color

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

This div border color is #a4979a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a4979a


Comments

No comments written yet.

Please login to write comment.