Color Hex Logo

#a79f99 Color Hex

#A79F99
(167,159,153)
0 Favorites   0 Comments

Color spaces of #a79f99

RGB 167159153
HSL0.070.070.63
HSV26°65°
CMYK 0.000.050.08   0.35
XYZ34.084335.311735.1564
Yxy35.31170.32600.3377
Hunter Lab59.4236-1.60716.5192
CIE-Lab65.99061.82134.1556

#a79f99 color RGB value is (167,159,153).

#a79f99 hex color red value is 167, green value is 159 and the blue value of its RGB is 153. Cylindrical-coordinate representations (also known as HSL) of color #a79f99 hue: 0.07 , saturation: 0.07 and the lightness value of a79f99 is 0.63.

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

Base Numbers

BaseRedGreenBlue
Binary 10100111 10011111 10011001
Octal 247 237 231
Decimal 167 159 153
Hex A7 9F 99

RGB Percentages of Color #a79f99

%34.86
%33.19
%31.94

CMYK Percentages of Color #a79f99

%0
%5
%8
%35

Triadic Colors of #a79f99

#a79f99 #99a79f #9f99a7

Analogous Colors of #a79f99

#a79f99 #a7a699 #a7999a

Monochromatic Colors of #a79f99

#a79f99

Complementary Color

#a79f99 #99a1a7

#a79f99 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a79f99 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a79f99 Color CSS Codes

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

#a79f99 Text Font Color

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

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


#a79f99 Background Color

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

This div background color is #a79f99


#a79f99 Border Color

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

This div border color is #a79f99


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a79f99

#a79f99 Color Palettes


Comments

No comments written yet.

Please login to write comment.