Color Hex Logo

#ac906d Color Hex

#AC906D
(172,144,109)
0 Favorites   0 Comments

Color spaces of #ac906d

RGB 172144109
HSL0.090.280.55
HSV33°37°67°
CMYK 0.000.160.37   0.33
XYZ29.746829.821318.6563
Yxy29.82130.38030.3812
Hunter Lab54.60891.667817.9707
CIE-Lab61.49975.421422.5361

#ac906d color RGB value is (172,144,109).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 10010000 01101101
Octal 254 220 155
Decimal 172 144 109
Hex AC 90 6D

RGB Percentages of Color #ac906d

%40.47
%33.88
%25.65

CMYK Percentages of Color #ac906d

%0
%16
%37
%33

Triadic Colors of #ac906d

#ac906d #6dac90 #906dac

Analogous Colors of #ac906d

#ac906d #a9ac6d #ac716d

Monochromatic Colors of #ac906d

#ac906d

Complementary Color

#ac906d #6d89ac

#ac906d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ac906d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ac906d Color CSS Codes

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

#ac906d Text Font Color

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

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


#ac906d Background Color

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

This div background color is #ac906d


#ac906d Border Color

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

This div border color is #ac906d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ac906d


Comments

No comments written yet.

Please login to write comment.