Color Hex Logo

#aa9baf Color Hex

#AA9BAF
(170,155,175)
0 Favorites   0 Comments

Color spaces of #aa9baf

RGB 170155175
HSL0.790.110.65
HSV285°11°69°
CMYK 0.030.110.00   0.31
XYZ36.036835.083945.4300
Yxy35.08390.30920.3010
Hunter Lab59.23174.9448-4.0126
CIE-Lab65.81399.2404-8.3898

#aa9baf color RGB value is (170,155,175).

#aa9baf hex color red value is 170, green value is 155 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #aa9baf hue: 0.79 , saturation: 0.11 and the lightness value of aa9baf is 0.65.

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 10011011 10101111
Octal 252 233 257
Decimal 170 155 175
Hex AA 9B AF

RGB Percentages of Color #aa9baf

%34.00
%31.00
%35.00

CMYK Percentages of Color #aa9baf

%3
%11
%0
%31

Triadic Colors of #aa9baf

#aa9baf #afaa9b #9bafaa

Analogous Colors of #aa9baf

#aa9baf #af9baa #a09baf

Monochromatic Colors of #aa9baf

#aa9baf

Complementary Color

#aa9baf #a0af9b

#aa9baf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aa9baf Color Preview on White Background

Lorem ipsum dolor sit amet.

#aa9baf Color CSS Codes

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

#aa9baf Text Font Color

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

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


#aa9baf Background Color

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

This div background color is #aa9baf


#aa9baf Border Color

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

This div border color is #aa9baf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aa9baf


Comments

No comments written yet.

Please login to write comment.