Color Hex Logo

#ac862d Color Hex

#AC862D
(172,134,45)
0 Favorites   0 Comments

Color spaces of #ac862d

RGB 17213445
HSL0.120.590.43
HSV42°74°67°
CMYK 0.000.220.74   0.33
XYZ26.012026.01036.1321
Yxy26.01030.44730.4473
Hunter Lab51.00031.791028.5714
CIE-Lab58.04685.457551.0050

#ac862d color RGB value is (172,134,45).

#ac862d hex color red value is 172, green value is 134 and the blue value of its RGB is 45. Cylindrical-coordinate representations (also known as HSL) of color #ac862d hue: 0.12 , saturation: 0.59 and the lightness value of ac862d is 0.43.

The process color (four color CMYK) of #ac862d color hex is 0.00, 0.22, 0.74, 0.33. Web safe color of #ac862d is #999933. Color #ac862d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 10000110 00101101
Octal 254 206 55
Decimal 172 134 45
Hex AC 86 2D

RGB Percentages of Color #ac862d

%49.00
%38.18
%12.82

CMYK Percentages of Color #ac862d

%0
%22
%74
%33

Triadic Colors of #ac862d

#ac862d #2dac86 #862dac

Analogous Colors of #ac862d

#ac862d #93ac2d #ac462d

Monochromatic Colors of #ac862d

#ac862d

Complementary Color

#ac862d #2d53ac

#ac862d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ac862d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ac862d Color CSS Codes

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

#ac862d Text Font Color

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

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


#ac862d Background Color

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

This div background color is #ac862d


#ac862d Border Color

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

This div border color is #ac862d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ac862d


Comments

No comments written yet.

Please login to write comment.