Color Hex Logo

#a79492 Color Hex

#A79492
(167,148,146)
0 Favorites   0 Comments

Color spaces of #a79492

RGB 167148146
HSL0.020.110.61
HSV13°65°
CMYK 0.000.110.13   0.35
XYZ31.714631.470631.5970
Yxy31.47060.33460.3320
Hunter Lab56.09872.73985.8746
CIE-Lab62.90296.69963.6281

#a79492 color RGB value is (167,148,146).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100111 10010100 10010010
Octal 247 224 222
Decimal 167 148 146
Hex A7 94 92

RGB Percentages of Color #a79492

%36.23
%32.10
%31.67

CMYK Percentages of Color #a79492

%0
%11
%13
%35

Triadic Colors of #a79492

#a79492 #92a794 #9492a7

Analogous Colors of #a79492

#a79492 #a79f92 #a7929b

Monochromatic Colors of #a79492

#a79492

Complementary Color

#a79492 #92a5a7

#a79492 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a79492 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a79492 Color CSS Codes

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

#a79492 Text Font Color

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

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


#a79492 Background Color

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

This div background color is #a79492


#a79492 Border Color

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

This div border color is #a79492


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a79492


Comments

No comments written yet.

Please login to write comment.