Color Hex Logo

#aca489 Color Hex

#ACA489
(172,164,137)
0 Favorites   0 Comments

Color spaces of #aca489

RGB 172164137
HSL0.130.170.61
HSV46°20°67°
CMYK 0.000.050.20   0.33
XYZ34.804137.127728.9989
Yxy37.12770.34480.3679
Hunter Lab60.9325-4.674314.4356
CIE-Lab67.3727-1.652815.0682

#aca489 color RGB value is (172,164,137).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 10100100 10001001
Octal 254 244 211
Decimal 172 164 137
Hex AC A4 89

RGB Percentages of Color #aca489

%36.36
%34.67
%28.96

CMYK Percentages of Color #aca489

%0
%5
%20
%33

Triadic Colors of #aca489

#aca489 #89aca4 #a489ac

Analogous Colors of #aca489

#aca489 #a3ac89 #ac9389

Monochromatic Colors of #aca489

#aca489

Complementary Color

#aca489 #8991ac

#aca489 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aca489 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aca489 Color CSS Codes

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

#aca489 Text Font Color

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

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


#aca489 Background Color

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

This div background color is #aca489


#aca489 Border Color

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

This div border color is #aca489


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(172,164,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 #aca489">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aca489


Comments

No comments written yet.

Please login to write comment.