Color Hex Logo

#a9a689 Color Hex

#A9A689
(169,166,137)
0 Favorites   0 Comments

Color spaces of #a9a689

RGB 169166137
HSL0.150.160.60
HSV54°19°66°
CMYK 0.000.020.19   0.34
XYZ34.513837.513629.0887
Yxy37.51360.34130.3710
Hunter Lab61.2483-6.598814.7152
CIE-Lab67.6606-3.890915.4318

#a9a689 color RGB value is (169,166,137).

#a9a689 hex color red value is 169, green value is 166 and the blue value of its RGB is 137. Cylindrical-coordinate representations (also known as HSL) of color #a9a689 hue: 0.15 , saturation: 0.16 and the lightness value of a9a689 is 0.60.

The process color (four color CMYK) of #a9a689 color hex is 0.00, 0.02, 0.19, 0.34. Web safe color of #a9a689 is #999999. Color #a9a689 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101001 10100110 10001001
Octal 251 246 211
Decimal 169 166 137
Hex A9 A6 89

RGB Percentages of Color #a9a689

%35.81
%35.17
%29.03

CMYK Percentages of Color #a9a689

%0
%2
%19
%34

Triadic Colors of #a9a689

#a9a689 #89a9a6 #a689a9

Analogous Colors of #a9a689

#a9a689 #9ca989 #a99689

Monochromatic Colors of #a9a689

#a9a689

Complementary Color

#a9a689 #898ca9

#a9a689 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a9a689 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a9a689 Color CSS Codes

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

#a9a689 Text Font Color

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

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


#a9a689 Background Color

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

This div background color is #a9a689


#a9a689 Border Color

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

This div border color is #a9a689


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a9a689


Comments

No comments written yet.

Please login to write comment.