Color Hex Logo

#a49aad Color Hex

#A49AAD
(164,154,173)
0 Favorites   0 Comments

Color spaces of #a49aad

RGB 164154173
HSL0.750.100.64
HSV272°11°68°
CMYK 0.050.110.00   0.32
XYZ34.408334.020844.2883
Yxy34.02080.30530.3018
Hunter Lab58.32743.2273-4.1901
CIE-Lab64.97917.3035-8.5666

#a49aad color RGB value is (164,154,173).

#a49aad hex color red value is 164, green value is 154 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #a49aad hue: 0.75 , saturation: 0.10 and the lightness value of a49aad is 0.64.

The process color (four color CMYK) of #a49aad color hex is 0.05, 0.11, 0.00, 0.32. Web safe color of #a49aad is #999999. Color #a49aad contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100100 10011010 10101101
Octal 244 232 255
Decimal 164 154 173
Hex A4 9A AD

RGB Percentages of Color #a49aad

%33.40
%31.36
%35.23

CMYK Percentages of Color #a49aad

%5
%11
%0
%32

Triadic Colors of #a49aad

#a49aad #ada49a #9aada4

Analogous Colors of #a49aad

#a49aad #ad9aad #9b9aad

Monochromatic Colors of #a49aad

#a49aad

Complementary Color

#a49aad #a3ad9a

#a49aad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a49aad Color Preview on White Background

Lorem ipsum dolor sit amet.

#a49aad Color CSS Codes

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

#a49aad Text Font Color

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

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


#a49aad Background Color

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

This div background color is #a49aad


#a49aad Border Color

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

This div border color is #a49aad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a49aad


Comments

No comments written yet.

Please login to write comment.