Color Hex Logo

#aca19e Color Hex

#ACA19E
(172,161,158)
0 Favorites   0 Comments

Color spaces of #aca19e

RGB 172161158
HSL0.040.080.65
HSV13°67°
CMYK 0.000.060.08   0.33
XYZ35.929736.729037.5435
Yxy36.72900.32600.3333
Hunter Lab60.6045-0.23305.6939
CIE-Lab67.07323.45362.9844

#aca19e color RGB value is (172,161,158).

#aca19e hex color red value is 172, green value is 161 and the blue value of its RGB is 158. Cylindrical-coordinate representations (also known as HSL) of color #aca19e hue: 0.04 , saturation: 0.08 and the lightness value of aca19e is 0.65.

The process color (four color CMYK) of #aca19e color hex is 0.00, 0.06, 0.08, 0.33. Web safe color of #aca19e is #999999. Color #aca19e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 10100001 10011110
Octal 254 241 236
Decimal 172 161 158
Hex AC A1 9E

RGB Percentages of Color #aca19e

%35.03
%32.79
%32.18

CMYK Percentages of Color #aca19e

%0
%6
%8
%33

Triadic Colors of #aca19e

#aca19e #9eaca1 #a19eac

Analogous Colors of #aca19e

#aca19e #aca89e #ac9ea2

Monochromatic Colors of #aca19e

#aca19e

Complementary Color

#aca19e #9ea9ac

#aca19e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aca19e Color Preview on White Background

Lorem ipsum dolor sit amet.

#aca19e Color CSS Codes

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

#aca19e Text Font Color

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

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


#aca19e Background Color

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

This div background color is #aca19e


#aca19e Border Color

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

This div border color is #aca19e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aca19e


Comments

No comments written yet.

Please login to write comment.