Color Hex Logo

#aca19f Color Hex

#ACA19F
(172,161,159)
0 Favorites   0 Comments

Color spaces of #aca19f

RGB 172161159
HSL0.030.070.65
HSV67°
CMYK 0.000.060.08   0.33
XYZ36.016136.763637.9987
Yxy36.76360.32510.3319
Hunter Lab60.6330-0.07845.2861
CIE-Lab67.09933.63082.4648

#aca19f color RGB value is (172,161,159).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 10100001 10011111
Octal 254 241 237
Decimal 172 161 159
Hex AC A1 9F

RGB Percentages of Color #aca19f

%34.96
%32.72
%32.32

CMYK Percentages of Color #aca19f

%0
%6
%8
%33

Triadic Colors of #aca19f

#aca19f #9faca1 #a19fac

Analogous Colors of #aca19f

#aca19f #aca89f #ac9fa4

Monochromatic Colors of #aca19f

#aca19f

Complementary Color

#aca19f #9faaac

#aca19f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aca19f Color Preview on White Background

Lorem ipsum dolor sit amet.

#aca19f Color CSS Codes

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

#aca19f Text Font Color

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

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


#aca19f Background Color

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

This div background color is #aca19f


#aca19f Border Color

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

This div border color is #aca19f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aca19f


Comments

No comments written yet.

Please login to write comment.