Color Hex Logo

#a99eaf Color Hex

#A99EAF
(169,158,175)
0 Favorites   0 Comments

Color spaces of #a99eaf

RGB 169158175
HSL0.770.100.65
HSV279°10°69°
CMYK 0.030.100.00   0.31
XYZ36.326935.983945.5884
Yxy35.98390.30810.3052
Hunter Lab59.98663.1202-3.0684
CIE-Lab66.50767.2189-7.3672

#a99eaf color RGB value is (169,158,175).

#a99eaf hex color red value is 169, green value is 158 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #a99eaf hue: 0.77 , saturation: 0.10 and the lightness value of a99eaf is 0.65.

The process color (four color CMYK) of #a99eaf color hex is 0.03, 0.10, 0.00, 0.31. Web safe color of #a99eaf is #999999. Color #a99eaf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101001 10011110 10101111
Octal 251 236 257
Decimal 169 158 175
Hex A9 9E AF

RGB Percentages of Color #a99eaf

%33.67
%31.47
%34.86

CMYK Percentages of Color #a99eaf

%3
%10
%0
%31

Triadic Colors of #a99eaf

#a99eaf #afa99e #9eafa9

Analogous Colors of #a99eaf

#a99eaf #af9ead #a19eaf

Monochromatic Colors of #a99eaf

#a99eaf

Complementary Color

#a99eaf #a4af9e

#a99eaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a99eaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#a99eaf Color CSS Codes

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

#a99eaf Text Font Color

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

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


#a99eaf Background Color

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

This div background color is #a99eaf


#a99eaf Border Color

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

This div border color is #a99eaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a99eaf


Comments

No comments written yet.

Please login to write comment.