Color Hex Logo

#a69aaf Color Hex

#A69AAF
(166,154,175)
0 Favorites   0 Comments

Color spaces of #a69aaf

RGB 166154175
HSL0.760.120.65
HSV274°12°69°
CMYK 0.050.120.00   0.31
XYZ35.019334.313345.3349
Yxy34.31330.30540.2992
Hunter Lab58.57764.2016-4.8820
CIE-Lab65.21058.4029-9.3258

#a69aaf color RGB value is (166,154,175).

#a69aaf hex color red value is 166, green value is 154 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #a69aaf hue: 0.76 , saturation: 0.12 and the lightness value of a69aaf is 0.65.

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

Base Numbers

BaseRedGreenBlue
Binary 10100110 10011010 10101111
Octal 246 232 257
Decimal 166 154 175
Hex A6 9A AF

RGB Percentages of Color #a69aaf

%33.54
%31.11
%35.35

CMYK Percentages of Color #a69aaf

%5
%12
%0
%31

Triadic Colors of #a69aaf

#a69aaf #afa69a #9aafa6

Analogous Colors of #a69aaf

#a69aaf #af9aae #9c9aaf

Monochromatic Colors of #a69aaf

#a69aaf

Complementary Color

#a69aaf #a3af9a

#a69aaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a69aaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#a69aaf Color CSS Codes

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

#a69aaf Text Font Color

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

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


#a69aaf Background Color

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

This div background color is #a69aaf


#a69aaf Border Color

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

This div border color is #a69aaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a69aaf


Comments

No comments written yet.

Please login to write comment.