Color Hex Logo

#a68756 Color Hex

#A68756
(166,135,86)
0 Favorites   0 Comments

Color spaces of #a68756

RGB 16613586
HSL0.100.320.49
HSV37°48°65°
CMYK 0.000.190.48   0.35
XYZ26.069626.106812.4692
Yxy26.10680.40330.4038
Hunter Lab51.09481.658421.2972
CIE-Lab58.13835.302730.7015

#a68756 color RGB value is (166,135,86).

#a68756 hex color red value is 166, green value is 135 and the blue value of its RGB is 86. Cylindrical-coordinate representations (also known as HSL) of color #a68756 hue: 0.10 , saturation: 0.32 and the lightness value of a68756 is 0.49.

The process color (four color CMYK) of #a68756 color hex is 0.00, 0.19, 0.48, 0.35. Web safe color of #a68756 is #999966. Color #a68756 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100110 10000111 01010110
Octal 246 207 126
Decimal 166 135 86
Hex A6 87 56

RGB Percentages of Color #a68756

%42.89
%34.88
%22.22

CMYK Percentages of Color #a68756

%0
%19
%48
%35

Triadic Colors of #a68756

#a68756 #56a687 #8756a6

Analogous Colors of #a68756

#a68756 #9da656 #a65f56

Monochromatic Colors of #a68756

#a68756

Complementary Color

#a68756 #5675a6

#a68756 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a68756 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a68756 Color CSS Codes

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

#a68756 Text Font Color

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

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


#a68756 Background Color

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

This div background color is #a68756


#a68756 Border Color

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

This div border color is #a68756


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a68756


Comments

No comments written yet.

Please login to write comment.