Color Hex Logo

#a7acae Color Hex

#A7ACAE
(167,172,174)
0 Favorites   0 Comments

Color spaces of #a7acae

RGB 167172174
HSL0.550.040.67
HSV197°68°
CMYK 0.040.010.00   0.32
XYZ38.328940.776545.8949
Yxy40.77650.30660.3262
Hunter Lab63.8565-4.60692.0867
CIE-Lab70.0190-1.3697-1.6476

#a7acae color RGB value is (167,172,174).

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

The process color (four color CMYK) of #a7acae color hex is 0.04, 0.01, 0.00, 0.32. Web safe color of #a7acae is #999999. Color #a7acae contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100111 10101100 10101110
Octal 247 254 256
Decimal 167 172 174
Hex A7 AC AE

RGB Percentages of Color #a7acae

%32.55
%33.53
%33.92

CMYK Percentages of Color #a7acae

%4
%1
%0
%32

Triadic Colors of #a7acae

#a7acae #aea7ac #acaea7

Analogous Colors of #a7acae

#a7acae #a7a9ae #a7aead

Monochromatic Colors of #a7acae

#a7acae

Complementary Color

#a7acae #aea9a7

#a7acae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a7acae Color Preview on White Background

Lorem ipsum dolor sit amet.

#a7acae Color CSS Codes

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

#a7acae Text Font Color

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

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


#a7acae Background Color

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

This div background color is #a7acae


#a7acae Border Color

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

This div border color is #a7acae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a7acae


Comments

No comments written yet.

Please login to write comment.