Color Hex Logo

#a998aa Color Hex

#A998AA
(169,152,170)
0 Favorites   0 Comments

Color spaces of #a998aa

RGB 169152170
HSL0.820.100.63
HSV297°11°67°
CMYK 0.010.110.00   0.33
XYZ34.846133.793842.7165
Yxy33.79380.31290.3035
Hunter Lab58.13245.2658-2.8744
CIE-Lab64.79869.5865-7.1036

#a998aa color RGB value is (169,152,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101001 10011000 10101010
Octal 251 230 252
Decimal 169 152 170
Hex A9 98 AA

RGB Percentages of Color #a998aa

%34.42
%30.96
%34.62

CMYK Percentages of Color #a998aa

%1
%11
%0
%33

Triadic Colors of #a998aa

#a998aa #aaa998 #98aaa9

Analogous Colors of #a998aa

#a998aa #aa98a2 #a098aa

Monochromatic Colors of #a998aa

#a998aa

Complementary Color

#a998aa #99aa98

#a998aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a998aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#a998aa Color CSS Codes

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

#a998aa Text Font Color

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

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


#a998aa Background Color

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

This div background color is #a998aa


#a998aa Border Color

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

This div border color is #a998aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a998aa


Comments

No comments written yet.

Please login to write comment.