Color Hex Logo

#a99aaa Color Hex

#A99AAA
(169,154,170)
0 Favorites   0 Comments

Color spaces of #a99aaa

RGB 169154170
HSL0.820.090.64
HSV296°67°
CMYK 0.010.090.00   0.33
XYZ35.173534.448542.8256
Yxy34.44850.31280.3064
Hunter Lab58.69284.2592-2.1763
CIE-Lab65.31708.4691-6.3343

#a99aaa color RGB value is (169,154,170).

#a99aaa hex color red value is 169, green value is 154 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #a99aaa hue: 0.82 , saturation: 0.09 and the lightness value of a99aaa is 0.64.

The process color (four color CMYK) of #a99aaa color hex is 0.01, 0.09, 0.00, 0.33. Web safe color of #a99aaa is #999999. Color #a99aaa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101001 10011010 10101010
Octal 251 232 252
Decimal 169 154 170
Hex A9 9A AA

RGB Percentages of Color #a99aaa

%34.28
%31.24
%34.48

CMYK Percentages of Color #a99aaa

%1
%9
%0
%33

Triadic Colors of #a99aaa

#a99aaa #aaa99a #9aaaa9

Analogous Colors of #a99aaa

#a99aaa #aa9aa3 #a19aaa

Monochromatic Colors of #a99aaa

#a99aaa

Complementary Color

#a99aaa #9baa9a

#a99aaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a99aaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#a99aaa Color CSS Codes

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

#a99aaa Text Font Color

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

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


#a99aaa Background Color

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

This div background color is #a99aaa


#a99aaa Border Color

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

This div border color is #a99aaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a99aaa


Comments

No comments written yet.

Please login to write comment.