Color Hex Logo

#aca689 Color Hex

#ACA689
(172,166,137)
0 Favorites   0 Comments

Color spaces of #aca689

RGB 172166137
HSL0.140.170.61
HSV50°20°67°
CMYK 0.000.030.20   0.33
XYZ35.164837.849229.1192
Yxy37.84920.34430.3706
Hunter Lab61.5217-5.635315.0023
CIE-Lab67.9093-2.734215.8157

#aca689 color RGB value is (172,166,137).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 10100110 10001001
Octal 254 246 211
Decimal 172 166 137
Hex AC A6 89

RGB Percentages of Color #aca689

%36.21
%34.95
%28.84

CMYK Percentages of Color #aca689

%0
%3
%20
%33

Triadic Colors of #aca689

#aca689 #89aca6 #a689ac

Analogous Colors of #aca689

#aca689 #a1ac89 #ac9589

Monochromatic Colors of #aca689

#aca689

Complementary Color

#aca689 #898fac

#aca689 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aca689 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aca689 Color CSS Codes

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

#aca689 Text Font Color

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

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


#aca689 Background Color

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

This div background color is #aca689


#aca689 Border Color

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

This div border color is #aca689


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aca689


Comments

No comments written yet.

Please login to write comment.