Color Hex Logo

#a49eab Color Hex

#A49EAB
(164,158,171)
0 Favorites   0 Comments

Color spaces of #a49eab

RGB 164158171
HSL0.740.070.65
HSV268°67°
CMYK 0.040.080.00   0.33
XYZ34.887435.286543.5003
Yxy35.28650.30690.3104
Hunter Lab59.40240.8798-1.8363
CIE-Lab65.97114.6738-5.9721

#a49eab color RGB value is (164,158,171).

#a49eab hex color red value is 164, green value is 158 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #a49eab hue: 0.74 , saturation: 0.07 and the lightness value of a49eab is 0.65.

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

Base Numbers

BaseRedGreenBlue
Binary 10100100 10011110 10101011
Octal 244 236 253
Decimal 164 158 171
Hex A4 9E AB

RGB Percentages of Color #a49eab

%33.27
%32.05
%34.69

CMYK Percentages of Color #a49eab

%4
%8
%0
%33

Triadic Colors of #a49eab

#a49eab #aba49e #9eaba4

Analogous Colors of #a49eab

#a49eab #ab9eab #9e9fab

Monochromatic Colors of #a49eab

#a49eab

Complementary Color

#a49eab #a5ab9e

#a49eab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a49eab Color Preview on White Background

Lorem ipsum dolor sit amet.

#a49eab Color CSS Codes

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

#a49eab Text Font Color

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

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


#a49eab Background Color

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

This div background color is #a49eab


#a49eab Border Color

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

This div border color is #a49eab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a49eab


Comments

No comments written yet.

Please login to write comment.