Color Hex Logo

#ac865f Color Hex

#AC865F
(172,134,95)
0 Favorites   0 Comments

Color spaces of #ac865f

RGB 17213495
HSL0.080.320.52
HSV30°45°67°
CMYK 0.000.220.45   0.33
XYZ27.603926.647114.5150
Yxy26.64710.40140.3875
Hunter Lab51.62085.115319.4631
CIE-Lab58.64629.365326.5322

#ac865f color RGB value is (172,134,95).

#ac865f hex color red value is 172, green value is 134 and the blue value of its RGB is 95. Cylindrical-coordinate representations (also known as HSL) of color #ac865f hue: 0.08 , saturation: 0.32 and the lightness value of ac865f is 0.52.

The process color (four color CMYK) of #ac865f color hex is 0.00, 0.22, 0.45, 0.33. Web safe color of #ac865f is #999966. Color #ac865f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 10000110 01011111
Octal 254 206 137
Decimal 172 134 95
Hex AC 86 5F

RGB Percentages of Color #ac865f

%42.89
%33.42
%23.69

CMYK Percentages of Color #ac865f

%0
%22
%45
%33

Triadic Colors of #ac865f

#ac865f #5fac86 #865fac

Analogous Colors of #ac865f

#ac865f #acac5f #ac605f

Monochromatic Colors of #ac865f

#ac865f

Complementary Color

#ac865f #5f85ac

#ac865f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ac865f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ac865f Color CSS Codes

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

#ac865f Text Font Color

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

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


#ac865f Background Color

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

This div background color is #ac865f


#ac865f Border Color

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

This div border color is #ac865f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ac865f


Comments

No comments written yet.

Please login to write comment.