Color Hex Logo

#a69aad Color Hex

#A69AAD
(166,154,173)
0 Favorites   0 Comments

Color spaces of #a69aad

RGB 166154173
HSL0.770.100.64
HSV278°11°68°
CMYK 0.040.110.00   0.32
XYZ34.824334.235344.3078
Yxy34.23530.30720.3020
Hunter Lab58.51093.8448-3.9401
CIE-Lab65.14898.0018-8.2955

#a69aad color RGB value is (166,154,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100110 10011010 10101101
Octal 246 232 255
Decimal 166 154 173
Hex A6 9A AD

RGB Percentages of Color #a69aad

%33.67
%31.24
%35.09

CMYK Percentages of Color #a69aad

%4
%11
%0
%32

Triadic Colors of #a69aad

#a69aad #ada69a #9aada6

Analogous Colors of #a69aad

#a69aad #ad9aab #9d9aad

Monochromatic Colors of #a69aad

#a69aad

Complementary Color

#a69aad #a1ad9a

#a69aad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a69aad Color Preview on White Background

Lorem ipsum dolor sit amet.

#a69aad Color CSS Codes

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

#a69aad Text Font Color

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

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


#a69aad Background Color

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

This div background color is #a69aad


#a69aad Border Color

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

This div border color is #a69aad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a69aad


Comments

No comments written yet.

Please login to write comment.