Color Hex Logo

#ac836f Color Hex

#AC836F
(172,131,111)
0 Favorites   0 Comments

Color spaces of #ac836f

RGB 172131111
HSL0.050.270.55
HSV20°35°67°
CMYK 0.000.240.35   0.33
XYZ27.998826.151018.6109
Yxy26.15100.38480.3594
Hunter Lab51.13808.239714.2190
CIE-Lab58.180112.946116.9028

#ac836f color RGB value is (172,131,111).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 10000011 01101111
Octal 254 203 157
Decimal 172 131 111
Hex AC 83 6F

RGB Percentages of Color #ac836f

%41.55
%31.64
%26.81

CMYK Percentages of Color #ac836f

%0
%24
%35
%33

Triadic Colors of #ac836f

#ac836f #6fac83 #836fac

Analogous Colors of #ac836f

#ac836f #aca26f #ac6f7a

Monochromatic Colors of #ac836f

#ac836f

Complementary Color

#ac836f #6f98ac

#ac836f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ac836f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ac836f Color CSS Codes

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

#ac836f Text Font Color

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

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


#ac836f Background Color

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

This div background color is #ac836f


#ac836f Border Color

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

This div border color is #ac836f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ac836f


Comments

No comments written yet.

Please login to write comment.