Color Hex Logo

#aca88a Color Hex

#ACA88A
(172,168,138)
0 Favorites   0 Comments

Color spaces of #aca88a

RGB 172168138
HSL0.150.170.61
HSV53°20°67°
CMYK 0.000.020.20   0.33
XYZ35.603338.610929.6209
Yxy38.61090.34290.3718
Hunter Lab62.1377-6.465015.2329
CIE-Lab68.4685-3.658516.0439

#aca88a color RGB value is (172,168,138).

#aca88a hex color red value is 172, green value is 168 and the blue value of its RGB is 138. Cylindrical-coordinate representations (also known as HSL) of color #aca88a hue: 0.15 , saturation: 0.17 and the lightness value of aca88a is 0.61.

The process color (four color CMYK) of #aca88a color hex is 0.00, 0.02, 0.20, 0.33. Web safe color of #aca88a is #999999. Color #aca88a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 10101000 10001010
Octal 254 250 212
Decimal 172 168 138
Hex AC A8 8A

RGB Percentages of Color #aca88a

%35.98
%35.15
%28.87

CMYK Percentages of Color #aca88a

%0
%2
%20
%33

Triadic Colors of #aca88a

#aca88a #8aaca8 #a88aac

Analogous Colors of #aca88a

#aca88a #9fac8a #ac978a

Monochromatic Colors of #aca88a

#aca88a

Complementary Color

#aca88a #8a8eac

#aca88a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aca88a Color Preview on White Background

Lorem ipsum dolor sit amet.

#aca88a Color CSS Codes

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

#aca88a Text Font Color

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

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


#aca88a Background Color

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

This div background color is #aca88a


#aca88a Border Color

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

This div border color is #aca88a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aca88a


Comments

No comments written yet.

Please login to write comment.