Color Hex Logo

#a67601 Color Hex

#A67601
(166,118,1)
0 Favorites   0 Comments

Color spaces of #a67601

RGB 1661181
HSL0.120.990.33
HSV43°99°65°
CMYK 0.000.290.99   0.35
XYZ22.209821.06602.9243
Yxy21.06600.48070.4560
Hunter Lab45.89776.054828.3508
CIE-Lab53.021710.460859.1088

#a67601 color RGB value is (166,118,1).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100110 01110110 00000001
Octal 246 166 1
Decimal 166 118 1
Hex A6 76 1

RGB Percentages of Color #a67601

%58.25
%41.40
%0.35

CMYK Percentages of Color #a67601

%0
%29
%99
%35

Triadic Colors of #a67601

#a67601 #01a676 #7601a6

Analogous Colors of #a67601

#a67601 #84a601 #a62401

Monochromatic Colors of #a67601

#a67601

Complementary Color

#a67601 #0131a6

#a67601 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a67601 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a67601 Color CSS Codes

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

#a67601 Text Font Color

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

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


#a67601 Background Color

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

This div background color is #a67601


#a67601 Border Color

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

This div border color is #a67601


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(166,118,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 #a67601">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a67601


Comments

No comments written yet.

Please login to write comment.