Color Hex Logo

#a66039 Color Hex

#A66039
(166,96,57)
0 Favorites   0 Comments

Color spaces of #a66039

RGB 1669657
HSL0.060.490.44
HSV21°66°65°
CMYK 0.000.420.66   0.35
XYZ20.647316.76816.0192
Yxy16.76810.47540.3861
Hunter Lab40.948918.343019.9490
CIE-Lab47.966524.851834.0985

#a66039 color RGB value is (166,96,57).

#a66039 hex color red value is 166, green value is 96 and the blue value of its RGB is 57. Cylindrical-coordinate representations (also known as HSL) of color #a66039 hue: 0.06 , saturation: 0.49 and the lightness value of a66039 is 0.44.

The process color (four color CMYK) of #a66039 color hex is 0.00, 0.42, 0.66, 0.35. Web safe color of #a66039 is #996633. Color #a66039 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100110 01100000 00111001
Octal 246 140 71
Decimal 166 96 57
Hex A6 60 39

RGB Percentages of Color #a66039

%52.04
%30.09
%17.87

CMYK Percentages of Color #a66039

%0
%42
%66
%35

Triadic Colors of #a66039

#a66039 #39a660 #6039a6

Analogous Colors of #a66039

#a66039 #a69739 #a63948

Monochromatic Colors of #a66039

#a66039

Complementary Color

#a66039 #397fa6

#a66039 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a66039 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a66039 Color CSS Codes

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

#a66039 Text Font Color

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

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


#a66039 Background Color

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

This div background color is #a66039


#a66039 Border Color

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

This div border color is #a66039


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a66039


Comments

No comments written yet.

Please login to write comment.