Color Hex Logo

#a68954 Color Hex

#A68954
(166,137,84)
0 Favorites   0 Comments

Color spaces of #a68954

RGB 16613784
HSL0.110.330.49
HSV39°49°65°
CMYK 0.000.170.49   0.35
XYZ26.271826.638412.1446
Yxy26.63840.40380.4095
Hunter Lab51.61240.538622.1775
CIE-Lab58.63813.986032.4134

#a68954 color RGB value is (166,137,84).

#a68954 hex color red value is 166, green value is 137 and the blue value of its RGB is 84. Cylindrical-coordinate representations (also known as HSL) of color #a68954 hue: 0.11 , saturation: 0.33 and the lightness value of a68954 is 0.49.

The process color (four color CMYK) of #a68954 color hex is 0.00, 0.17, 0.49, 0.35. Web safe color of #a68954 is #999966. Color #a68954 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100110 10001001 01010100
Octal 246 211 124
Decimal 166 137 84
Hex A6 89 54

RGB Percentages of Color #a68954

%42.89
%35.40
%21.71

CMYK Percentages of Color #a68954

%0
%17
%49
%35

Triadic Colors of #a68954

#a68954 #54a689 #8954a6

Analogous Colors of #a68954

#a68954 #9aa654 #a66054

Monochromatic Colors of #a68954

#a68954

Complementary Color

#a68954 #5471a6

#a68954 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a68954 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a68954 Color CSS Codes

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

#a68954 Text Font Color

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

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


#a68954 Background Color

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

This div background color is #a68954


#a68954 Border Color

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

This div border color is #a68954


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a68954


Comments

No comments written yet.

Please login to write comment.