Color Hex Logo

#a79572 Color Hex

#A79572
(167,149,114)
0 Favorites   0 Comments

Color spaces of #a79572

RGB 167149114
HSL0.110.230.55
HSV40°32°65°
CMYK 0.000.110.32   0.35
XYZ29.721130.925320.3223
Yxy30.92530.36710.3819
Hunter Lab55.6105-1.918917.2604
CIE-Lab62.44451.251320.9523

#a79572 color RGB value is (167,149,114).

#a79572 hex color red value is 167, green value is 149 and the blue value of its RGB is 114. Cylindrical-coordinate representations (also known as HSL) of color #a79572 hue: 0.11 , saturation: 0.23 and the lightness value of a79572 is 0.55.

The process color (four color CMYK) of #a79572 color hex is 0.00, 0.11, 0.32, 0.35. Web safe color of #a79572 is #999966. Color #a79572 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100111 10010101 01110010
Octal 247 225 162
Decimal 167 149 114
Hex A7 95 72

RGB Percentages of Color #a79572

%38.84
%34.65
%26.51

CMYK Percentages of Color #a79572

%0
%11
%32
%35

Triadic Colors of #a79572

#a79572 #72a795 #9572a7

Analogous Colors of #a79572

#a79572 #9fa772 #a77b72

Monochromatic Colors of #a79572

#a79572

Complementary Color

#a79572 #7284a7

#a79572 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a79572 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a79572 Color CSS Codes

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

#a79572 Text Font Color

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

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


#a79572 Background Color

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

This div background color is #a79572


#a79572 Border Color

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

This div border color is #a79572


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a79572


Comments

No comments written yet.

Please login to write comment.