Color Hex Logo

#a99caa Color Hex

#A99CAA
(169,156,170)
0 Favorites   0 Comments

Color spaces of #a99caa

RGB 169156170
HSL0.820.080.64
HSV296°67°
CMYK 0.010.080.00   0.33
XYZ35.506435.114242.9365
Yxy35.11420.31270.3092
Hunter Lab59.25723.2554-1.4802
CIE-Lab65.83757.3547-5.5633

#a99caa color RGB value is (169,156,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101001 10011100 10101010
Octal 251 234 252
Decimal 169 156 170
Hex A9 9C AA

RGB Percentages of Color #a99caa

%34.14
%31.52
%34.34

CMYK Percentages of Color #a99caa

%1
%8
%0
%33

Triadic Colors of #a99caa

#a99caa #aaa99c #9caaa9

Analogous Colors of #a99caa

#a99caa #aa9ca4 #a29caa

Monochromatic Colors of #a99caa

#a99caa

Complementary Color

#a99caa #9daa9c

#a99caa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a99caa Color Preview on White Background

Lorem ipsum dolor sit amet.

#a99caa Color CSS Codes

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

#a99caa Text Font Color

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

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


#a99caa Background Color

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

This div background color is #a99caa


#a99caa Border Color

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

This div border color is #a99caa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a99caa


Comments

No comments written yet.

Please login to write comment.