Color Hex Logo

#a39daa Color Hex

#A39DAA
(163,157,170)
0 Favorites   0 Comments

Color spaces of #a39daa

RGB 163157170
HSL0.740.070.64
HSV268°67°
CMYK 0.040.080.00   0.33
XYZ34.416934.802842.9338
Yxy34.80280.30690.3103
Hunter Lab58.99390.8972-1.8536
CIE-Lab65.59484.6790-5.9786

#a39daa color RGB value is (163,157,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100011 10011101 10101010
Octal 243 235 252
Decimal 163 157 170
Hex A3 9D AA

RGB Percentages of Color #a39daa

%33.27
%32.04
%34.69

CMYK Percentages of Color #a39daa

%4
%8
%0
%33

Triadic Colors of #a39daa

#a39daa #aaa39d #9daaa3

Analogous Colors of #a39daa

#a39daa #aa9daa #9d9eaa

Monochromatic Colors of #a39daa

#a39daa

Complementary Color

#a39daa #a4aa9d

#a39daa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a39daa Color Preview on White Background

Lorem ipsum dolor sit amet.

#a39daa Color CSS Codes

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

#a39daa Text Font Color

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

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


#a39daa Background Color

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

This div background color is #a39daa


#a39daa Border Color

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

This div border color is #a39daa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a39daa

#a39daa Color Palettes


Comments

No comments written yet.

Please login to write comment.