Color Hex Logo

#a18daa Color Hex

#A18DAA
(161,141,170)
0 Favorites   0 Comments

Color spaces of #a18daa

RGB 161141170
HSL0.780.150.61
HSV281°17°67°
CMYK 0.050.170.00   0.33
XYZ31.478529.529142.0708
Yxy29.52910.30540.2865
Hunter Lab54.34078.3054-7.8641
CIE-Lab61.245812.9796-12.4877

#a18daa color RGB value is (161,141,170).

#a18daa hex color red value is 161, green value is 141 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #a18daa hue: 0.78 , saturation: 0.15 and the lightness value of a18daa is 0.61.

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

Base Numbers

BaseRedGreenBlue
Binary 10100001 10001101 10101010
Octal 241 215 252
Decimal 161 141 170
Hex A1 8D AA

RGB Percentages of Color #a18daa

%34.11
%29.87
%36.02

CMYK Percentages of Color #a18daa

%5
%17
%0
%33

Triadic Colors of #a18daa

#a18daa #aaa18d #8daaa1

Analogous Colors of #a18daa

#a18daa #aa8da5 #938daa

Monochromatic Colors of #a18daa

#a18daa

Complementary Color

#a18daa #96aa8d

#a18daa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a18daa Color Preview on White Background

Lorem ipsum dolor sit amet.

#a18daa Color CSS Codes

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

#a18daa Text Font Color

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

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


#a18daa Background Color

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

This div background color is #a18daa


#a18daa Border Color

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

This div border color is #a18daa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a18daa


Comments

No comments written yet.

Please login to write comment.