Color Hex Logo

#a6aaad Color Hex

#A6AAAD
(166,170,173)
0 Favorites   0 Comments

Color spaces of #a6aaad

RGB 166170173
HSL0.570.040.66
HSV206°68°
CMYK 0.040.020.00   0.32
XYZ37.643439.873645.2475
Yxy39.87360.30660.3248
Hunter Lab63.1455-4.09421.7171
CIE-Lab69.3794-0.8281-2.0420

#a6aaad color RGB value is (166,170,173).

#a6aaad hex color red value is 166, green value is 170 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #a6aaad hue: 0.57 , saturation: 0.04 and the lightness value of a6aaad is 0.66.

The process color (four color CMYK) of #a6aaad color hex is 0.04, 0.02, 0.00, 0.32. Web safe color of #a6aaad is #999999. Color #a6aaad contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100110 10101010 10101101
Octal 246 252 255
Decimal 166 170 173
Hex A6 AA AD

RGB Percentages of Color #a6aaad

%32.61
%33.40
%33.99

CMYK Percentages of Color #a6aaad

%4
%2
%0
%32

Triadic Colors of #a6aaad

#a6aaad #ada6aa #aaada6

Analogous Colors of #a6aaad

#a6aaad #a6a7ad #a6adad

Monochromatic Colors of #a6aaad

#a6aaad

Complementary Color

#a6aaad #ada9a6

#a6aaad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a6aaad Color Preview on White Background

Lorem ipsum dolor sit amet.

#a6aaad Color CSS Codes

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

#a6aaad Text Font Color

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

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


#a6aaad Background Color

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

This div background color is #a6aaad


#a6aaad Border Color

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

This div border color is #a6aaad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a6aaad

#a6aaad Color Palettes


Comments

No comments written yet.

Please login to write comment.