Color Hex Logo

#a77614 Color Hex

#A77614
(167,118,20)
0 Favorites   0 Comments

Color spaces of #a77614

RGB 16711820
HSL0.110.790.37
HSV40°88°65°
CMYK 0.000.290.88   0.35
XYZ22.541121.22293.5702
Yxy21.22290.47620.4484
Hunter Lab46.06836.720027.6530
CIE-Lab53.192611.247755.2837

#a77614 color RGB value is (167,118,20).

#a77614 hex color red value is 167, green value is 118 and the blue value of its RGB is 20. Cylindrical-coordinate representations (also known as HSL) of color #a77614 hue: 0.11 , saturation: 0.79 and the lightness value of a77614 is 0.37.

The process color (four color CMYK) of #a77614 color hex is 0.00, 0.29, 0.88, 0.35. Web safe color of #a77614 is #996600. Color #a77614 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100111 01110110 00010100
Octal 247 166 24
Decimal 167 118 20
Hex A7 76 14

RGB Percentages of Color #a77614

%54.75
%38.69
%6.56

CMYK Percentages of Color #a77614

%0
%29
%88
%35

Triadic Colors of #a77614

#a77614 #14a776 #7614a7

Analogous Colors of #a77614

#a77614 #8fa714 #a72c14

Monochromatic Colors of #a77614

#a77614

Complementary Color

#a77614 #1445a7

#a77614 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a77614 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a77614 Color CSS Codes

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

#a77614 Text Font Color

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

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


#a77614 Background Color

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

This div background color is #a77614


#a77614 Border Color

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

This div border color is #a77614


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a77614


Comments

No comments written yet.

Please login to write comment.