Color Hex Logo

#aca79f Color Hex

#ACA79F
(172,167,159)
0 Favorites   0 Comments

Color spaces of #aca79f

RGB 172167159
HSL0.100.070.65
HSV37°67°
CMYK 0.000.030.08   0.33
XYZ37.090038.911338.3567
Yxy38.91130.32430.3403
Hunter Lab62.3789-3.02857.2079
CIE-Lab68.68700.34834.7614

#aca79f color RGB value is (172,167,159).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 10100111 10011111
Octal 254 247 237
Decimal 172 167 159
Hex AC A7 9F

RGB Percentages of Color #aca79f

%34.54
%33.53
%31.93

CMYK Percentages of Color #aca79f

%0
%3
%8
%33

Triadic Colors of #aca79f

#aca79f #9faca7 #a79fac

Analogous Colors of #aca79f

#aca79f #abac9f #aca19f

Monochromatic Colors of #aca79f

#aca79f

Complementary Color

#aca79f #9fa4ac

#aca79f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aca79f Color Preview on White Background

Lorem ipsum dolor sit amet.

#aca79f Color CSS Codes

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

#aca79f Text Font Color

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

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


#aca79f Background Color

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

This div background color is #aca79f


#aca79f Border Color

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

This div border color is #aca79f


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(172,167,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 #aca79f">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aca79f


Comments

No comments written yet.

Please login to write comment.