Color Hex Logo

#a68241 Color Hex

#A68241
(166,130,65)
0 Favorites   0 Comments

Color spaces of #a68241

RGB 16613065
HSL0.110.440.45
HSV39°61°65°
CMYK 0.000.220.61   0.35
XYZ24.662724.45398.4212
Yxy24.45390.42860.4250
Hunter Lab49.45092.484524.5189
CIE-Lab56.53946.242039.8558

#a68241 color RGB value is (166,130,65).

#a68241 hex color red value is 166, green value is 130 and the blue value of its RGB is 65. Cylindrical-coordinate representations (also known as HSL) of color #a68241 hue: 0.11 , saturation: 0.44 and the lightness value of a68241 is 0.45.

The process color (four color CMYK) of #a68241 color hex is 0.00, 0.22, 0.61, 0.35. Web safe color of #a68241 is #999933. Color #a68241 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100110 10000010 01000001
Octal 246 202 101
Decimal 166 130 65
Hex A6 82 41

RGB Percentages of Color #a68241

%45.98
%36.01
%18.01

CMYK Percentages of Color #a68241

%0
%22
%61
%35

Triadic Colors of #a68241

#a68241 #41a682 #8241a6

Analogous Colors of #a68241

#a68241 #98a641 #a65041

Monochromatic Colors of #a68241

#a68241

Complementary Color

#a68241 #4165a6

#a68241 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a68241 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a68241 Color CSS Codes

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

#a68241 Text Font Color

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

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


#a68241 Background Color

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

This div background color is #a68241


#a68241 Border Color

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

This div border color is #a68241


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a68241


Comments

No comments written yet.

Please login to write comment.