Color Hex Logo

#ac895d Color Hex

#AC895D
(172,137,93)
0 Favorites   0 Comments

Color spaces of #ac895d

RGB 17213793
HSL0.090.320.52
HSV33°46°67°
CMYK 0.000.200.46   0.33
XYZ27.934727.452314.1824
Yxy27.45230.40150.3946
Hunter Lab52.39493.477320.6277
CIE-Lab59.39077.474128.6021

#ac895d color RGB value is (172,137,93).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 10001001 01011101
Octal 254 211 135
Decimal 172 137 93
Hex AC 89 5D

RGB Percentages of Color #ac895d

%42.79
%34.08
%23.13

CMYK Percentages of Color #ac895d

%0
%20
%46
%33

Triadic Colors of #ac895d

#ac895d #5dac89 #895dac

Analogous Colors of #ac895d

#ac895d #a8ac5d #ac625d

Monochromatic Colors of #ac895d

#ac895d

Complementary Color

#ac895d #5d80ac

#ac895d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ac895d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ac895d Color CSS Codes

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

#ac895d Text Font Color

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

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


#ac895d Background Color

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

This div background color is #ac895d


#ac895d Border Color

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

This div border color is #ac895d


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(172,137,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 #ac895d">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ac895d


Comments

No comments written yet.

Please login to write comment.