Color Hex Logo

#a7aeac Color Hex

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

Color spaces of #a7aeac

RGB 167174172
HSL0.450.040.67
HSV163°68°
CMYK 0.040.000.01   0.32
XYZ38.518841.466245.0033
Yxy41.46620.30820.3318
Hunter Lab64.3943-5.91643.6399
CIE-Lab70.5013-2.83940.1613

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

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

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

Base Numbers

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

RGB Percentages of Color #a7aeac

%32.55
%33.92
%33.53

CMYK Percentages of Color #a7aeac

%4
%0
%1
%32

Triadic Colors of #a7aeac

#a7aeac #aca7ae #aeaca7

Analogous Colors of #a7aeac

#a7aeac #a7adae #a7aea9

Monochromatic Colors of #a7aeac

#a7aeac

Complementary Color

#a7aeac #aea7a9

#a7aeac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a7aeac Color Preview on White Background

Lorem ipsum dolor sit amet.

#a7aeac Color CSS Codes

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

#a7aeac Text Font Color

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

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


#a7aeac Background Color

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

This div background color is #a7aeac


#a7aeac Border Color

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

This div border color is #a7aeac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a7aeac


Comments

No comments written yet.

Please login to write comment.