Color Hex Logo

#a79499 Color Hex

#A79499
(167,148,153)
0 Favorites   0 Comments

Color spaces of #a79499

RGB 167148153
HSL0.960.100.62
HSV344°11°65°
CMYK 0.000.110.08   0.35
XYZ32.276031.695234.5536
Yxy31.69520.32760.3217
Hunter Lab56.29853.81193.0193
CIE-Lab63.09027.9267-0.0565

#a79499 color RGB value is (167,148,153).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100111 10010100 10011001
Octal 247 224 231
Decimal 167 148 153
Hex A7 94 99

RGB Percentages of Color #a79499

%35.68
%31.62
%32.69

CMYK Percentages of Color #a79499

%0
%11
%8
%35

Triadic Colors of #a79499

#a79499 #99a794 #9499a7

Analogous Colors of #a79499

#a79499 #a79994 #a794a3

Monochromatic Colors of #a79499

#a79499

Complementary Color

#a79499 #94a7a2

#a79499 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a79499 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a79499 Color CSS Codes

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

#a79499 Text Font Color

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

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


#a79499 Background Color

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

This div background color is #a79499


#a79499 Border Color

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

This div border color is #a79499


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a79499


Comments

No comments written yet.

Please login to write comment.