Color Hex Logo

#a99aae Color Hex

#A99AAE
(169,154,174)
0 Favorites   0 Comments

Color spaces of #a99aae

RGB 169154174
HSL0.790.110.64
HSV285°11°68°
CMYK 0.030.110.00   0.32
XYZ35.557834.602244.8492
Yxy34.60220.30920.3009
Hunter Lab58.82364.9586-4.0282
CIE-Lab65.43789.2512-8.3987

#a99aae color RGB value is (169,154,174).

#a99aae hex color red value is 169, green value is 154 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #a99aae hue: 0.79 , saturation: 0.11 and the lightness value of a99aae is 0.64.

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

Base Numbers

BaseRedGreenBlue
Binary 10101001 10011010 10101110
Octal 251 232 256
Decimal 169 154 174
Hex A9 9A AE

RGB Percentages of Color #a99aae

%34.00
%30.99
%35.01

CMYK Percentages of Color #a99aae

%3
%11
%0
%32

Triadic Colors of #a99aae

#a99aae #aea99a #9aaea9

Analogous Colors of #a99aae

#a99aae #ae9aa9 #9f9aae

Monochromatic Colors of #a99aae

#a99aae

Complementary Color

#a99aae #9fae9a

#a99aae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a99aae Color Preview on White Background

Lorem ipsum dolor sit amet.

#a99aae Color CSS Codes

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

#a99aae Text Font Color

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

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


#a99aae Background Color

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

This div background color is #a99aae


#a99aae Border Color

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

This div border color is #a99aae


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(169,154,174, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a99aae


Comments

No comments written yet.

Please login to write comment.