Color Hex Logo

#a699ad Color Hex

#A699AD
(166,153,173)
0 Favorites   0 Comments

Color spaces of #a699ad

RGB 166153173
HSL0.780.110.64
HSV279°12°68°
CMYK 0.040.120.00   0.32
XYZ34.659933.906644.2530
Yxy33.90660.30720.3005
Hunter Lab58.22944.3472-4.2985
CIE-Lab64.88848.5609-8.6836

#a699ad color RGB value is (166,153,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100110 10011001 10101101
Octal 246 231 255
Decimal 166 153 173
Hex A6 99 AD

RGB Percentages of Color #a699ad

%33.74
%31.10
%35.16

CMYK Percentages of Color #a699ad

%4
%12
%0
%32

Triadic Colors of #a699ad

#a699ad #ada699 #99ada6

Analogous Colors of #a699ad

#a699ad #ad99aa #9c99ad

Monochromatic Colors of #a699ad

#a699ad

Complementary Color

#a699ad #a0ad99

#a699ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a699ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#a699ad Color CSS Codes

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

#a699ad Text Font Color

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

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


#a699ad Background Color

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

This div background color is #a699ad


#a699ad Border Color

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

This div border color is #a699ad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a699ad


Comments

No comments written yet.

Please login to write comment.