Color Hex Logo

#ac836c Color Hex

#AC836C
(172,131,108)
0 Favorites   0 Comments

Color spaces of #ac836c

RGB 172131108
HSL0.060.280.55
HSV22°37°67°
CMYK 0.000.240.37   0.33
XYZ27.836326.086017.7553
Yxy26.08600.38840.3639
Hunter Lab51.07457.904715.1408
CIE-Lab58.118612.566318.5244

#ac836c color RGB value is (172,131,108).

#ac836c hex color red value is 172, green value is 131 and the blue value of its RGB is 108. Cylindrical-coordinate representations (also known as HSL) of color #ac836c hue: 0.06 , saturation: 0.28 and the lightness value of ac836c is 0.55.

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 10000011 01101100
Octal 254 203 154
Decimal 172 131 108
Hex AC 83 6C

RGB Percentages of Color #ac836c

%41.85
%31.87
%26.28

CMYK Percentages of Color #ac836c

%0
%24
%37
%33

Triadic Colors of #ac836c

#ac836c #6cac83 #836cac

Analogous Colors of #ac836c

#ac836c #aca36c #ac6c75

Monochromatic Colors of #ac836c

#ac836c

Complementary Color

#ac836c #6c95ac

#ac836c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ac836c Color Preview on White Background

Lorem ipsum dolor sit amet.

#ac836c Color CSS Codes

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

#ac836c Text Font Color

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

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


#ac836c Background Color

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

This div background color is #ac836c


#ac836c Border Color

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

This div border color is #ac836c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ac836c


Comments

No comments written yet.

Please login to write comment.