Color Hex Logo

#a49aae Color Hex

#A49AAE
(164,154,174)
0 Favorites   0 Comments

Color spaces of #a49aae

RGB 164154174
HSL0.750.110.64
HSV270°11°68°
CMYK 0.060.110.00   0.32
XYZ34.505434.059744.7999
Yxy34.05970.30440.3004
Hunter Lab58.36073.4058-4.6608
CIE-Lab65.00997.5054-9.0818

#a49aae color RGB value is (164,154,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100100 10011010 10101110
Octal 244 232 256
Decimal 164 154 174
Hex A4 9A AE

RGB Percentages of Color #a49aae

%33.33
%31.30
%35.37

CMYK Percentages of Color #a49aae

%6
%11
%0
%32

Triadic Colors of #a49aae

#a49aae #aea49a #9aaea4

Analogous Colors of #a49aae

#a49aae #ae9aae #9a9aae

Monochromatic Colors of #a49aae

#a49aae

Complementary Color

#a49aae #a4ae9a

#a49aae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a49aae Color Preview on White Background

Lorem ipsum dolor sit amet.

#a49aae Color CSS Codes

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

#a49aae Text Font Color

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

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


#a49aae Background Color

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

This div background color is #a49aae


#a49aae Border Color

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

This div border color is #a49aae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a49aae


Comments

No comments written yet.

Please login to write comment.