Color Hex Logo

#a4afaa Color Hex

#A4AFAA
(164,175,170)
0 Favorites   0 Comments

Color spaces of #a4afaa

RGB 164175170
HSL0.420.060.66
HSV153°69°
CMYK 0.060.000.03   0.31
XYZ37.895541.454744.0345
Yxy41.45470.30710.3360
Hunter Lab64.3853-7.61394.5200
CIE-Lab70.4933-4.81161.2243

#a4afaa color RGB value is (164,175,170).

#a4afaa hex color red value is 164, green value is 175 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #a4afaa hue: 0.42 , saturation: 0.06 and the lightness value of a4afaa is 0.66.

The process color (four color CMYK) of #a4afaa color hex is 0.06, 0.00, 0.03, 0.31. Web safe color of #a4afaa is #999999. Color #a4afaa contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10100100 10101111 10101010
Octal 244 257 252
Decimal 164 175 170
Hex A4 AF AA

RGB Percentages of Color #a4afaa

%32.22
%34.38
%33.40

CMYK Percentages of Color #a4afaa

%6
%0
%3
%31

Triadic Colors of #a4afaa

#a4afaa #aaa4af #afaaa4

Analogous Colors of #a4afaa

#a4afaa #a4afaf #a4afa5

Monochromatic Colors of #a4afaa

#a4afaa

Complementary Color

#a4afaa #afa4a9

#a4afaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a4afaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#a4afaa Color CSS Codes

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

#a4afaa Text Font Color

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

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


#a4afaa Background Color

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

This div background color is #a4afaa


#a4afaa Border Color

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

This div border color is #a4afaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a4afaa


Comments

No comments written yet.

Please login to write comment.