Color Hex Logo

#ac8d86 Color Hex

#AC8D86
(172,141,134)
0 Favorites   0 Comments

Color spaces of #ac8d86

RGB 172141134
HSL0.030.190.60
HSV11°22°67°
CMYK 0.000.180.22   0.33
XYZ30.841229.541626.6309
Yxy29.54160.35440.3395
Hunter Lab54.35226.17048.9963
CIE-Lab61.256710.58228.1258

#ac8d86 color RGB value is (172,141,134).

#ac8d86 hex color red value is 172, green value is 141 and the blue value of its RGB is 134. Cylindrical-coordinate representations (also known as HSL) of color #ac8d86 hue: 0.03 , saturation: 0.19 and the lightness value of ac8d86 is 0.60.

The process color (four color CMYK) of #ac8d86 color hex is 0.00, 0.18, 0.22, 0.33. Web safe color of #ac8d86 is #999999. Color #ac8d86 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 10001101 10000110
Octal 254 215 206
Decimal 172 141 134
Hex AC 8D 86

RGB Percentages of Color #ac8d86

%38.48
%31.54
%29.98

CMYK Percentages of Color #ac8d86

%0
%18
%22
%33

Triadic Colors of #ac8d86

#ac8d86 #86ac8d #8d86ac

Analogous Colors of #ac8d86

#ac8d86 #aca086 #ac8692

Monochromatic Colors of #ac8d86

#ac8d86

Complementary Color

#ac8d86 #86a5ac

#ac8d86 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ac8d86 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ac8d86 Color CSS Codes

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

#ac8d86 Text Font Color

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

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


#ac8d86 Background Color

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

This div background color is #ac8d86


#ac8d86 Border Color

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

This div border color is #ac8d86


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ac8d86


Comments

No comments written yet.

Please login to write comment.