Color Hex Logo

#a77560 Color Hex

#A77560
(167,117,96)
0 Favorites   0 Comments

Color spaces of #a77560

RGB 16711796
HSL0.050.290.52
HSV18°43°65°
CMYK 0.000.300.43   0.35
XYZ24.409021.782613.9843
Yxy21.78260.40560.3620
Hunter Lab46.671811.678414.9052
CIE-Lab53.795616.971619.4297

#a77560 color RGB value is (167,117,96).

#a77560 hex color red value is 167, green value is 117 and the blue value of its RGB is 96. Cylindrical-coordinate representations (also known as HSL) of color #a77560 hue: 0.05 , saturation: 0.29 and the lightness value of a77560 is 0.52.

The process color (four color CMYK) of #a77560 color hex is 0.00, 0.30, 0.43, 0.35. Web safe color of #a77560 is #996666. Color #a77560 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100111 01110101 01100000
Octal 247 165 140
Decimal 167 117 96
Hex A7 75 60

RGB Percentages of Color #a77560

%43.95
%30.79
%25.26

CMYK Percentages of Color #a77560

%0
%30
%43
%35

Triadic Colors of #a77560

#a77560 #60a775 #7560a7

Analogous Colors of #a77560

#a77560 #a79960 #a7606f

Monochromatic Colors of #a77560

#a77560

Complementary Color

#a77560 #6092a7

#a77560 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a77560 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a77560 Color CSS Codes

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

#a77560 Text Font Color

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

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


#a77560 Background Color

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

This div background color is #a77560


#a77560 Border Color

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

This div border color is #a77560


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a77560

#a77560 Color Palettes


Comments

No comments written yet.

Please login to write comment.