Color Hex Logo

#ac908d Color Hex

#AC908D
(172,144,141)
0 Favorites   0 Comments

Color spaces of #ac908d

RGB 172144141
HSL0.020.160.61
HSV18°67°
CMYK 0.000.160.18   0.33
XYZ31.794230.640329.4377
Yxy30.64030.34610.3335
Hunter Lab55.35375.65847.2165
CIE-Lab62.202810.00715.5088

#ac908d color RGB value is (172,144,141).

#ac908d hex color red value is 172, green value is 144 and the blue value of its RGB is 141. Cylindrical-coordinate representations (also known as HSL) of color #ac908d hue: 0.02 , saturation: 0.16 and the lightness value of ac908d is 0.61.

The process color (four color CMYK) of #ac908d color hex is 0.00, 0.16, 0.18, 0.33. Web safe color of #ac908d is #999999. Color #ac908d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 10010000 10001101
Octal 254 220 215
Decimal 172 144 141
Hex AC 90 8D

RGB Percentages of Color #ac908d

%37.64
%31.51
%30.85

CMYK Percentages of Color #ac908d

%0
%16
%18
%33

Triadic Colors of #ac908d

#ac908d #8dac90 #908dac

Analogous Colors of #ac908d

#ac908d #aca08d #ac8d9a

Monochromatic Colors of #ac908d

#ac908d

Complementary Color

#ac908d #8da9ac

#ac908d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ac908d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ac908d Color CSS Codes

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

#ac908d Text Font Color

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

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


#ac908d Background Color

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

This div background color is #ac908d


#ac908d Border Color

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

This div border color is #ac908d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ac908d


Comments

No comments written yet.

Please login to write comment.