Color Hex Logo

#ac885a Color Hex

#AC885A
(172,136,90)
0 Favorites   0 Comments

Color spaces of #ac885a

RGB 17213690
HSL0.090.330.51
HSV34°48°67°
CMYK 0.000.210.48   0.33
XYZ27.662927.117213.4490
Yxy27.11720.40540.3974
Hunter Lab52.07423.693121.1393
CIE-Lab59.08277.720029.8496

#ac885a color RGB value is (172,136,90).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 10001000 01011010
Octal 254 210 132
Decimal 172 136 90
Hex AC 88 5A

RGB Percentages of Color #ac885a

%43.22
%34.17
%22.61

CMYK Percentages of Color #ac885a

%0
%21
%48
%33

Triadic Colors of #ac885a

#ac885a #5aac88 #885aac

Analogous Colors of #ac885a

#ac885a #a7ac5a #ac5f5a

Monochromatic Colors of #ac885a

#ac885a

Complementary Color

#ac885a #5a7eac

#ac885a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ac885a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ac885a Color CSS Codes

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

#ac885a Text Font Color

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

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


#ac885a Background Color

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

This div background color is #ac885a


#ac885a Border Color

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

This div border color is #ac885a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ac885a


Comments

No comments written yet.

Please login to write comment.