Color Hex Logo

#ac837d Color Hex

#AC837D
(172,131,125)
0 Favorites   0 Comments

Color spaces of #ac837d

RGB 172131125
HSL0.020.220.58
HSV27°67°
CMYK 0.000.240.27   0.33
XYZ28.831226.483922.9944
Yxy26.48390.36820.3382
Hunter Lab51.46259.94299.5319
CIE-Lab58.493514.85989.3356

#ac837d color RGB value is (172,131,125).

#ac837d hex color red value is 172, green value is 131 and the blue value of its RGB is 125. Cylindrical-coordinate representations (also known as HSL) of color #ac837d hue: 0.02 , saturation: 0.22 and the lightness value of ac837d is 0.58.

The process color (four color CMYK) of #ac837d color hex is 0.00, 0.24, 0.27, 0.33. Web safe color of #ac837d is #999966. Color #ac837d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 10000011 01111101
Octal 254 203 175
Decimal 172 131 125
Hex AC 83 7D

RGB Percentages of Color #ac837d

%40.19
%30.61
%29.21

CMYK Percentages of Color #ac837d

%0
%24
%27
%33

Triadic Colors of #ac837d

#ac837d #7dac83 #837dac

Analogous Colors of #ac837d

#ac837d #ac9b7d #ac7d8f

Monochromatic Colors of #ac837d

#ac837d

Complementary Color

#ac837d #7da6ac

#ac837d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ac837d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ac837d Color CSS Codes

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

#ac837d Text Font Color

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

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


#ac837d Background Color

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

This div background color is #ac837d


#ac837d Border Color

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

This div border color is #ac837d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ac837d


Comments

No comments written yet.

Please login to write comment.