Color Hex Logo

#a68720 Color Hex

#A68720
(166,135,32)
0 Favorites   0 Comments

Color spaces of #a68720

RGB 16613532
HSL0.130.680.39
HSV46°81°65°
CMYK 0.000.190.81   0.35
XYZ24.650625.53924.9968
Yxy25.53920.44670.4628
Hunter Lab50.5363-1.369929.5131
CIE-Lab57.59711.631155.2869

#a68720 color RGB value is (166,135,32).

#a68720 hex color red value is 166, green value is 135 and the blue value of its RGB is 32. Cylindrical-coordinate representations (also known as HSL) of color #a68720 hue: 0.13 , saturation: 0.68 and the lightness value of a68720 is 0.39.

The process color (four color CMYK) of #a68720 color hex is 0.00, 0.19, 0.81, 0.35. Web safe color of #a68720 is #999933. Color #a68720 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100110 10000111 00100000
Octal 246 207 40
Decimal 166 135 32
Hex A6 87 20

RGB Percentages of Color #a68720

%49.85
%40.54
%9.61

CMYK Percentages of Color #a68720

%0
%19
%81
%35

Triadic Colors of #a68720

#a68720 #20a687 #8720a6

Analogous Colors of #a68720

#a68720 #82a620 #a64420

Monochromatic Colors of #a68720

#a68720

Complementary Color

#a68720 #203fa6

#a68720 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a68720 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a68720 Color CSS Codes

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

#a68720 Text Font Color

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

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


#a68720 Background Color

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

This div background color is #a68720


#a68720 Border Color

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

This div border color is #a68720


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a68720


Comments

No comments written yet.

Please login to write comment.