Color Hex Logo

#a499aa Color Hex

#A499AA
(164,153,170)
0 Favorites   0 Comments

Color spaces of #a499aa

RGB 164153170
HSL0.770.090.63
HSV279°10°67°
CMYK 0.040.100.00   0.33
XYZ33.956833.577342.7216
Yxy33.57730.30800.3045
Hunter Lab57.94593.1971-3.1504
CIE-Lab64.62577.2613-7.4076

#a499aa color RGB value is (164,153,170).

#a499aa hex color red value is 164, green value is 153 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #a499aa hue: 0.77 , saturation: 0.09 and the lightness value of a499aa is 0.63.

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

Base Numbers

BaseRedGreenBlue
Binary 10100100 10011001 10101010
Octal 244 231 252
Decimal 164 153 170
Hex A4 99 AA

RGB Percentages of Color #a499aa

%33.68
%31.42
%34.91

CMYK Percentages of Color #a499aa

%4
%10
%0
%33

Triadic Colors of #a499aa

#a499aa #aaa499 #99aaa4

Analogous Colors of #a499aa

#a499aa #aa99a8 #9c99aa

Monochromatic Colors of #a499aa

#a499aa

Complementary Color

#a499aa #9faa99

#a499aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a499aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#a499aa Color CSS Codes

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

#a499aa Text Font Color

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

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


#a499aa Background Color

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

This div background color is #a499aa


#a499aa Border Color

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

This div border color is #a499aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a499aa


Comments

No comments written yet.

Please login to write comment.