Color Hex Logo

#a66201 Color Hex

#A66201
(166,98,1)
0 Favorites   0 Comments

Color spaces of #a66201

RGB 166981
HSL0.100.990.33
HSV35°99°65°
CMYK 0.000.410.99   0.35
XYZ20.099016.84452.2207
Yxy16.84450.51320.4301
Hunter Lab41.042115.590925.5214
CIE-Lab48.063521.749255.8106

#a66201 color RGB value is (166,98,1).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100110 01100010 00000001
Octal 246 142 1
Decimal 166 98 1
Hex A6 62 1

RGB Percentages of Color #a66201

%62.64
%36.98
%0.38

CMYK Percentages of Color #a66201

%0
%41
%99
%35

Triadic Colors of #a66201

#a66201 #01a662 #6201a6

Analogous Colors of #a66201

#a66201 #98a601 #a61001

Monochromatic Colors of #a66201

#a66201

Complementary Color

#a66201 #0145a6

#a66201 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a66201 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a66201 Color CSS Codes

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

#a66201 Text Font Color

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

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


#a66201 Background Color

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

This div background color is #a66201


#a66201 Border Color

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

This div border color is #a66201


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a66201


Comments

No comments written yet.

Please login to write comment.