Color Hex Logo

#a993a0 Color Hex

#A993A0
(169,147,160)
0 Favorites   0 Comments

Color spaces of #a993a0

RGB 169147160
HSL0.900.110.62
HSV325°13°66°
CMYK 0.000.130.05   0.34
XYZ33.141131.840537.6568
Yxy31.84050.32290.3102
Hunter Lab56.42746.0892-0.0680
CIE-Lab63.210810.4958-3.8158

#a993a0 color RGB value is (169,147,160).

#a993a0 hex color red value is 169, green value is 147 and the blue value of its RGB is 160. Cylindrical-coordinate representations (also known as HSL) of color #a993a0 hue: 0.90 , saturation: 0.11 and the lightness value of a993a0 is 0.62.

The process color (four color CMYK) of #a993a0 color hex is 0.00, 0.13, 0.05, 0.34. Web safe color of #a993a0 is #999999. Color #a993a0 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101001 10010011 10100000
Octal 251 223 240
Decimal 169 147 160
Hex A9 93 A0

RGB Percentages of Color #a993a0

%35.50
%30.88
%33.61

CMYK Percentages of Color #a993a0

%0
%13
%5
%34

Triadic Colors of #a993a0

#a993a0 #a0a993 #93a0a9

Analogous Colors of #a993a0

#a993a0 #a99395 #a793a9

Monochromatic Colors of #a993a0

#a993a0

Complementary Color

#a993a0 #93a99c

#a993a0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a993a0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a993a0 Color CSS Codes

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

#a993a0 Text Font Color

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

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


#a993a0 Background Color

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

This div background color is #a993a0


#a993a0 Border Color

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

This div border color is #a993a0


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(169,147,160, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #a993a0">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a993a0


Comments

No comments written yet.

Please login to write comment.