Color Hex Logo

#a79996 Color Hex

#A79996
(167,153,150)
0 Favorites   0 Comments

Color spaces of #a79996

RGB 167153150
HSL0.030.090.62
HSV11°10°65°
CMYK 0.000.080.10   0.35
XYZ32.832633.200033.5319
Yxy33.20000.32980.3335
Hunter Lab57.61940.87855.8295
CIE-Lab64.32254.60863.4263

#a79996 color RGB value is (167,153,150).

#a79996 hex color red value is 167, green value is 153 and the blue value of its RGB is 150. Cylindrical-coordinate representations (also known as HSL) of color #a79996 hue: 0.03 , saturation: 0.09 and the lightness value of a79996 is 0.62.

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

Base Numbers

BaseRedGreenBlue
Binary 10100111 10011001 10010110
Octal 247 231 226
Decimal 167 153 150
Hex A7 99 96

RGB Percentages of Color #a79996

%35.53
%32.55
%31.91

CMYK Percentages of Color #a79996

%0
%8
%10
%35

Triadic Colors of #a79996

#a79996 #96a799 #9996a7

Analogous Colors of #a79996

#a79996 #a7a296 #a7969c

Monochromatic Colors of #a79996

#a79996

Complementary Color

#a79996 #96a4a7

#a79996 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a79996 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a79996 Color CSS Codes

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

#a79996 Text Font Color

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

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


#a79996 Background Color

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

This div background color is #a79996


#a79996 Border Color

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

This div border color is #a79996


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a79996


Comments

No comments written yet.

Please login to write comment.