Color Hex Logo

#ac9184 Color Hex

#AC9184
(172,145,132)
0 Favorites   0 Comments

Color spaces of #ac9184

RGB 172145132
HSL0.050.190.60
HSV20°23°67°
CMYK 0.000.160.23   0.33
XYZ31.303530.687426.1032
Yxy30.68740.35530.3483
Hunter Lab55.39623.924110.8394
CIE-Lab62.24298.039610.6577

#ac9184 color RGB value is (172,145,132).

#ac9184 hex color red value is 172, green value is 145 and the blue value of its RGB is 132. Cylindrical-coordinate representations (also known as HSL) of color #ac9184 hue: 0.05 , saturation: 0.19 and the lightness value of ac9184 is 0.60.

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 10010001 10000100
Octal 254 221 204
Decimal 172 145 132
Hex AC 91 84

RGB Percentages of Color #ac9184

%38.31
%32.29
%29.40

CMYK Percentages of Color #ac9184

%0
%16
%23
%33

Triadic Colors of #ac9184

#ac9184 #84ac91 #9184ac

Analogous Colors of #ac9184

#ac9184 #aca584 #ac848b

Monochromatic Colors of #ac9184

#ac9184

Complementary Color

#ac9184 #849fac

#ac9184 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ac9184 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ac9184 Color CSS Codes

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

#ac9184 Text Font Color

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

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


#ac9184 Background Color

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

This div background color is #ac9184


#ac9184 Border Color

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

This div border color is #ac9184


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ac9184


Comments

No comments written yet.

Please login to write comment.