Color Hex Logo

#aca885 Color Hex

#ACA885
(172,168,133)
0 Favorites   0 Comments

Color spaces of #aca885

RGB 172168133
HSL0.150.190.60
HSV54°23°67°
CMYK 0.000.020.23   0.33
XYZ35.249538.469427.7578
Yxy38.46940.34740.3791
Hunter Lab62.0237-7.095816.8822
CIE-Lab68.3652-4.411118.6419

#aca885 color RGB value is (172,168,133).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 10101000 10000101
Octal 254 250 205
Decimal 172 168 133
Hex AC A8 85

RGB Percentages of Color #aca885

%36.36
%35.52
%28.12

CMYK Percentages of Color #aca885

%0
%2
%23
%33

Triadic Colors of #aca885

#aca885 #85aca8 #a885ac

Analogous Colors of #aca885

#aca885 #9dac85 #ac9585

Monochromatic Colors of #aca885

#aca885

Complementary Color

#aca885 #8589ac

#aca885 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aca885 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aca885 Color CSS Codes

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

#aca885 Text Font Color

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

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


#aca885 Background Color

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

This div background color is #aca885


#aca885 Border Color

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

This div border color is #aca885


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aca885


Comments

No comments written yet.

Please login to write comment.