Color Hex Logo

#aca486 Color Hex

#ACA486
(172,164,134)
0 Favorites   0 Comments

Color spaces of #aca486

RGB 172164134
HSL0.130.190.60
HSV47°22°67°
CMYK 0.000.050.22   0.33
XYZ34.591837.042827.8810
Yxy37.04280.34760.3722
Hunter Lab60.8628-5.058215.4434
CIE-Lab67.3091-2.107516.6338

#aca486 color RGB value is (172,164,134).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 10100100 10000110
Octal 254 244 206
Decimal 172 164 134
Hex AC A4 86

RGB Percentages of Color #aca486

%36.60
%34.89
%28.51

CMYK Percentages of Color #aca486

%0
%5
%22
%33

Triadic Colors of #aca486

#aca486 #86aca4 #a486ac

Analogous Colors of #aca486

#aca486 #a1ac86 #ac9186

Monochromatic Colors of #aca486

#aca486

Complementary Color

#aca486 #868eac

#aca486 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aca486 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aca486 Color CSS Codes

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

#aca486 Text Font Color

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

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


#aca486 Background Color

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

This div background color is #aca486


#aca486 Border Color

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

This div border color is #aca486


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aca486


Comments

No comments written yet.

Please login to write comment.