Color Hex Logo

#a18874 Color Hex

#A18874
(161,136,116)
0 Favorites   0 Comments

Color spaces of #a18874

RGB 161136116
HSL0.070.190.54
HSV27°28°63°
CMYK 0.000.160.28   0.37
XYZ26.654526.446320.2228
Yxy26.44630.36350.3607
Hunter Lab51.42602.522612.6829
CIE-Lab58.45836.335114.2663

#a18874 color RGB value is (161,136,116).

#a18874 hex color red value is 161, green value is 136 and the blue value of its RGB is 116. Cylindrical-coordinate representations (also known as HSL) of color #a18874 hue: 0.07 , saturation: 0.19 and the lightness value of a18874 is 0.54.

The process color (four color CMYK) of #a18874 color hex is 0.00, 0.16, 0.28, 0.37. Web safe color of #a18874 is #999966. Color #a18874 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100001 10001000 01110100
Octal 241 210 164
Decimal 161 136 116
Hex A1 88 74

RGB Percentages of Color #a18874

%38.98
%32.93
%28.09

CMYK Percentages of Color #a18874

%0
%16
%28
%37

Triadic Colors of #a18874

#a18874 #74a188 #8874a1

Analogous Colors of #a18874

#a18874 #a19f74 #a17477

Monochromatic Colors of #a18874

#a18874

Complementary Color

#a18874 #748da1

#a18874 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a18874 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a18874 Color CSS Codes

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

#a18874 Text Font Color

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

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


#a18874 Background Color

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

This div background color is #a18874


#a18874 Border Color

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

This div border color is #a18874


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(161,136,116, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a18874


Comments

No comments written yet.

Please login to write comment.