Color Hex Logo

#a76760 Color Hex

#A76760
(167,103,96)
0 Favorites   0 Comments

Color spaces of #a76760

RGB 16710396
HSL0.020.290.52
HSV43°65°
CMYK 0.000.380.43   0.35
XYZ22.897918.760513.4806
Yxy18.76050.41530.3402
Hunter Lab43.313418.566711.8663
CIE-Lab50.405824.884114.8116

#a76760 color RGB value is (167,103,96).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100111 01100111 01100000
Octal 247 147 140
Decimal 167 103 96
Hex A7 67 60

RGB Percentages of Color #a76760

%45.63
%28.14
%26.23

CMYK Percentages of Color #a76760

%0
%38
%43
%35

Triadic Colors of #a76760

#a76760 #60a767 #6760a7

Analogous Colors of #a76760

#a76760 #a78b60 #a7607d

Monochromatic Colors of #a76760

#a76760

Complementary Color

#a76760 #60a0a7

#a76760 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a76760 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a76760 Color CSS Codes

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

#a76760 Text Font Color

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

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


#a76760 Background Color

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

This div background color is #a76760


#a76760 Border Color

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

This div border color is #a76760


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a76760


Comments

No comments written yet.

Please login to write comment.