Color Hex Logo

#a66928 Color Hex

#A66928
(166,105,40)
0 Favorites   0 Comments

Color spaces of #a66928

RGB 16610540
HSL0.090.610.40
HSV31°76°65°
CMYK 0.000.370.76   0.35
XYZ21.160518.36334.4367
Yxy18.36330.48140.4177
Hunter Lab42.852413.151523.8581
CIE-Lab49.933818.842044.8566

#a66928 color RGB value is (166,105,40).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100110 01101001 00101000
Octal 246 151 50
Decimal 166 105 40
Hex A6 69 28

RGB Percentages of Color #a66928

%53.38
%33.76
%12.86

CMYK Percentages of Color #a66928

%0
%37
%76
%35

Triadic Colors of #a66928

#a66928 #28a669 #6928a6

Analogous Colors of #a66928

#a66928 #a4a628 #a62a28

Monochromatic Colors of #a66928

#a66928

Complementary Color

#a66928 #2865a6

#a66928 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a66928 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a66928 Color CSS Codes

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

#a66928 Text Font Color

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

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


#a66928 Background Color

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

This div background color is #a66928


#a66928 Border Color

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

This div border color is #a66928


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a66928


Comments

No comments written yet.

Please login to write comment.