Color Hex Logo

#ac8d68 Color Hex

#AC8D68
(172,141,104)
0 Favorites   0 Comments

Color spaces of #ac8d68

RGB 172141104
HSL0.090.290.54
HSV33°40°67°
CMYK 0.000.180.40   0.33
XYZ29.036828.819917.1291
Yxy28.81990.38720.3843
Hunter Lab53.68422.600118.6612
CIE-Lab60.62246.480624.1412

#ac8d68 color RGB value is (172,141,104).

#ac8d68 hex color red value is 172, green value is 141 and the blue value of its RGB is 104. Cylindrical-coordinate representations (also known as HSL) of color #ac8d68 hue: 0.09 , saturation: 0.29 and the lightness value of ac8d68 is 0.54.

The process color (four color CMYK) of #ac8d68 color hex is 0.00, 0.18, 0.40, 0.33. Web safe color of #ac8d68 is #999966. Color #ac8d68 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 10001101 01101000
Octal 254 215 150
Decimal 172 141 104
Hex AC 8D 68

RGB Percentages of Color #ac8d68

%41.25
%33.81
%24.94

CMYK Percentages of Color #ac8d68

%0
%18
%40
%33

Triadic Colors of #ac8d68

#ac8d68 #68ac8d #8d68ac

Analogous Colors of #ac8d68

#ac8d68 #a9ac68 #ac6b68

Monochromatic Colors of #ac8d68

#ac8d68

Complementary Color

#ac8d68 #6887ac

#ac8d68 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ac8d68 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ac8d68 Color CSS Codes

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

#ac8d68 Text Font Color

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

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


#ac8d68 Background Color

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

This div background color is #ac8d68


#ac8d68 Border Color

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

This div border color is #ac8d68


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ac8d68


Comments

No comments written yet.

Please login to write comment.