Color Hex Logo

#a18654 Color Hex

#A18654
(161,134,84)
0 Favorites   0 Comments

Color spaces of #a18654

RGB 16113484
HSL0.110.310.48
HSV39°48°63°
CMYK 0.000.170.48   0.37
XYZ24.823325.267411.9563
Yxy25.26740.40010.4072
Hunter Lab50.26670.182321.0841
CIE-Lab57.33503.503430.6669

#a18654 color RGB value is (161,134,84).

#a18654 hex color red value is 161, green value is 134 and the blue value of its RGB is 84. Cylindrical-coordinate representations (also known as HSL) of color #a18654 hue: 0.11 , saturation: 0.31 and the lightness value of a18654 is 0.48.

The process color (four color CMYK) of #a18654 color hex is 0.00, 0.17, 0.48, 0.37. Web safe color of #a18654 is #999966. Color #a18654 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100001 10000110 01010100
Octal 241 206 124
Decimal 161 134 84
Hex A1 86 54

RGB Percentages of Color #a18654

%42.48
%35.36
%22.16

CMYK Percentages of Color #a18654

%0
%17
%48
%37

Triadic Colors of #a18654

#a18654 #54a186 #8654a1

Analogous Colors of #a18654

#a18654 #96a154 #a16054

Monochromatic Colors of #a18654

#a18654

Complementary Color

#a18654 #546fa1

#a18654 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a18654 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a18654 Color CSS Codes

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

#a18654 Text Font Color

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

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


#a18654 Background Color

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

This div background color is #a18654


#a18654 Border Color

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

This div border color is #a18654


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(161,134,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 #a18654">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a18654

#a18654 Color Palettes


Comments

No comments written yet.

Please login to write comment.