Color Hex Logo

#ac865d Color Hex

#AC865D
(172,134,93)
0 Favorites   0 Comments

Color spaces of #ac865d

RGB 17213493
HSL0.090.320.52
HSV31°46°67°
CMYK 0.000.220.46   0.33
XYZ27.514126.611214.0422
Yxy26.61120.40360.3904
Hunter Lab51.58604.929819.9709
CIE-Lab58.61279.150427.5960

#ac865d color RGB value is (172,134,93).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 10000110 01011101
Octal 254 206 135
Decimal 172 134 93
Hex AC 86 5D

RGB Percentages of Color #ac865d

%43.11
%33.58
%23.31

CMYK Percentages of Color #ac865d

%0
%22
%46
%33

Triadic Colors of #ac865d

#ac865d #5dac86 #865dac

Analogous Colors of #ac865d

#ac865d #abac5d #ac5f5d

Monochromatic Colors of #ac865d

#ac865d

Complementary Color

#ac865d #5d83ac

#ac865d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ac865d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ac865d Color CSS Codes

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

#ac865d Text Font Color

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

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


#ac865d Background Color

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

This div background color is #ac865d


#ac865d Border Color

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

This div border color is #ac865d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ac865d


Comments

No comments written yet.

Please login to write comment.