Color Hex Logo

#a49aaf Color Hex

#A49AAF
(164,154,175)
0 Favorites   0 Comments

Color spaces of #a49aaf

RGB 164154175
HSL0.750.120.65
HSV269°12°69°
CMYK 0.060.120.00   0.31
XYZ34.603334.098945.3154
Yxy34.09890.30350.2991
Hunter Lab58.39433.5857-5.1345
CIE-Lab65.04107.7085-9.5966

#a49aaf color RGB value is (164,154,175).

#a49aaf hex color red value is 164, green value is 154 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #a49aaf hue: 0.75 , saturation: 0.12 and the lightness value of a49aaf is 0.65.

The process color (four color CMYK) of #a49aaf color hex is 0.06, 0.12, 0.00, 0.31. Web safe color of #a49aaf is #999999. Color #a49aaf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100100 10011010 10101111
Octal 244 232 257
Decimal 164 154 175
Hex A4 9A AF

RGB Percentages of Color #a49aaf

%33.27
%31.24
%35.50

CMYK Percentages of Color #a49aaf

%6
%12
%0
%31

Triadic Colors of #a49aaf

#a49aaf #afa49a #9aafa4

Analogous Colors of #a49aaf

#a49aaf #af9aaf #9a9baf

Monochromatic Colors of #a49aaf

#a49aaf

Complementary Color

#a49aaf #a5af9a

#a49aaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a49aaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#a49aaf Color CSS Codes

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

#a49aaf Text Font Color

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

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


#a49aaf Background Color

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

This div background color is #a49aaf


#a49aaf Border Color

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

This div border color is #a49aaf


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(164,154,175, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a49aaf


Comments

No comments written yet.

Please login to write comment.