Color Hex Logo

#a3aeac Color Hex

#A3AEAC
(163,174,172)
0 Favorites   0 Comments

Color spaces of #a3aeac

RGB 163174172
HSL0.470.060.66
HSV169°68°
CMYK 0.060.000.01   0.32
XYZ37.686741.037244.9644
Yxy41.03720.30470.3318
Hunter Lab64.0603-7.09393.2261
CIE-Lab70.2020-4.2329-0.3119

#a3aeac color RGB value is (163,174,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100011 10101110 10101100
Octal 243 256 254
Decimal 163 174 172
Hex A3 AE AC

RGB Percentages of Color #a3aeac

%32.02
%34.18
%33.79

CMYK Percentages of Color #a3aeac

%6
%0
%1
%32

Triadic Colors of #a3aeac

#a3aeac #aca3ae #aeaca3

Analogous Colors of #a3aeac

#a3aeac #a3abae #a3aea7

Monochromatic Colors of #a3aeac

#a3aeac

Complementary Color

#a3aeac #aea3a5

#a3aeac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a3aeac Color Preview on White Background

Lorem ipsum dolor sit amet.

#a3aeac Color CSS Codes

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

#a3aeac Text Font Color

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

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


#a3aeac Background Color

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

This div background color is #a3aeac


#a3aeac Border Color

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

This div border color is #a3aeac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a3aeac


Comments

No comments written yet.

Please login to write comment.