Color Hex Logo

#a88797 Color Hex

#A88797
(168,135,151)
0 Favorites   0 Comments

Color spaces of #a88797

RGB 168135151
HSL0.920.160.59
HSV331°20°66°
CMYK 0.000.200.10   0.34
XYZ30.398327.887133.0587
Yxy27.88710.33280.3053
Hunter Lab52.808210.3365-0.1506
CIE-Lab59.786615.2660-3.7559

#a88797 color RGB value is (168,135,151).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101000 10000111 10010111
Octal 250 207 227
Decimal 168 135 151
Hex A8 87 97

RGB Percentages of Color #a88797

%37.00
%29.74
%33.26

CMYK Percentages of Color #a88797

%0
%20
%10
%34

Triadic Colors of #a88797

#a88797 #97a887 #8797a8

Analogous Colors of #a88797

#a88797 #a88887 #a887a8

Monochromatic Colors of #a88797

#a88797

Complementary Color

#a88797 #87a898

#a88797 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a88797 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a88797 Color CSS Codes

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

#a88797 Text Font Color

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

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


#a88797 Background Color

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

This div background color is #a88797


#a88797 Border Color

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

This div border color is #a88797


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a88797


Comments

No comments written yet.

Please login to write comment.