Color Hex Logo

#a7acaf Color Hex

#A7ACAF
(167,172,175)
0 Favorites   0 Comments

Color spaces of #a7acaf

RGB 167172175
HSL0.560.050.67
HSV203°69°
CMYK 0.050.020.00   0.31
XYZ38.426740.815746.4103
Yxy40.81570.30580.3248
Hunter Lab63.8872-4.43881.6503
CIE-Lab70.0466-1.1746-2.1594

#a7acaf color RGB value is (167,172,175).

#a7acaf hex color red value is 167, green value is 172 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #a7acaf hue: 0.56 , saturation: 0.05 and the lightness value of a7acaf is 0.67.

The process color (four color CMYK) of #a7acaf color hex is 0.05, 0.02, 0.00, 0.31. Web safe color of #a7acaf is #999999. Color #a7acaf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100111 10101100 10101111
Octal 247 254 257
Decimal 167 172 175
Hex A7 AC AF

RGB Percentages of Color #a7acaf

%32.49
%33.46
%34.05

CMYK Percentages of Color #a7acaf

%5
%2
%0
%31

Triadic Colors of #a7acaf

#a7acaf #afa7ac #acafa7

Analogous Colors of #a7acaf

#a7acaf #a7a8af #a7afae

Monochromatic Colors of #a7acaf

#a7acaf

Complementary Color

#a7acaf #afaaa7

#a7acaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a7acaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#a7acaf Color CSS Codes

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

#a7acaf Text Font Color

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

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


#a7acaf Background Color

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

This div background color is #a7acaf


#a7acaf Border Color

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

This div border color is #a7acaf


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(167,172,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 #a7acaf">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a7acaf


Comments

No comments written yet.

Please login to write comment.