Color Hex Logo

#ac831d Color Hex

#AC831D
(172,131,29)
0 Favorites   0 Comments

Color spaces of #ac831d

RGB 17213129
HSL0.120.710.39
HSV43°83°67°
CMYK 0.000.240.83   0.33
XYZ25.351325.09204.6695
Yxy25.09200.46000.4553
Hunter Lab50.09192.677229.5374
CIE-Lab57.16506.486656.1408

#ac831d color RGB value is (172,131,29).

#ac831d hex color red value is 172, green value is 131 and the blue value of its RGB is 29. Cylindrical-coordinate representations (also known as HSL) of color #ac831d hue: 0.12 , saturation: 0.71 and the lightness value of ac831d is 0.39.

The process color (four color CMYK) of #ac831d color hex is 0.00, 0.24, 0.83, 0.33. Web safe color of #ac831d is #999933. Color #ac831d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 10000011 00011101
Octal 254 203 35
Decimal 172 131 29
Hex AC 83 1D

RGB Percentages of Color #ac831d

%51.81
%39.46
%8.73

CMYK Percentages of Color #ac831d

%0
%24
%83
%33

Triadic Colors of #ac831d

#ac831d #1dac83 #831dac

Analogous Colors of #ac831d

#ac831d #8eac1d #ac3c1d

Monochromatic Colors of #ac831d

#ac831d

Complementary Color

#ac831d #1d46ac

#ac831d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ac831d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ac831d Color CSS Codes

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

#ac831d Text Font Color

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

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


#ac831d Background Color

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

This div background color is #ac831d


#ac831d Border Color

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

This div border color is #ac831d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ac831d


Comments

No comments written yet.

Please login to write comment.