Color Hex Logo

#a9baac Color Hex

#A9BAAC
(169,186,172)
0 Favorites   0 Comments

Color spaces of #a9baac

RGB 169186172
HSL0.360.110.70
HSV131°73°
CMYK 0.090.000.08   0.27
XYZ41.367546.531445.8309
Yxy46.53140.30930.3480
Hunter Lab68.2139-11.12527.9146
CIE-Lab73.8890-8.53615.0945

#a9baac color RGB value is (169,186,172).

#a9baac hex color red value is 169, green value is 186 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #a9baac hue: 0.36 , saturation: 0.11 and the lightness value of a9baac is 0.70.

The process color (four color CMYK) of #a9baac color hex is 0.09, 0.00, 0.08, 0.27. Web safe color of #a9baac is #99cc99. Color #a9baac contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101001 10111010 10101100
Octal 251 272 254
Decimal 169 186 172
Hex A9 BA AC

RGB Percentages of Color #a9baac

%32.07
%35.29
%32.64

CMYK Percentages of Color #a9baac

%9
%0
%8
%27

Triadic Colors of #a9baac

#a9baac #aca9ba #baaca9

Analogous Colors of #a9baac

#a9baac #a9bab5 #afbaa9

Monochromatic Colors of #a9baac

#a9baac

Complementary Color

#a9baac #baa9b7

#a9baac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a9baac Color Preview on White Background

Lorem ipsum dolor sit amet.

#a9baac Color CSS Codes

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

#a9baac Text Font Color

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

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


#a9baac Background Color

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

This div background color is #a9baac


#a9baac Border Color

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

This div border color is #a9baac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a9baac

#a9baac Color Palettes


Comments

No comments written yet.

Please login to write comment.