Color Hex Logo

#a89689 Color Hex

#A89689
(168,150,137)
1 Favorites   0 Comments

Color spaces of #a89689

RGB 168150137
HSL0.070.150.60
HSV25°18°66°
CMYK 0.000.110.18   0.34
XYZ31.570231.943728.1687
Yxy31.94370.34430.3484
Hunter Lab56.51880.798610.0133
CIE-Lab63.29634.47669.2798

#a89689 color RGB value is (168,150,137).

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

The process color (four color CMYK) of #a89689 color hex is 0.00, 0.11, 0.18, 0.34. Web safe color of #a89689 is #999999. Color #a89689 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101000 10010110 10001001
Octal 250 226 211
Decimal 168 150 137
Hex A8 96 89

RGB Percentages of Color #a89689

%36.92
%32.97
%30.11

CMYK Percentages of Color #a89689

%0
%11
%18
%34

Triadic Colors of #a89689

#a89689 #89a896 #9689a8

Analogous Colors of #a89689

#a89689 #a8a689 #a8898c

Monochromatic Colors of #a89689

#a89689

Complementary Color

#a89689 #899ba8

#a89689 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a89689 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a89689 Color CSS Codes

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

#a89689 Text Font Color

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

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


#a89689 Background Color

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

This div background color is #a89689


#a89689 Border Color

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

This div border color is #a89689


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a89689


Comments

No comments written yet.

Please login to write comment.