Color Hex Logo

#a99baa Color Hex

#A99BAA
(169,155,170)
0 Favorites   0 Comments

Color spaces of #a99baa

RGB 169155170
HSL0.820.080.64
HSV296°67°
CMYK 0.010.090.00   0.33
XYZ35.339234.780042.8808
Yxy34.78000.31270.3078
Hunter Lab58.97463.7567-1.8280
CIE-Lab65.57707.9112-5.9489

#a99baa color RGB value is (169,155,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101001 10011011 10101010
Octal 251 233 252
Decimal 169 155 170
Hex A9 9B AA

RGB Percentages of Color #a99baa

%34.21
%31.38
%34.41

CMYK Percentages of Color #a99baa

%1
%9
%0
%33

Triadic Colors of #a99baa

#a99baa #aaa99b #9baaa9

Analogous Colors of #a99baa

#a99baa #aa9ba4 #a29baa

Monochromatic Colors of #a99baa

#a99baa

Complementary Color

#a99baa #9caa9b

#a99baa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a99baa Color Preview on White Background

Lorem ipsum dolor sit amet.

#a99baa Color CSS Codes

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

#a99baa Text Font Color

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

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


#a99baa Background Color

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

This div background color is #a99baa


#a99baa Border Color

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

This div border color is #a99baa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a99baa


Comments

No comments written yet.

Please login to write comment.