Color Hex Logo

#ac893d Color Hex

#AC893D
(172,137,61)
0 Favorites   0 Comments

Color spaces of #ac893d

RGB 17213761
HSL0.110.480.46
HSV41°65°67°
CMYK 0.000.200.65   0.33
XYZ26.801226.99898.2136
Yxy26.99890.43220.4354
Hunter Lab51.96051.139527.0001
CIE-Lab58.97334.714444.7583

#ac893d color RGB value is (172,137,61).

#ac893d hex color red value is 172, green value is 137 and the blue value of its RGB is 61. Cylindrical-coordinate representations (also known as HSL) of color #ac893d hue: 0.11 , saturation: 0.48 and the lightness value of ac893d is 0.46.

The process color (four color CMYK) of #ac893d color hex is 0.00, 0.20, 0.65, 0.33. Web safe color of #ac893d is #999933. Color #ac893d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 10001001 00111101
Octal 254 211 75
Decimal 172 137 61
Hex AC 89 3D

RGB Percentages of Color #ac893d

%46.49
%37.03
%16.49

CMYK Percentages of Color #ac893d

%0
%20
%65
%33

Triadic Colors of #ac893d

#ac893d #3dac89 #893dac

Analogous Colors of #ac893d

#ac893d #98ac3d #ac523d

Monochromatic Colors of #ac893d

#ac893d

Complementary Color

#ac893d #3d60ac

#ac893d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ac893d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ac893d Color CSS Codes

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

#ac893d Text Font Color

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

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


#ac893d Background Color

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

This div background color is #ac893d


#ac893d Border Color

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

This div border color is #ac893d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ac893d


Comments

No comments written yet.

Please login to write comment.