Color Hex Logo

#aca582 Color Hex

#ACA582
(172,165,130)
0 Favorites   0 Comments

Color spaces of #aca582

RGB 172165130
HSL0.140.200.59
HSV50°24°67°
CMYK 0.000.040.24   0.33
XYZ34.497737.292626.4991
Yxy37.29260.35100.3794
Hunter Lab61.0677-6.032117.0197
CIE-Lab67.4960-3.236919.0899

#aca582 color RGB value is (172,165,130).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 10100101 10000010
Octal 254 245 202
Decimal 172 165 130
Hex AC A5 82

RGB Percentages of Color #aca582

%36.83
%35.33
%27.84

CMYK Percentages of Color #aca582

%0
%4
%24
%33

Triadic Colors of #aca582

#aca582 #82aca5 #a582ac

Analogous Colors of #aca582

#aca582 #9eac82 #ac9082

Monochromatic Colors of #aca582

#aca582

Complementary Color

#aca582 #8289ac

#aca582 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aca582 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aca582 Color CSS Codes

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

#aca582 Text Font Color

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

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


#aca582 Background Color

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

This div background color is #aca582


#aca582 Border Color

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

This div border color is #aca582


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aca582


Comments

No comments written yet.

Please login to write comment.