Color Hex Logo

#a66b41 Color Hex

#A66B41
(166,107,65)
0 Favorites   0 Comments

Color spaces of #a66b41

RGB 16610765
HSL0.070.440.45
HSV25°61°65°
CMYK 0.000.360.61   0.35
XYZ21.937719.00407.5129
Yxy19.00400.45270.3922
Hunter Lab43.593613.538220.2975
CIE-Lab50.691919.240032.9548

#a66b41 color RGB value is (166,107,65).

#a66b41 hex color red value is 166, green value is 107 and the blue value of its RGB is 65. Cylindrical-coordinate representations (also known as HSL) of color #a66b41 hue: 0.07 , saturation: 0.44 and the lightness value of a66b41 is 0.45.

The process color (four color CMYK) of #a66b41 color hex is 0.00, 0.36, 0.61, 0.35. Web safe color of #a66b41 is #996633. Color #a66b41 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100110 01101011 01000001
Octal 246 153 101
Decimal 166 107 65
Hex A6 6B 41

RGB Percentages of Color #a66b41

%49.11
%31.66
%19.23

CMYK Percentages of Color #a66b41

%0
%36
%61
%35

Triadic Colors of #a66b41

#a66b41 #41a66b #6b41a6

Analogous Colors of #a66b41

#a66b41 #a69e41 #a6414a

Monochromatic Colors of #a66b41

#a66b41

Complementary Color

#a66b41 #417ca6

#a66b41 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a66b41 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a66b41 Color CSS Codes

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

#a66b41 Text Font Color

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

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


#a66b41 Background Color

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

This div background color is #a66b41


#a66b41 Border Color

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

This div border color is #a66b41


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a66b41


Comments

No comments written yet.

Please login to write comment.