Color Hex Logo

#a7afac Color Hex

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

Color spaces of #a7afac

RGB 167175172
HSL0.440.050.67
HSV158°69°
CMYK 0.050.000.02   0.31
XYZ38.712741.854045.0680
Yxy41.85400.30810.3331
Hunter Lab64.6947-6.40293.9833
CIE-Lab70.7701-3.37830.5534

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

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

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

Base Numbers

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

RGB Percentages of Color #a7afac

%32.49
%34.05
%33.46

CMYK Percentages of Color #a7afac

%5
%0
%2
%31

Triadic Colors of #a7afac

#a7afac #aca7af #afaca7

Analogous Colors of #a7afac

#a7afac #a7aeaf #a7afa8

Monochromatic Colors of #a7afac

#a7afac

Complementary Color

#a7afac #afa7aa

#a7afac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a7afac Color Preview on White Background

Lorem ipsum dolor sit amet.

#a7afac Color CSS Codes

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

#a7afac Text Font Color

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

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


#a7afac Background Color

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

This div background color is #a7afac


#a7afac Border Color

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

This div border color is #a7afac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a7afac


Comments

No comments written yet.

Please login to write comment.