Color Hex Logo

#ac8d84 Color Hex

#AC8D84
(172,141,132)
0 Favorites   0 Comments

Color spaces of #ac8d84

RGB 172141132
HSL0.040.190.60
HSV14°23°67°
CMYK 0.000.180.23   0.33
XYZ30.703029.486425.9030
Yxy29.48640.35660.3425
Hunter Lab54.30145.89989.7283
CIE-Lab61.208510.27579.1928

#ac8d84 color RGB value is (172,141,132).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 10001101 10000100
Octal 254 215 204
Decimal 172 141 132
Hex AC 8D 84

RGB Percentages of Color #ac8d84

%38.65
%31.69
%29.66

CMYK Percentages of Color #ac8d84

%0
%18
%23
%33

Triadic Colors of #ac8d84

#ac8d84 #84ac8d #8d84ac

Analogous Colors of #ac8d84

#ac8d84 #aca184 #ac848f

Monochromatic Colors of #ac8d84

#ac8d84

Complementary Color

#ac8d84 #84a3ac

#ac8d84 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ac8d84 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ac8d84 Color CSS Codes

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

#ac8d84 Text Font Color

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

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


#ac8d84 Background Color

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

This div background color is #ac8d84


#ac8d84 Border Color

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

This div border color is #ac8d84


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ac8d84


Comments

No comments written yet.

Please login to write comment.