Color Hex Logo

#ac885b Color Hex

#AC885B
(172,136,91)
0 Favorites   0 Comments

Color spaces of #ac885b

RGB 17213691
HSL0.090.330.52
HSV33°47°67°
CMYK 0.000.210.47   0.33
XYZ27.705727.134313.6747
Yxy27.13430.40440.3960
Hunter Lab52.09063.781220.8987
CIE-Lab59.09847.822829.3228

#ac885b color RGB value is (172,136,91).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 10001000 01011011
Octal 254 210 133
Decimal 172 136 91
Hex AC 88 5B

RGB Percentages of Color #ac885b

%43.11
%34.09
%22.81

CMYK Percentages of Color #ac885b

%0
%21
%47
%33

Triadic Colors of #ac885b

#ac885b #5bac88 #885bac

Analogous Colors of #ac885b

#ac885b #a8ac5b #ac605b

Monochromatic Colors of #ac885b

#ac885b

Complementary Color

#ac885b #5b7fac

#ac885b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ac885b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ac885b Color CSS Codes

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

#ac885b Text Font Color

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

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


#ac885b Background Color

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

This div background color is #ac885b


#ac885b Border Color

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

This div border color is #ac885b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ac885b


Comments

No comments written yet.

Please login to write comment.