Color Hex Logo

#a76557 Color Hex

#A76557
(167,101,87)
0 Favorites   0 Comments

Color spaces of #a76557

RGB 16710187
HSL0.030.310.50
HSV11°48°65°
CMYK 0.000.400.48   0.35
XYZ22.310318.211011.3560
Yxy18.21100.43010.3510
Hunter Lab42.674318.640314.0945
CIE-Lab49.751025.022119.2215

#a76557 color RGB value is (167,101,87).

#a76557 hex color red value is 167, green value is 101 and the blue value of its RGB is 87. Cylindrical-coordinate representations (also known as HSL) of color #a76557 hue: 0.03 , saturation: 0.31 and the lightness value of a76557 is 0.50.

The process color (four color CMYK) of #a76557 color hex is 0.00, 0.40, 0.48, 0.35. Web safe color of #a76557 is #996666. Color #a76557 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100111 01100101 01010111
Octal 247 145 127
Decimal 167 101 87
Hex A7 65 57

RGB Percentages of Color #a76557

%47.04
%28.45
%24.51

CMYK Percentages of Color #a76557

%0
%40
%48
%35

Triadic Colors of #a76557

#a76557 #57a765 #6557a7

Analogous Colors of #a76557

#a76557 #a78d57 #a75771

Monochromatic Colors of #a76557

#a76557

Complementary Color

#a76557 #5799a7

#a76557 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a76557 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a76557 Color CSS Codes

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

#a76557 Text Font Color

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

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


#a76557 Background Color

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

This div background color is #a76557


#a76557 Border Color

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

This div border color is #a76557


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a76557


Comments

No comments written yet.

Please login to write comment.