Color Hex Logo

#a77806 Color Hex

#A77806
(167,120,6)
0 Favorites   0 Comments

Color spaces of #a77806

RGB 1671206
HSL0.120.930.34
HSV42°96°65°
CMYK 0.000.280.96   0.35
XYZ22.685721.66163.1577
Yxy21.66160.47750.4560
Hunter Lab46.54205.556628.5568
CIE-Lab53.66619.867158.6670

#a77806 color RGB value is (167,120,6).

#a77806 hex color red value is 167, green value is 120 and the blue value of its RGB is 6. Cylindrical-coordinate representations (also known as HSL) of color #a77806 hue: 0.12 , saturation: 0.93 and the lightness value of a77806 is 0.34.

The process color (four color CMYK) of #a77806 color hex is 0.00, 0.28, 0.96, 0.35. Web safe color of #a77806 is #996600. Color #a77806 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100111 01111000 00000110
Octal 247 170 6
Decimal 167 120 6
Hex A7 78 6

RGB Percentages of Color #a77806

%57.00
%40.96
%2.05

CMYK Percentages of Color #a77806

%0
%28
%96
%35

Triadic Colors of #a77806

#a77806 #06a778 #7806a7

Analogous Colors of #a77806

#a77806 #86a706 #a72806

Monochromatic Colors of #a77806

#a77806

Complementary Color

#a77806 #0635a7

#a77806 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a77806 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a77806 Color CSS Codes

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

#a77806 Text Font Color

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

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


#a77806 Background Color

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

This div background color is #a77806


#a77806 Border Color

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

This div border color is #a77806


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a77806


Comments

No comments written yet.

Please login to write comment.