Color Hex Logo

#a49daa Color Hex

#A49DAA
(164,157,170)
0 Favorites   0 Comments

Color spaces of #a49daa

RGB 164157170
HSL0.760.070.64
HSV272°67°
CMYK 0.040.080.00   0.33
XYZ34.622534.908742.9435
Yxy34.90870.30780.3104
Hunter Lab59.08361.2033-1.7350
CIE-Lab65.67755.0309-5.8471

#a49daa color RGB value is (164,157,170).

#a49daa hex color red value is 164, green value is 157 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #a49daa hue: 0.76 , saturation: 0.07 and the lightness value of a49daa is 0.64.

The process color (four color CMYK) of #a49daa color hex is 0.04, 0.08, 0.00, 0.33. Web safe color of #a49daa is #999999. Color #a49daa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100100 10011101 10101010
Octal 244 235 252
Decimal 164 157 170
Hex A4 9D AA

RGB Percentages of Color #a49daa

%33.40
%31.98
%34.62

CMYK Percentages of Color #a49daa

%4
%8
%0
%33

Triadic Colors of #a49daa

#a49daa #aaa49d #9daaa4

Analogous Colors of #a49daa

#a49daa #aa9daa #9e9daa

Monochromatic Colors of #a49daa

#a49daa

Complementary Color

#a49daa #a3aa9d

#a49daa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a49daa Color Preview on White Background

Lorem ipsum dolor sit amet.

#a49daa Color CSS Codes

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

#a49daa Text Font Color

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

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


#a49daa Background Color

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

This div background color is #a49daa


#a49daa Border Color

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

This div border color is #a49daa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a49daa


Comments

No comments written yet.

Please login to write comment.