Color Hex Logo

#a4afaf Color Hex

#A4AFAF
(164,175,175)
0 Favorites   0 Comments

Color spaces of #a4afaf

RGB 164175175
HSL0.500.060.66
HSV180°69°
CMYK 0.060.000.00   0.31
XYZ38.377741.647646.5735
Yxy41.64760.30310.3290
Hunter Lab64.5350-6.78562.3861
CIE-Lab70.6273-3.8347-1.3344

#a4afaf color RGB value is (164,175,175).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100100 10101111 10101111
Octal 244 257 257
Decimal 164 175 175
Hex A4 AF AF

RGB Percentages of Color #a4afaf

%31.91
%34.05
%34.05

CMYK Percentages of Color #a4afaf

%6
%0
%0
%31

Triadic Colors of #a4afaf

#a4afaf #afa4af #afafa4

Analogous Colors of #a4afaf

#a4afaf #a4aaaf #a4afaa

Monochromatic Colors of #a4afaf

#a4afaf

Complementary Color

#a4afaf #afa4a4

#a4afaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a4afaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#a4afaf Color CSS Codes

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

#a4afaf Text Font Color

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

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


#a4afaf Background Color

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

This div background color is #a4afaf


#a4afaf Border Color

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

This div border color is #a4afaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a4afaf


Comments

No comments written yet.

Please login to write comment.