Color Hex Logo

#a66222 Color Hex

#A66222
(166,98,34)
0 Favorites   0 Comments

Color spaces of #a66222

RGB 1669834
HSL0.080.660.39
HSV29°80°65°
CMYK 0.000.410.80   0.35
XYZ20.382316.95783.7123
Yxy16.95780.49650.4131
Hunter Lab41.179816.285323.4810
CIE-Lab48.206822.524645.8493

#a66222 color RGB value is (166,98,34).

#a66222 hex color red value is 166, green value is 98 and the blue value of its RGB is 34. Cylindrical-coordinate representations (also known as HSL) of color #a66222 hue: 0.08 , saturation: 0.66 and the lightness value of a66222 is 0.39.

The process color (four color CMYK) of #a66222 color hex is 0.00, 0.41, 0.80, 0.35. Web safe color of #a66222 is #996633. Color #a66222 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100110 01100010 00100010
Octal 246 142 42
Decimal 166 98 34
Hex A6 62 22

RGB Percentages of Color #a66222

%55.70
%32.89
%11.41

CMYK Percentages of Color #a66222

%0
%41
%80
%35

Triadic Colors of #a66222

#a66222 #22a662 #6222a6

Analogous Colors of #a66222

#a66222 #a6a422 #a62224

Monochromatic Colors of #a66222

#a66222

Complementary Color

#a66222 #2266a6

#a66222 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a66222 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a66222 Color CSS Codes

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

#a66222 Text Font Color

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

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


#a66222 Background Color

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

This div background color is #a66222


#a66222 Border Color

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

This div border color is #a66222


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a66222


Comments

No comments written yet.

Please login to write comment.