Color Hex Logo

#aca59b Color Hex

#ACA59B
(172,165,155)
0 Favorites   0 Comments

Color spaces of #aca59b

RGB 172165155
HSL0.100.090.64
HSV35°10°67°
CMYK 0.000.040.10   0.33
XYZ36.384838.047536.4366
Yxy38.04750.32820.3432
Hunter Lab61.6827-2.65278.1546
CIE-Lab68.05560.73926.0703

#aca59b color RGB value is (172,165,155).

#aca59b hex color red value is 172, green value is 165 and the blue value of its RGB is 155. Cylindrical-coordinate representations (also known as HSL) of color #aca59b hue: 0.10 , saturation: 0.09 and the lightness value of aca59b is 0.64.

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 10100101 10011011
Octal 254 245 233
Decimal 172 165 155
Hex AC A5 9B

RGB Percentages of Color #aca59b

%34.96
%33.54
%31.50

CMYK Percentages of Color #aca59b

%0
%4
%10
%33

Triadic Colors of #aca59b

#aca59b #9baca5 #a59bac

Analogous Colors of #aca59b

#aca59b #abac9b #ac9d9b

Monochromatic Colors of #aca59b

#aca59b

Complementary Color

#aca59b #9ba2ac

#aca59b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aca59b Color Preview on White Background

Lorem ipsum dolor sit amet.

#aca59b Color CSS Codes

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

#aca59b Text Font Color

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

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


#aca59b Background Color

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

This div background color is #aca59b


#aca59b Border Color

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

This div border color is #aca59b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aca59b


Comments

No comments written yet.

Please login to write comment.