Color Hex Logo

#acaa82 Color Hex

#ACAA82
(172,170,130)
0 Favorites   0 Comments

Color spaces of #acaa82

RGB 172170130
HSL0.160.200.59
HSV57°24°67°
CMYK 0.000.010.24   0.33
XYZ35.417239.131826.8056
Yxy39.13180.34940.3861
Hunter Lab62.5554-8.410118.3825
CIE-Lab68.8466-5.917620.9390

#acaa82 color RGB value is (172,170,130).

#acaa82 hex color red value is 172, green value is 170 and the blue value of its RGB is 130. Cylindrical-coordinate representations (also known as HSL) of color #acaa82 hue: 0.16 , saturation: 0.20 and the lightness value of acaa82 is 0.59.

The process color (four color CMYK) of #acaa82 color hex is 0.00, 0.01, 0.24, 0.33. Web safe color of #acaa82 is #999999. Color #acaa82 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 10101010 10000010
Octal 254 252 202
Decimal 172 170 130
Hex AC AA 82

RGB Percentages of Color #acaa82

%36.44
%36.02
%27.54

CMYK Percentages of Color #acaa82

%0
%1
%24
%33

Triadic Colors of #acaa82

#acaa82 #82acaa #aa82ac

Analogous Colors of #acaa82

#acaa82 #99ac82 #ac9582

Monochromatic Colors of #acaa82

#acaa82

Complementary Color

#acaa82 #8284ac

#acaa82 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acaa82 Color Preview on White Background

Lorem ipsum dolor sit amet.

#acaa82 Color CSS Codes

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

#acaa82 Text Font Color

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

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


#acaa82 Background Color

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

This div background color is #acaa82


#acaa82 Border Color

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

This div border color is #acaa82


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acaa82


Comments

No comments written yet.

Please login to write comment.