Color Hex Logo

#a49faf Color Hex

#A49FAF
(164,159,175)
0 Favorites   0 Comments

Color spaces of #a49faf

RGB 164159175
HSL0.720.090.65
HSV259°69°
CMYK 0.060.090.00   0.31
XYZ35.445835.783945.5962
Yxy35.78390.30340.3063
Hunter Lab59.81961.0848-3.3187
CIE-Lab66.35454.9213-7.6398

#a49faf color RGB value is (164,159,175).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100100 10011111 10101111
Octal 244 237 257
Decimal 164 159 175
Hex A4 9F AF

RGB Percentages of Color #a49faf

%32.93
%31.93
%35.14

CMYK Percentages of Color #a49faf

%6
%9
%0
%31

Triadic Colors of #a49faf

#a49faf #afa49f #9fafa4

Analogous Colors of #a49faf

#a49faf #ac9faf #9fa2af

Monochromatic Colors of #a49faf

#a49faf

Complementary Color

#a49faf #aaaf9f

#a49faf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a49faf Color Preview on White Background

Lorem ipsum dolor sit amet.

#a49faf Color CSS Codes

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

#a49faf Text Font Color

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

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


#a49faf Background Color

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

This div background color is #a49faf


#a49faf Border Color

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

This div border color is #a49faf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a49faf


Comments

No comments written yet.

Please login to write comment.