Color Hex Logo

#a7898e Color Hex

#A7898E
(167,137,142)
0 Favorites   0 Comments

Color spaces of #a7898e

RGB 167137142
HSL0.970.150.60
HSV350°18°65°
CMYK 0.000.180.15   0.35
XYZ29.764528.059829.4385
Yxy28.05980.34110.3216
Hunter Lab52.97157.59844.1301
CIE-Lab59.942712.20001.6109

#a7898e color RGB value is (167,137,142).

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

The process color (four color CMYK) of #a7898e color hex is 0.00, 0.18, 0.15, 0.35. Web safe color of #a7898e is #999999. Color #a7898e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100111 10001001 10001110
Octal 247 211 216
Decimal 167 137 142
Hex A7 89 8E

RGB Percentages of Color #a7898e

%37.44
%30.72
%31.84

CMYK Percentages of Color #a7898e

%0
%18
%15
%35

Triadic Colors of #a7898e

#a7898e #8ea789 #898ea7

Analogous Colors of #a7898e

#a7898e #a79389 #a7899d

Monochromatic Colors of #a7898e

#a7898e

Complementary Color

#a7898e #89a7a2

#a7898e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a7898e Color Preview on White Background

Lorem ipsum dolor sit amet.

#a7898e Color CSS Codes

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

#a7898e Text Font Color

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

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


#a7898e Background Color

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

This div background color is #a7898e


#a7898e Border Color

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

This div border color is #a7898e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a7898e


Comments

No comments written yet.

Please login to write comment.