Color Hex Logo

#a78572 Color Hex

#A78572
(167,133,114)
0 Favorites   0 Comments

Color spaces of #a78572

RGB 167133114
HSL0.060.230.55
HSV22°32°65°
CMYK 0.000.200.32   0.35
XYZ27.361126.205519.5357
Yxy26.20550.37430.3585
Hunter Lab51.19135.821213.2076
CIE-Lab58.231610.178915.1828

#a78572 color RGB value is (167,133,114).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100111 10000101 01110010
Octal 247 205 162
Decimal 167 133 114
Hex A7 85 72

RGB Percentages of Color #a78572

%40.34
%32.13
%27.54

CMYK Percentages of Color #a78572

%0
%20
%32
%35

Triadic Colors of #a78572

#a78572 #72a785 #8572a7

Analogous Colors of #a78572

#a78572 #a7a072 #a7727a

Monochromatic Colors of #a78572

#a78572

Complementary Color

#a78572 #7294a7

#a78572 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a78572 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a78572 Color CSS Codes

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

#a78572 Text Font Color

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

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


#a78572 Background Color

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

This div background color is #a78572


#a78572 Border Color

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

This div border color is #a78572


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a78572


Comments

No comments written yet.

Please login to write comment.