Color Hex Logo

#a18c8c Color Hex

#A18C8C
(161,140,140)
0 Favorites   0 Comments

Color spaces of #a18c8c

RGB 161140140
HSL0.000.100.59
HSV13°63°
CMYK 0.000.130.13   0.37
XYZ28.809628.226728.7408
Yxy28.22670.33590.3291
Hunter Lab53.12883.81795.1164
CIE-Lab60.09307.88172.8999

#a18c8c color RGB value is (161,140,140).

#a18c8c hex color red value is 161, green value is 140 and the blue value of its RGB is 140. Cylindrical-coordinate representations (also known as HSL) of color #a18c8c hue: 0.00 , saturation: 0.10 and the lightness value of a18c8c is 0.59.

The process color (four color CMYK) of #a18c8c color hex is 0.00, 0.13, 0.13, 0.37. Web safe color of #a18c8c is #999999. Color #a18c8c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100001 10001100 10001100
Octal 241 214 214
Decimal 161 140 140
Hex A1 8C 8C

RGB Percentages of Color #a18c8c

%36.51
%31.75
%31.75

CMYK Percentages of Color #a18c8c

%0
%13
%13
%37

Triadic Colors of #a18c8c

#a18c8c #8ca18c #8c8ca1

Analogous Colors of #a18c8c

#a18c8c #a1978c #a18c97

Monochromatic Colors of #a18c8c

#a18c8c

Complementary Color

#a18c8c #8ca1a1

#a18c8c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a18c8c Color Preview on White Background

Lorem ipsum dolor sit amet.

#a18c8c Color CSS Codes

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

#a18c8c Text Font Color

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

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


#a18c8c Background Color

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

This div background color is #a18c8c


#a18c8c Border Color

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

This div border color is #a18c8c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a18c8c


Comments

No comments written yet.

Please login to write comment.