Color Hex Logo

#a98697 Color Hex

#A98697
(169,134,151)
0 Favorites   0 Comments

Color spaces of #a98697

RGB 169134151
HSL0.920.170.59
HSV331°21°66°
CMYK 0.000.210.11   0.34
XYZ30.473227.719633.0225
Yxy27.71960.33410.3039
Hunter Lab52.649411.1784-0.3330
CIE-Lab59.634616.2020-3.9690

#a98697 color RGB value is (169,134,151).

#a98697 hex color red value is 169, green value is 134 and the blue value of its RGB is 151. Cylindrical-coordinate representations (also known as HSL) of color #a98697 hue: 0.92 , saturation: 0.17 and the lightness value of a98697 is 0.59.

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

Base Numbers

BaseRedGreenBlue
Binary 10101001 10000110 10010111
Octal 251 206 227
Decimal 169 134 151
Hex A9 86 97

RGB Percentages of Color #a98697

%37.22
%29.52
%33.26

CMYK Percentages of Color #a98697

%0
%21
%11
%34

Triadic Colors of #a98697

#a98697 #97a986 #8697a9

Analogous Colors of #a98697

#a98697 #a98786 #a986a9

Monochromatic Colors of #a98697

#a98697

Complementary Color

#a98697 #86a998

#a98697 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a98697 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a98697 Color CSS Codes

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

#a98697 Text Font Color

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

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


#a98697 Background Color

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

This div background color is #a98697


#a98697 Border Color

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

This div border color is #a98697


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a98697


Comments

No comments written yet.

Please login to write comment.