Color Hex Logo

#a76f4a Color Hex

#A76F4A
(167,111,74)
0 Favorites   0 Comments

Color spaces of #a76f4a

RGB 16711174
HSL0.070.390.47
HSV24°56°65°
CMYK 0.000.340.56   0.35
XYZ22.856820.07889.1495
Yxy20.07880.43880.3855
Hunter Lab44.809412.634619.2603
CIE-Lab51.926218.144529.5131

#a76f4a color RGB value is (167,111,74).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100111 01101111 01001010
Octal 247 157 112
Decimal 167 111 74
Hex A7 6F 4A

RGB Percentages of Color #a76f4a

%47.44
%31.53
%21.02

CMYK Percentages of Color #a76f4a

%0
%34
%56
%35

Triadic Colors of #a76f4a

#a76f4a #4aa76f #6f4aa7

Analogous Colors of #a76f4a

#a76f4a #a79e4a #a74a54

Monochromatic Colors of #a76f4a

#a76f4a

Complementary Color

#a76f4a #4a82a7

#a76f4a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a76f4a Color Preview on White Background

Lorem ipsum dolor sit amet.

#a76f4a Color CSS Codes

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

#a76f4a Text Font Color

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

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


#a76f4a Background Color

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

This div background color is #a76f4a


#a76f4a Border Color

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

This div border color is #a76f4a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a76f4a

#a76f4a Color Palettes


Comments

No comments written yet.

Please login to write comment.