Color Hex Logo

#a89597 Color Hex

#A89597
(168,149,151)
0 Favorites   0 Comments

Color spaces of #a89597

RGB 168149151
HSL0.980.100.62
HSV354°11°66°
CMYK 0.000.110.10   0.34
XYZ32.481832.054133.7532
Yxy32.05410.33050.3261
Hunter Lab56.61633.33004.2843
CIE-Lab63.38767.38471.5178

#a89597 color RGB value is (168,149,151).

#a89597 hex color red value is 168, green value is 149 and the blue value of its RGB is 151. Cylindrical-coordinate representations (also known as HSL) of color #a89597 hue: 0.98 , saturation: 0.10 and the lightness value of a89597 is 0.62.

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

Base Numbers

BaseRedGreenBlue
Binary 10101000 10010101 10010111
Octal 250 225 227
Decimal 168 149 151
Hex A8 95 97

RGB Percentages of Color #a89597

%35.90
%31.84
%32.26

CMYK Percentages of Color #a89597

%0
%11
%10
%34

Triadic Colors of #a89597

#a89597 #97a895 #9597a8

Analogous Colors of #a89597

#a89597 #a89d95 #a895a1

Monochromatic Colors of #a89597

#a89597

Complementary Color

#a89597 #95a8a6

#a89597 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a89597 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a89597 Color CSS Codes

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

#a89597 Text Font Color

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

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


#a89597 Background Color

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

This div background color is #a89597


#a89597 Border Color

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

This div border color is #a89597


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(168,149,151, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a89597


Comments

No comments written yet.

Please login to write comment.