Color Hex Logo

#ac986f Color Hex

#AC986F
(172,152,111)
0 Favorites   0 Comments

Color spaces of #ac986f

RGB 172152111
HSL0.110.270.55
HSV40°35°67°
CMYK 0.000.120.35   0.33
XYZ31.110732.374819.6482
Yxy32.37480.37420.3894
Hunter Lab56.8989-1.974219.3553
CIE-Lab63.65151.257724.3112

#ac986f color RGB value is (172,152,111).

#ac986f hex color red value is 172, green value is 152 and the blue value of its RGB is 111. Cylindrical-coordinate representations (also known as HSL) of color #ac986f hue: 0.11 , saturation: 0.27 and the lightness value of ac986f is 0.55.

The process color (four color CMYK) of #ac986f color hex is 0.00, 0.12, 0.35, 0.33. Web safe color of #ac986f is #999966. Color #ac986f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 10011000 01101111
Octal 254 230 157
Decimal 172 152 111
Hex AC 98 6F

RGB Percentages of Color #ac986f

%39.54
%34.94
%25.52

CMYK Percentages of Color #ac986f

%0
%12
%35
%33

Triadic Colors of #ac986f

#ac986f #6fac98 #986fac

Analogous Colors of #ac986f

#ac986f #a2ac6f #ac7a6f

Monochromatic Colors of #ac986f

#ac986f

Complementary Color

#ac986f #6f83ac

#ac986f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ac986f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ac986f Color CSS Codes

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

#ac986f Text Font Color

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

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


#ac986f Background Color

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

This div background color is #ac986f


#ac986f Border Color

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

This div border color is #ac986f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ac986f


Comments

No comments written yet.

Please login to write comment.