Color Hex Logo

#aca58b Color Hex

#ACA58B
(172,165,139)
0 Favorites   0 Comments

Color spaces of #aca58b

RGB 172165139
HSL0.130.170.61
HSV47°19°67°
CMYK 0.000.040.19   0.33
XYZ35.128637.545029.8215
Yxy37.54500.34270.3663
Hunter Lab61.2740-4.894714.0359
CIE-Lab67.6839-1.885914.3994

#aca58b color RGB value is (172,165,139).

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

The process color (four color CMYK) of #aca58b color hex is 0.00, 0.04, 0.19, 0.33. Web safe color of #aca58b is #999999. Color #aca58b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 10100101 10001011
Octal 254 245 213
Decimal 172 165 139
Hex AC A5 8B

RGB Percentages of Color #aca58b

%36.13
%34.66
%29.20

CMYK Percentages of Color #aca58b

%0
%4
%19
%33

Triadic Colors of #aca58b

#aca58b #8baca5 #a58bac

Analogous Colors of #aca58b

#aca58b #a3ac8b #ac958b

Monochromatic Colors of #aca58b

#aca58b

Complementary Color

#aca58b #8b92ac

#aca58b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aca58b Color Preview on White Background

Lorem ipsum dolor sit amet.

#aca58b Color CSS Codes

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

#aca58b Text Font Color

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

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


#aca58b Background Color

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

This div background color is #aca58b


#aca58b Border Color

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

This div border color is #aca58b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aca58b


Comments

No comments written yet.

Please login to write comment.