Color Hex Logo

#ac836d Color Hex

#AC836D
(172,131,109)
0 Favorites   0 Comments

Color spaces of #ac836d

RGB 172131109
HSL0.060.280.55
HSV21°37°67°
CMYK 0.000.240.37   0.33
XYZ27.889926.107418.0373
Yxy26.10740.38720.3624
Hunter Lab51.09548.015414.8367
CIE-Lab58.138912.692017.9839

#ac836d color RGB value is (172,131,109).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 10000011 01101101
Octal 254 203 155
Decimal 172 131 109
Hex AC 83 6D

RGB Percentages of Color #ac836d

%41.75
%31.80
%26.46

CMYK Percentages of Color #ac836d

%0
%24
%37
%33

Triadic Colors of #ac836d

#ac836d #6dac83 #836dac

Analogous Colors of #ac836d

#ac836d #aca36d #ac6d77

Monochromatic Colors of #ac836d

#ac836d

Complementary Color

#ac836d #6d96ac

#ac836d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ac836d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ac836d Color CSS Codes

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

#ac836d Text Font Color

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

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


#ac836d Background Color

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

This div background color is #ac836d


#ac836d Border Color

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

This div border color is #ac836d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ac836d


Comments

No comments written yet.

Please login to write comment.