Color Hex Logo

#aca85f Color Hex

#ACA85F
(172,168,95)
0 Favorites   0 Comments

Color spaces of #aca85f

RGB 17216895
HSL0.160.320.52
HSV57°45°67°
CMYK 0.000.020.45   0.33
XYZ33.081437.602116.3408
Yxy37.60210.38010.4321
Hunter Lab61.3206-11.013227.1247
CIE-Lab67.7263-9.179038.0718

#aca85f color RGB value is (172,168,95).

#aca85f hex color red value is 172, green value is 168 and the blue value of its RGB is 95. Cylindrical-coordinate representations (also known as HSL) of color #aca85f hue: 0.16 , saturation: 0.32 and the lightness value of aca85f is 0.52.

The process color (four color CMYK) of #aca85f color hex is 0.00, 0.02, 0.45, 0.33. Web safe color of #aca85f is #999966. Color #aca85f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 10101000 01011111
Octal 254 250 137
Decimal 172 168 95
Hex AC A8 5F

RGB Percentages of Color #aca85f

%39.54
%38.62
%21.84

CMYK Percentages of Color #aca85f

%0
%2
%45
%33

Triadic Colors of #aca85f

#aca85f #5faca8 #a85fac

Analogous Colors of #aca85f

#aca85f #8aac5f #ac825f

Monochromatic Colors of #aca85f

#aca85f

Complementary Color

#aca85f #5f63ac

#aca85f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aca85f Color Preview on White Background

Lorem ipsum dolor sit amet.

#aca85f Color CSS Codes

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

#aca85f Text Font Color

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

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


#aca85f Background Color

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

This div background color is #aca85f


#aca85f Border Color

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

This div border color is #aca85f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aca85f


Comments

No comments written yet.

Please login to write comment.