Color Hex Logo

#aca69f Color Hex

#ACA69F
(172,166,159)
0 Favorites   0 Comments

Color spaces of #aca69f

RGB 172166159
HSL0.090.070.65
HSV32°67°
CMYK 0.000.030.08   0.33
XYZ36.907538.546338.2958
Yxy38.54630.32450.3389
Hunter Lab62.0857-2.53866.8886
CIE-Lab68.42130.89304.3782

#aca69f color RGB value is (172,166,159).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 10100110 10011111
Octal 254 246 237
Decimal 172 166 159
Hex AC A6 9F

RGB Percentages of Color #aca69f

%34.61
%33.40
%31.99

CMYK Percentages of Color #aca69f

%0
%3
%8
%33

Triadic Colors of #aca69f

#aca69f #9faca6 #a69fac

Analogous Colors of #aca69f

#aca69f #acac9f #aca09f

Monochromatic Colors of #aca69f

#aca69f

Complementary Color

#aca69f #9fa5ac

#aca69f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aca69f Color Preview on White Background

Lorem ipsum dolor sit amet.

#aca69f Color CSS Codes

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

#aca69f Text Font Color

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

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


#aca69f Background Color

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

This div background color is #aca69f


#aca69f Border Color

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

This div border color is #aca69f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aca69f

#aca69f Color Palettes


Comments

No comments written yet.

Please login to write comment.