Color Hex Logo

#a76761 Color Hex

#A76761
(167,103,97)
0 Favorites   0 Comments

Color spaces of #a76761

RGB 16710397
HSL0.010.280.52
HSV42°65°
CMYK 0.000.380.42   0.35
XYZ22.944318.779113.7247
Yxy18.77910.41380.3387
Hunter Lab43.334918.673511.5565
CIE-Lab50.427824.999514.2514

#a76761 color RGB value is (167,103,97).

#a76761 hex color red value is 167, green value is 103 and the blue value of its RGB is 97. Cylindrical-coordinate representations (also known as HSL) of color #a76761 hue: 0.01 , saturation: 0.28 and the lightness value of a76761 is 0.52.

The process color (four color CMYK) of #a76761 color hex is 0.00, 0.38, 0.42, 0.35. Web safe color of #a76761 is #996666. Color #a76761 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100111 01100111 01100001
Octal 247 147 141
Decimal 167 103 97
Hex A7 67 61

RGB Percentages of Color #a76761

%45.50
%28.07
%26.43

CMYK Percentages of Color #a76761

%0
%38
%42
%35

Triadic Colors of #a76761

#a76761 #61a767 #6761a7

Analogous Colors of #a76761

#a76761 #a78a61 #a7617e

Monochromatic Colors of #a76761

#a76761

Complementary Color

#a76761 #61a1a7

#a76761 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a76761 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a76761 Color CSS Codes

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

#a76761 Text Font Color

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

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


#a76761 Background Color

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

This div background color is #a76761


#a76761 Border Color

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

This div border color is #a76761


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a76761


Comments

No comments written yet.

Please login to write comment.