Color Hex Logo

#a699ae Color Hex

#A699AE
(166,153,174)
0 Favorites   0 Comments

Color spaces of #a699ae

RGB 166153174
HSL0.770.110.64
HSV277°12°68°
CMYK 0.050.120.00   0.32
XYZ34.757133.945444.7646
Yxy33.94540.30630.2992
Hunter Lab58.26274.5260-4.7700
CIE-Lab64.91928.7616-9.1992

#a699ae color RGB value is (166,153,174).

#a699ae hex color red value is 166, green value is 153 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #a699ae hue: 0.77 , saturation: 0.11 and the lightness value of a699ae is 0.64.

The process color (four color CMYK) of #a699ae color hex is 0.05, 0.12, 0.00, 0.32. Web safe color of #a699ae is #999999. Color #a699ae contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100110 10011001 10101110
Octal 246 231 256
Decimal 166 153 174
Hex A6 99 AE

RGB Percentages of Color #a699ae

%33.67
%31.03
%35.29

CMYK Percentages of Color #a699ae

%5
%12
%0
%32

Triadic Colors of #a699ae

#a699ae #aea699 #99aea6

Analogous Colors of #a699ae

#a699ae #ae99ac #9c99ae

Monochromatic Colors of #a699ae

#a699ae

Complementary Color

#a699ae #a1ae99

#a699ae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a699ae Color Preview on White Background

Lorem ipsum dolor sit amet.

#a699ae Color CSS Codes

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

#a699ae Text Font Color

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

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


#a699ae Background Color

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

This div background color is #a699ae


#a699ae Border Color

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

This div border color is #a699ae


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(166,153,174, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #a699ae; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #a699ae;
  -webkit-box-shadow: 1px 1px 3px 2px #a699ae;
  box-shadow:         1px 1px 3px 2px #a699ae; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(166,153,174, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a699ae


Comments

No comments written yet.

Please login to write comment.