Color Hex Logo

#a79670 Color Hex

#A79670
(167,150,112)
0 Favorites   0 Comments

Color spaces of #a79670

RGB 167150112
HSL0.120.240.55
HSV41°33°65°
CMYK 0.000.100.33   0.35
XYZ29.767331.198019.7821
Yxy31.19800.36860.3864
Hunter Lab55.8552-2.617318.1000
CIE-Lab62.67440.436122.3706

#a79670 color RGB value is (167,150,112).

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

The process color (four color CMYK) of #a79670 color hex is 0.00, 0.10, 0.33, 0.35. Web safe color of #a79670 is #999966. Color #a79670 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100111 10010110 01110000
Octal 247 226 160
Decimal 167 150 112
Hex A7 96 70

RGB Percentages of Color #a79670

%38.93
%34.97
%26.11

CMYK Percentages of Color #a79670

%0
%10
%33
%35

Triadic Colors of #a79670

#a79670 #70a796 #9670a7

Analogous Colors of #a79670

#a79670 #9da770 #a77b70

Monochromatic Colors of #a79670

#a79670

Complementary Color

#a79670 #7081a7

#a79670 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a79670 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a79670 Color CSS Codes

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

#a79670 Text Font Color

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

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


#a79670 Background Color

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

This div background color is #a79670


#a79670 Border Color

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

This div border color is #a79670


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a79670


Comments

No comments written yet.

Please login to write comment.