Color Hex Logo

#a76049 Color Hex

#A76049
(167,96,73)
0 Favorites   0 Comments

Color spaces of #a76049

RGB 1679673
HSL0.040.390.47
HSV15°56°65°
CMYK 0.000.430.56   0.35
XYZ21.321817.06238.4729
Yxy17.06230.45500.3641
Hunter Lab41.306519.852516.7529
CIE-Lab48.338426.486625.5422

#a76049 color RGB value is (167,96,73).

#a76049 hex color red value is 167, green value is 96 and the blue value of its RGB is 73. Cylindrical-coordinate representations (also known as HSL) of color #a76049 hue: 0.04 , saturation: 0.39 and the lightness value of a76049 is 0.47.

The process color (four color CMYK) of #a76049 color hex is 0.00, 0.43, 0.56, 0.35. Web safe color of #a76049 is #996633. Color #a76049 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100111 01100000 01001001
Octal 247 140 111
Decimal 167 96 73
Hex A7 60 49

RGB Percentages of Color #a76049

%49.70
%28.57
%21.73

CMYK Percentages of Color #a76049

%0
%43
%56
%35

Triadic Colors of #a76049

#a76049 #49a760 #6049a7

Analogous Colors of #a76049

#a76049 #a78f49 #a74961

Monochromatic Colors of #a76049

#a76049

Complementary Color

#a76049 #4990a7

#a76049 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a76049 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a76049 Color CSS Codes

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

#a76049 Text Font Color

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

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


#a76049 Background Color

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

This div background color is #a76049


#a76049 Border Color

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

This div border color is #a76049


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a76049


Comments

No comments written yet.

Please login to write comment.