Color Hex Logo

#ac895a Color Hex

#AC895A
(172,137,90)
0 Favorites   0 Comments

Color spaces of #ac895a

RGB 17213790
HSL0.100.330.51
HSV34°48°67°
CMYK 0.000.200.48   0.33
XYZ27.804427.400213.4962
Yxy27.40020.40470.3988
Hunter Lab52.34523.210421.3549
CIE-Lab59.34297.162130.1820

#ac895a color RGB value is (172,137,90).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 10001001 01011010
Octal 254 211 132
Decimal 172 137 90
Hex AC 89 5A

RGB Percentages of Color #ac895a

%43.11
%34.34
%22.56

CMYK Percentages of Color #ac895a

%0
%20
%48
%33

Triadic Colors of #ac895a

#ac895a #5aac89 #895aac

Analogous Colors of #ac895a

#ac895a #a6ac5a #ac605a

Monochromatic Colors of #ac895a

#ac895a

Complementary Color

#ac895a #5a7dac

#ac895a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ac895a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ac895a Color CSS Codes

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

#ac895a Text Font Color

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

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


#ac895a Background Color

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

This div background color is #ac895a


#ac895a Border Color

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

This div border color is #ac895a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ac895a


Comments

No comments written yet.

Please login to write comment.