Color Hex Logo

#a7acab Color Hex

#A7ACAB
(167,172,171)
0 Favorites   0 Comments

Color spaces of #a7acab

RGB 167172171
HSL0.470.030.66
HSV168°67°
CMYK 0.030.000.01   0.33
XYZ38.039640.660844.3715
Yxy40.66080.30910.3304
Hunter Lab63.7658-5.10573.3791
CIE-Lab69.9376-1.9504-0.1101

#a7acab color RGB value is (167,172,171).

#a7acab hex color red value is 167, green value is 172 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #a7acab hue: 0.47 , saturation: 0.03 and the lightness value of a7acab is 0.66.

The process color (four color CMYK) of #a7acab color hex is 0.03, 0.00, 0.01, 0.33. Web safe color of #a7acab is #999999. Color #a7acab contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10100111 10101100 10101011
Octal 247 254 253
Decimal 167 172 171
Hex A7 AC AB

RGB Percentages of Color #a7acab

%32.75
%33.73
%33.53

CMYK Percentages of Color #a7acab

%3
%0
%1
%33

Triadic Colors of #a7acab

#a7acab #aba7ac #acaba7

Analogous Colors of #a7acab

#a7acab #a7abac #a7aca9

Monochromatic Colors of #a7acab

#a7acab

Complementary Color

#a7acab #aca7a8

#a7acab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a7acab Color Preview on White Background

Lorem ipsum dolor sit amet.

#a7acab Color CSS Codes

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

#a7acab Text Font Color

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

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


#a7acab Background Color

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

This div background color is #a7acab


#a7acab Border Color

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

This div border color is #a7acab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a7acab


Comments

No comments written yet.

Please login to write comment.