Color Hex Logo

#ac927d Color Hex

#AC927D
(172,146,125)
0 Favorites   0 Comments

Color spaces of #ac927d

RGB 172146125
HSL0.070.220.58
HSV27°27°67°
CMYK 0.000.150.27   0.33
XYZ30.993830.809123.7152
Yxy30.80910.36240.3603
Hunter Lab55.50592.536713.5222
CIE-Lab62.34626.451914.7463

#ac927d color RGB value is (172,146,125).

#ac927d hex color red value is 172, green value is 146 and the blue value of its RGB is 125. Cylindrical-coordinate representations (also known as HSL) of color #ac927d hue: 0.07 , saturation: 0.22 and the lightness value of ac927d is 0.58.

The process color (four color CMYK) of #ac927d color hex is 0.00, 0.15, 0.27, 0.33. Web safe color of #ac927d is #999966. Color #ac927d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 10010010 01111101
Octal 254 222 175
Decimal 172 146 125
Hex AC 92 7D

RGB Percentages of Color #ac927d

%38.83
%32.96
%28.22

CMYK Percentages of Color #ac927d

%0
%15
%27
%33

Triadic Colors of #ac927d

#ac927d #7dac92 #927dac

Analogous Colors of #ac927d

#ac927d #acaa7d #ac7d80

Monochromatic Colors of #ac927d

#ac927d

Complementary Color

#ac927d #7d97ac

#ac927d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ac927d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ac927d Color CSS Codes

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

#ac927d Text Font Color

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

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


#ac927d Background Color

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

This div background color is #ac927d


#ac927d Border Color

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

This div border color is #ac927d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ac927d


Comments

No comments written yet.

Please login to write comment.