Color Hex Logo

#a76064 Color Hex

#A76064
(167,96,100)
0 Favorites   0 Comments

Color spaces of #a76064

RGB 16796100
HSL0.990.290.52
HSV357°43°65°
CMYK 0.000.430.40   0.35
XYZ22.419517.501314.2531
Yxy17.50130.41380.3231
Hunter Lab41.834622.44929.0840
CIE-Lab48.885629.254910.3217

#a76064 color RGB value is (167,96,100).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100111 01100000 01100100
Octal 247 140 144
Decimal 167 96 100
Hex A7 60 64

RGB Percentages of Color #a76064

%46.01
%26.45
%27.55

CMYK Percentages of Color #a76064

%0
%43
%40
%35

Triadic Colors of #a76064

#a76064 #64a760 #6064a7

Analogous Colors of #a76064

#a76064 #a78060 #a76088

Monochromatic Colors of #a76064

#a76064

Complementary Color

#a76064 #60a7a3

#a76064 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a76064 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a76064 Color CSS Codes

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

#a76064 Text Font Color

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

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


#a76064 Background Color

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

This div background color is #a76064


#a76064 Border Color

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

This div border color is #a76064


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a76064


Comments

No comments written yet.

Please login to write comment.