Color Hex Logo

#a29faa Color Hex

#A29FAA
(162,159,170)
0 Favorites   0 Comments

Color spaces of #a29faa

RGB 162159170
HSL0.710.060.65
HSV256°67°
CMYK 0.050.060.00   0.33
XYZ34.554135.379943.0380
Yxy35.37990.30590.3132
Hunter Lab59.4810-0.3964-1.2631
CIE-Lab66.04343.2186-5.3238

#a29faa color RGB value is (162,159,170).

#a29faa hex color red value is 162, green value is 159 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #a29faa hue: 0.71 , saturation: 0.06 and the lightness value of a29faa is 0.65.

The process color (four color CMYK) of #a29faa color hex is 0.05, 0.06, 0.00, 0.33. Web safe color of #a29faa is #999999. Color #a29faa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100010 10011111 10101010
Octal 242 237 252
Decimal 162 159 170
Hex A2 9F AA

RGB Percentages of Color #a29faa

%32.99
%32.38
%34.62

CMYK Percentages of Color #a29faa

%5
%6
%0
%33

Triadic Colors of #a29faa

#a29faa #aaa29f #9faaa2

Analogous Colors of #a29faa

#a29faa #a89faa #9fa2aa

Monochromatic Colors of #a29faa

#a29faa

Complementary Color

#a29faa #a7aa9f

#a29faa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a29faa Color Preview on White Background

Lorem ipsum dolor sit amet.

#a29faa Color CSS Codes

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

#a29faa Text Font Color

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

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


#a29faa Background Color

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

This div background color is #a29faa


#a29faa Border Color

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

This div border color is #a29faa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a29faa


Comments

No comments written yet.

Please login to write comment.