Color Hex Logo

#a79070 Color Hex

#A79070
(167,144,112)
0 Favorites   0 Comments

Color spaces of #a79070

RGB 167144112
HSL0.100.240.55
HSV35°33°65°
CMYK 0.000.140.33   0.35
XYZ28.834229.331919.4711
Yxy29.33190.37140.3778
Hunter Lab54.15890.255216.5954
CIE-Lab61.07343.751220.2070

#a79070 color RGB value is (167,144,112).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100111 10010000 01110000
Octal 247 220 160
Decimal 167 144 112
Hex A7 90 70

RGB Percentages of Color #a79070

%39.48
%34.04
%26.48

CMYK Percentages of Color #a79070

%0
%14
%33
%35

Triadic Colors of #a79070

#a79070 #70a790 #9070a7

Analogous Colors of #a79070

#a79070 #a3a770 #a77570

Monochromatic Colors of #a79070

#a79070

Complementary Color

#a79070 #7087a7

#a79070 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a79070 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a79070 Color CSS Codes

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

#a79070 Text Font Color

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

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


#a79070 Background Color

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

This div background color is #a79070


#a79070 Border Color

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

This div border color is #a79070


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a79070


Comments

No comments written yet.

Please login to write comment.