Color Hex Logo

#ac851e Color Hex

#AC851E
(172,133,30)
0 Favorites   0 Comments

Color spaces of #ac851e

RGB 17213330
HSL0.120.700.40
HSV44°83°67°
CMYK 0.000.230.83   0.33
XYZ25.635125.63954.8261
Yxy25.63950.45690.4570
Hunter Lab50.63551.756729.7939
CIE-Lab57.69335.405956.2777

#ac851e color RGB value is (172,133,30).

#ac851e hex color red value is 172, green value is 133 and the blue value of its RGB is 30. Cylindrical-coordinate representations (also known as HSL) of color #ac851e hue: 0.12 , saturation: 0.70 and the lightness value of ac851e is 0.40.

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 10000101 00011110
Octal 254 205 36
Decimal 172 133 30
Hex AC 85 1E

RGB Percentages of Color #ac851e

%51.34
%39.70
%8.96

CMYK Percentages of Color #ac851e

%0
%23
%83
%33

Triadic Colors of #ac851e

#ac851e #1eac85 #851eac

Analogous Colors of #ac851e

#ac851e #8cac1e #ac3e1e

Monochromatic Colors of #ac851e

#ac851e

Complementary Color

#ac851e #1e45ac

#ac851e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ac851e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ac851e Color CSS Codes

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

#ac851e Text Font Color

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

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


#ac851e Background Color

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

This div background color is #ac851e


#ac851e Border Color

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

This div border color is #ac851e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ac851e


Comments

No comments written yet.

Please login to write comment.