Color Hex Logo

#a7919e Color Hex

#A7919E
(167,145,158)
0 Favorites   0 Comments

Color spaces of #a7919e

RGB 167145158
HSL0.900.110.61
HSV325°13°65°
CMYK 0.000.130.05   0.35
XYZ32.233330.934936.6199
Yxy30.93490.32300.3100
Hunter Lab55.61926.1137-0.1034
CIE-Lab62.452610.5208-3.8225

#a7919e color RGB value is (167,145,158).

#a7919e hex color red value is 167, green value is 145 and the blue value of its RGB is 158. Cylindrical-coordinate representations (also known as HSL) of color #a7919e hue: 0.90 , saturation: 0.11 and the lightness value of a7919e is 0.61.

The process color (four color CMYK) of #a7919e color hex is 0.00, 0.13, 0.05, 0.35. Web safe color of #a7919e is #999999. Color #a7919e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100111 10010001 10011110
Octal 247 221 236
Decimal 167 145 158
Hex A7 91 9E

RGB Percentages of Color #a7919e

%35.53
%30.85
%33.62

CMYK Percentages of Color #a7919e

%0
%13
%5
%35

Triadic Colors of #a7919e

#a7919e #9ea791 #919ea7

Analogous Colors of #a7919e

#a7919e #a79193 #a591a7

Monochromatic Colors of #a7919e

#a7919e

Complementary Color

#a7919e #91a79a

#a7919e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a7919e Color Preview on White Background

Lorem ipsum dolor sit amet.

#a7919e Color CSS Codes

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

#a7919e Text Font Color

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

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


#a7919e Background Color

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

This div background color is #a7919e


#a7919e Border Color

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

This div border color is #a7919e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a7919e


Comments

No comments written yet.

Please login to write comment.