Color Hex Logo

#a698aa Color Hex

#A698AA
(166,152,170)
0 Favorites   0 Comments

Color spaces of #a698aa

RGB 166152170
HSL0.800.100.63
HSV287°11°67°
CMYK 0.020.110.00   0.33
XYZ34.209833.465742.6867
Yxy33.46570.31000.3032
Hunter Lab57.84954.3207-3.2549
CIE-Lab64.53628.5257-7.5219

#a698aa color RGB value is (166,152,170).

#a698aa hex color red value is 166, green value is 152 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #a698aa hue: 0.80 , saturation: 0.10 and the lightness value of a698aa is 0.63.

The process color (four color CMYK) of #a698aa color hex is 0.02, 0.11, 0.00, 0.33. Web safe color of #a698aa is #999999. Color #a698aa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100110 10011000 10101010
Octal 246 230 252
Decimal 166 152 170
Hex A6 98 AA

RGB Percentages of Color #a698aa

%34.02
%31.15
%34.84

CMYK Percentages of Color #a698aa

%2
%11
%0
%33

Triadic Colors of #a698aa

#a698aa #aaa698 #98aaa6

Analogous Colors of #a698aa

#a698aa #aa98a5 #9d98aa

Monochromatic Colors of #a698aa

#a698aa

Complementary Color

#a698aa #9caa98

#a698aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a698aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#a698aa Color CSS Codes

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

#a698aa Text Font Color

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

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


#a698aa Background Color

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

This div background color is #a698aa


#a698aa Border Color

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

This div border color is #a698aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a698aa


Comments

No comments written yet.

Please login to write comment.