Color Hex Logo

#ac838e Color Hex

#AC838E
(172,131,142)
0 Favorites   0 Comments

Color spaces of #ac838e

RGB 172131142
HSL0.960.200.59
HSV344°24°67°
CMYK 0.000.240.17   0.33
XYZ30.012026.956229.2125
Yxy26.95620.34820.3128
Hunter Lab51.919412.32312.9840
CIE-Lab58.933817.48750.2031

#ac838e color RGB value is (172,131,142).

#ac838e hex color red value is 172, green value is 131 and the blue value of its RGB is 142. Cylindrical-coordinate representations (also known as HSL) of color #ac838e hue: 0.96 , saturation: 0.20 and the lightness value of ac838e is 0.59.

The process color (four color CMYK) of #ac838e color hex is 0.00, 0.24, 0.17, 0.33. Web safe color of #ac838e is #999999. Color #ac838e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 10000011 10001110
Octal 254 203 216
Decimal 172 131 142
Hex AC 83 8E

RGB Percentages of Color #ac838e

%38.65
%29.44
%31.91

CMYK Percentages of Color #ac838e

%0
%24
%17
%33

Triadic Colors of #ac838e

#ac838e #8eac83 #838eac

Analogous Colors of #ac838e

#ac838e #ac8d83 #ac83a3

Monochromatic Colors of #ac838e

#ac838e

Complementary Color

#ac838e #83aca1

#ac838e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ac838e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ac838e Color CSS Codes

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

#ac838e Text Font Color

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

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


#ac838e Background Color

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

This div background color is #ac838e


#ac838e Border Color

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

This div border color is #ac838e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ac838e


Comments

No comments written yet.

Please login to write comment.