Color Hex Logo

#a496ac Color Hex

#A496AC
(164,150,172)
0 Favorites   0 Comments

Color spaces of #a496ac

RGB 164150172
HSL0.770.120.63
HSV278°13°67°
CMYK 0.050.130.00   0.33
XYZ33.662632.683843.5641
Yxy32.68380.30630.2974
Hunter Lab57.16975.0570-5.1609
CIE-Lab63.90419.3441-9.6079

#a496ac color RGB value is (164,150,172).

#a496ac hex color red value is 164, green value is 150 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #a496ac hue: 0.77 , saturation: 0.12 and the lightness value of a496ac is 0.63.

The process color (four color CMYK) of #a496ac color hex is 0.05, 0.13, 0.00, 0.33. Web safe color of #a496ac is #999999. Color #a496ac contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100100 10010110 10101100
Octal 244 226 254
Decimal 164 150 172
Hex A4 96 AC

RGB Percentages of Color #a496ac

%33.74
%30.86
%35.39

CMYK Percentages of Color #a496ac

%5
%13
%0
%33

Triadic Colors of #a496ac

#a496ac #aca496 #96aca4

Analogous Colors of #a496ac

#a496ac #ac96a9 #9996ac

Monochromatic Colors of #a496ac

#a496ac

Complementary Color

#a496ac #9eac96

#a496ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a496ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#a496ac Color CSS Codes

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

#a496ac Text Font Color

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

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


#a496ac Background Color

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

This div background color is #a496ac


#a496ac Border Color

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

This div border color is #a496ac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a496ac


Comments

No comments written yet.

Please login to write comment.