Color Hex Logo

#a67701 Color Hex

#A67701
(166,119,1)
0 Favorites   0 Comments

Color spaces of #a67701

RGB 1661191
HSL0.120.990.33
HSV43°99°65°
CMYK 0.000.280.99   0.35
XYZ22.328221.30282.9638
Yxy21.30280.47920.4572
Hunter Lab46.15505.581128.5012
CIE-Lab53.27939.896459.2845

#a67701 color RGB value is (166,119,1).

#a67701 hex color red value is 166, green value is 119 and the blue value of its RGB is 1. Cylindrical-coordinate representations (also known as HSL) of color #a67701 hue: 0.12 , saturation: 0.99 and the lightness value of a67701 is 0.33.

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

Base Numbers

BaseRedGreenBlue
Binary 10100110 01110111 00000001
Octal 246 167 1
Decimal 166 119 1
Hex A6 77 1

RGB Percentages of Color #a67701

%58.04
%41.61
%0.35

CMYK Percentages of Color #a67701

%0
%28
%99
%35

Triadic Colors of #a67701

#a67701 #01a677 #7701a6

Analogous Colors of #a67701

#a67701 #83a601 #a62501

Monochromatic Colors of #a67701

#a67701

Complementary Color

#a67701 #0130a6

#a67701 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a67701 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a67701 Color CSS Codes

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

#a67701 Text Font Color

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

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


#a67701 Background Color

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

This div background color is #a67701


#a67701 Border Color

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

This div border color is #a67701


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(166,119,1, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #a67701; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #a67701;
  -webkit-box-shadow: 1px 1px 3px 2px #a67701;
  box-shadow:         1px 1px 3px 2px #a67701; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(166,119,1, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a67701


Comments

No comments written yet.

Please login to write comment.