Color Hex Logo

#ac893c Color Hex

#AC893C
(172,137,60)
0 Favorites   0 Comments

Color spaces of #ac893c

RGB 17213760
HSL0.110.480.45
HSV41°65°67°
CMYK 0.000.200.65   0.33
XYZ26.774526.98828.0730
Yxy26.98820.43300.4365
Hunter Lab51.95021.084027.1515
CIE-Lab58.96344.648245.2262

#ac893c color RGB value is (172,137,60).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 10001001 00111100
Octal 254 211 74
Decimal 172 137 60
Hex AC 89 3C

RGB Percentages of Color #ac893c

%46.61
%37.13
%16.26

CMYK Percentages of Color #ac893c

%0
%20
%65
%33

Triadic Colors of #ac893c

#ac893c #3cac89 #893cac

Analogous Colors of #ac893c

#ac893c #97ac3c #ac513c

Monochromatic Colors of #ac893c

#ac893c

Complementary Color

#ac893c #3c5fac

#ac893c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ac893c Color Preview on White Background

Lorem ipsum dolor sit amet.

#ac893c Color CSS Codes

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

#ac893c Text Font Color

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

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


#ac893c Background Color

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

This div background color is #ac893c


#ac893c Border Color

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

This div border color is #ac893c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ac893c


Comments

No comments written yet.

Please login to write comment.