Color Hex Logo

#a66732 Color Hex

#A66732
(166,103,50)
0 Favorites   0 Comments

Color spaces of #a66732

RGB 16610350
HSL0.080.540.42
HSV27°70°65°
CMYK 0.000.380.70   0.35
XYZ21.151918.03785.3844
Yxy18.03780.47450.4047
Hunter Lab42.470914.574722.2130
CIE-Lab49.541920.490139.5932

#a66732 color RGB value is (166,103,50).

#a66732 hex color red value is 166, green value is 103 and the blue value of its RGB is 50. Cylindrical-coordinate representations (also known as HSL) of color #a66732 hue: 0.08 , saturation: 0.54 and the lightness value of a66732 is 0.42.

The process color (four color CMYK) of #a66732 color hex is 0.00, 0.38, 0.70, 0.35. Web safe color of #a66732 is #996633. Color #a66732 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100110 01100111 00110010
Octal 246 147 62
Decimal 166 103 50
Hex A6 67 32

RGB Percentages of Color #a66732

%52.04
%32.29
%15.67

CMYK Percentages of Color #a66732

%0
%38
%70
%35

Triadic Colors of #a66732

#a66732 #32a667 #6732a6

Analogous Colors of #a66732

#a66732 #a6a132 #a63237

Monochromatic Colors of #a66732

#a66732

Complementary Color

#a66732 #3271a6

#a66732 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a66732 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a66732 Color CSS Codes

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

#a66732 Text Font Color

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

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


#a66732 Background Color

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

This div background color is #a66732


#a66732 Border Color

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

This div border color is #a66732


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a66732


Comments

No comments written yet.

Please login to write comment.