Color Hex Logo

#a66929 Color Hex

#A66929
(166,105,41)
0 Favorites   0 Comments

Color spaces of #a66929

RGB 16610541
HSL0.090.600.41
HSV31°75°65°
CMYK 0.000.370.75   0.35
XYZ21.177718.37024.5274
Yxy18.37020.48050.4168
Hunter Lab42.860513.192423.7395
CIE-Lab49.942118.888544.4050

#a66929 color RGB value is (166,105,41).

#a66929 hex color red value is 166, green value is 105 and the blue value of its RGB is 41. Cylindrical-coordinate representations (also known as HSL) of color #a66929 hue: 0.09 , saturation: 0.60 and the lightness value of a66929 is 0.41.

The process color (four color CMYK) of #a66929 color hex is 0.00, 0.37, 0.75, 0.35. Web safe color of #a66929 is #996633. Color #a66929 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100110 01101001 00101001
Octal 246 151 51
Decimal 166 105 41
Hex A6 69 29

RGB Percentages of Color #a66929

%53.21
%33.65
%13.14

CMYK Percentages of Color #a66929

%0
%37
%75
%35

Triadic Colors of #a66929

#a66929 #29a669 #6929a6

Analogous Colors of #a66929

#a66929 #a5a629 #a62a29

Monochromatic Colors of #a66929

#a66929

Complementary Color

#a66929 #2966a6

#a66929 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a66929 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a66929 Color CSS Codes

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

#a66929 Text Font Color

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

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


#a66929 Background Color

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

This div background color is #a66929


#a66929 Border Color

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

This div border color is #a66929


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a66929


Comments

No comments written yet.

Please login to write comment.