Color Hex Logo

#a66835 Color Hex

#A66835
(166,104,53)
0 Favorites   0 Comments

Color spaces of #a66835

RGB 16610453
HSL0.080.520.43
HSV27°68°65°
CMYK 0.000.370.68   0.35
XYZ21.318818.26475.7700
Yxy18.26470.47010.4027
Hunter Lab42.737214.251821.9112
CIE-Lab49.815620.105338.3529

#a66835 color RGB value is (166,104,53).

#a66835 hex color red value is 166, green value is 104 and the blue value of its RGB is 53. Cylindrical-coordinate representations (also known as HSL) of color #a66835 hue: 0.08 , saturation: 0.52 and the lightness value of a66835 is 0.43.

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

Base Numbers

BaseRedGreenBlue
Binary 10100110 01101000 00110101
Octal 246 150 65
Decimal 166 104 53
Hex A6 68 35

RGB Percentages of Color #a66835

%51.39
%32.20
%16.41

CMYK Percentages of Color #a66835

%0
%37
%68
%35

Triadic Colors of #a66835

#a66835 #35a668 #6835a6

Analogous Colors of #a66835

#a66835 #a6a135 #a6353a

Monochromatic Colors of #a66835

#a66835

Complementary Color

#a66835 #3573a6

#a66835 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a66835 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a66835 Color CSS Codes

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

#a66835 Text Font Color

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

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


#a66835 Background Color

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

This div background color is #a66835


#a66835 Border Color

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

This div border color is #a66835


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a66835


Comments

No comments written yet.

Please login to write comment.