Color Hex Logo

#ac9d6c Color Hex

#AC9D6C
(172,157,108)
0 Favorites   0 Comments

Color spaces of #ac9d6c

RGB 172157108
HSL0.130.280.55
HSV46°37°67°
CMYK 0.000.090.37   0.33
XYZ31.777033.967319.0689
Yxy33.96730.37470.4005
Hunter Lab58.2815-4.668421.3982
CIE-Lab64.9366-1.839127.6489

#ac9d6c color RGB value is (172,157,108).

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

The process color (four color CMYK) of #ac9d6c color hex is 0.00, 0.09, 0.37, 0.33. Web safe color of #ac9d6c is #999966. Color #ac9d6c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 10011101 01101100
Octal 254 235 154
Decimal 172 157 108
Hex AC 9D 6C

RGB Percentages of Color #ac9d6c

%39.36
%35.93
%24.71

CMYK Percentages of Color #ac9d6c

%0
%9
%37
%33

Triadic Colors of #ac9d6c

#ac9d6c #6cac9d #9d6cac

Analogous Colors of #ac9d6c

#ac9d6c #9bac6c #ac7d6c

Monochromatic Colors of #ac9d6c

#ac9d6c

Complementary Color

#ac9d6c #6c7bac

#ac9d6c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ac9d6c Color Preview on White Background

Lorem ipsum dolor sit amet.

#ac9d6c Color CSS Codes

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

#ac9d6c Text Font Color

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

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


#ac9d6c Background Color

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

This div background color is #ac9d6c


#ac9d6c Border Color

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

This div border color is #ac9d6c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ac9d6c


Comments

No comments written yet.

Please login to write comment.