Color Hex Logo

#ac915e Color Hex

#AC915E
(172,145,94)
0 Favorites   0 Comments

Color spaces of #ac915e

RGB 17214594
HSL0.110.320.52
HSV39°45°67°
CMYK 0.000.160.45   0.33
XYZ29.159029.829614.8105
Yxy29.82960.39510.4042
Hunter Lab54.6165-0.280122.1537
CIE-Lab61.50693.139630.7758

#ac915e color RGB value is (172,145,94).

#ac915e hex color red value is 172, green value is 145 and the blue value of its RGB is 94. Cylindrical-coordinate representations (also known as HSL) of color #ac915e hue: 0.11 , saturation: 0.32 and the lightness value of ac915e is 0.52.

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 10010001 01011110
Octal 254 221 136
Decimal 172 145 94
Hex AC 91 5E

RGB Percentages of Color #ac915e

%41.85
%35.28
%22.87

CMYK Percentages of Color #ac915e

%0
%16
%45
%33

Triadic Colors of #ac915e

#ac915e #5eac91 #915eac

Analogous Colors of #ac915e

#ac915e #a0ac5e #ac6a5e

Monochromatic Colors of #ac915e

#ac915e

Complementary Color

#ac915e #5e79ac

#ac915e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ac915e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ac915e Color CSS Codes

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

#ac915e Text Font Color

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

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


#ac915e Background Color

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

This div background color is #ac915e


#ac915e Border Color

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

This div border color is #ac915e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ac915e


Comments

No comments written yet.

Please login to write comment.