Color Hex Logo

#ac838d Color Hex

#AC838D
(172,131,141)
0 Favorites   0 Comments

Color spaces of #ac838d

RGB 172131141
HSL0.960.200.59
HSV345°24°67°
CMYK 0.000.240.18   0.33
XYZ29.937326.926328.8187
Yxy26.92630.34940.3143
Hunter Lab51.890612.17383.3952
CIE-Lab58.906017.32420.7376

#ac838d color RGB value is (172,131,141).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 10000011 10001101
Octal 254 203 215
Decimal 172 131 141
Hex AC 83 8D

RGB Percentages of Color #ac838d

%38.74
%29.50
%31.76

CMYK Percentages of Color #ac838d

%0
%24
%18
%33

Triadic Colors of #ac838d

#ac838d #8dac83 #838dac

Analogous Colors of #ac838d

#ac838d #ac8e83 #ac83a2

Monochromatic Colors of #ac838d

#ac838d

Complementary Color

#ac838d #83aca2

#ac838d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ac838d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ac838d Color CSS Codes

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

#ac838d Text Font Color

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

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


#ac838d Background Color

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

This div background color is #ac838d


#ac838d Border Color

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

This div border color is #ac838d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ac838d


Comments

No comments written yet.

Please login to write comment.