Color Hex Logo

#ac885d Color Hex

#AC885D
(172,136,93)
0 Favorites   0 Comments

Color spaces of #ac885d

RGB 17213693
HSL0.090.320.52
HSV33°46°67°
CMYK 0.000.210.46   0.33
XYZ27.793227.169314.1353
Yxy27.16930.40220.3932
Hunter Lab52.12423.960920.4084
CIE-Lab59.13078.032328.2663

#ac885d color RGB value is (172,136,93).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 10001000 01011101
Octal 254 210 135
Decimal 172 136 93
Hex AC 88 5D

RGB Percentages of Color #ac885d

%42.89
%33.92
%23.19

CMYK Percentages of Color #ac885d

%0
%21
%46
%33

Triadic Colors of #ac885d

#ac885d #5dac88 #885dac

Analogous Colors of #ac885d

#ac885d #a9ac5d #ac615d

Monochromatic Colors of #ac885d

#ac885d

Complementary Color

#ac885d #5d81ac

#ac885d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ac885d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ac885d Color CSS Codes

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

#ac885d Text Font Color

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

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


#ac885d Background Color

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

This div background color is #ac885d


#ac885d Border Color

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

This div border color is #ac885d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ac885d


Comments

No comments written yet.

Please login to write comment.