Color Hex Logo

#ac866a Color Hex

#AC866A
(172,134,106)
0 Favorites   0 Comments

Color spaces of #ac866a

RGB 172134106
HSL0.070.280.55
HSV25°38°67°
CMYK 0.000.220.38   0.33
XYZ28.139926.861517.3373
Yxy26.86150.38900.3713
Hunter Lab51.82816.216916.4462
CIE-Lab58.845910.634120.6427

#ac866a color RGB value is (172,134,106).

#ac866a hex color red value is 172, green value is 134 and the blue value of its RGB is 106. Cylindrical-coordinate representations (also known as HSL) of color #ac866a hue: 0.07 , saturation: 0.28 and the lightness value of ac866a is 0.55.

The process color (four color CMYK) of #ac866a color hex is 0.00, 0.22, 0.38, 0.33. Web safe color of #ac866a is #999966. Color #ac866a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 10000110 01101010
Octal 254 206 152
Decimal 172 134 106
Hex AC 86 6A

RGB Percentages of Color #ac866a

%41.75
%32.52
%25.73

CMYK Percentages of Color #ac866a

%0
%22
%38
%33

Triadic Colors of #ac866a

#ac866a #6aac86 #866aac

Analogous Colors of #ac866a

#ac866a #aca76a #ac6a6f

Monochromatic Colors of #ac866a

#ac866a

Complementary Color

#ac866a #6a90ac

#ac866a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ac866a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ac866a Color CSS Codes

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

#ac866a Text Font Color

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

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


#ac866a Background Color

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

This div background color is #ac866a


#ac866a Border Color

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

This div border color is #ac866a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ac866a


Comments

No comments written yet.

Please login to write comment.