Color Hex Logo

#a7968e Color Hex

#A7968E
(167,150,142)
0 Favorites   0 Comments

Color spaces of #a7968e

RGB 167150142
HSL0.050.120.61
HSV19°15°65°
CMYK 0.000.100.15   0.35
XYZ31.725231.981230.0921
Yxy31.98120.33820.3410
Hunter Lab56.55191.17138.0373
CIE-Lab63.32734.90876.4964

#a7968e color RGB value is (167,150,142).

#a7968e hex color red value is 167, green value is 150 and the blue value of its RGB is 142. Cylindrical-coordinate representations (also known as HSL) of color #a7968e hue: 0.05 , saturation: 0.12 and the lightness value of a7968e is 0.61.

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

Base Numbers

BaseRedGreenBlue
Binary 10100111 10010110 10001110
Octal 247 226 216
Decimal 167 150 142
Hex A7 96 8E

RGB Percentages of Color #a7968e

%36.38
%32.68
%30.94

CMYK Percentages of Color #a7968e

%0
%10
%15
%35

Triadic Colors of #a7968e

#a7968e #8ea796 #968ea7

Analogous Colors of #a7968e

#a7968e #a7a38e #a78e93

Monochromatic Colors of #a7968e

#a7968e

Complementary Color

#a7968e #8e9fa7

#a7968e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a7968e Color Preview on White Background

Lorem ipsum dolor sit amet.

#a7968e Color CSS Codes

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

#a7968e Text Font Color

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

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


#a7968e Background Color

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

This div background color is #a7968e


#a7968e Border Color

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

This div border color is #a7968e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a7968e


Comments

No comments written yet.

Please login to write comment.