Color Hex Logo

#aca995 Color Hex

#ACA995
(172,169,149)
0 Favorites   0 Comments

Color spaces of #aca995

RGB 172169149
HSL0.140.120.63
HSV52°13°67°
CMYK 0.000.020.13   0.33
XYZ36.626039.316534.0922
Yxy39.31650.33290.3573
Hunter Lab62.7029-5.464611.6554
CIE-Lab68.9799-2.444410.7082

#aca995 color RGB value is (172,169,149).

#aca995 hex color red value is 172, green value is 169 and the blue value of its RGB is 149. Cylindrical-coordinate representations (also known as HSL) of color #aca995 hue: 0.14 , saturation: 0.12 and the lightness value of aca995 is 0.63.

The process color (four color CMYK) of #aca995 color hex is 0.00, 0.02, 0.13, 0.33. Web safe color of #aca995 is #999999. Color #aca995 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 10101001 10010101
Octal 254 251 225
Decimal 172 169 149
Hex AC A9 95

RGB Percentages of Color #aca995

%35.10
%34.49
%30.41

CMYK Percentages of Color #aca995

%0
%2
%13
%33

Triadic Colors of #aca995

#aca995 #95aca9 #a995ac

Analogous Colors of #aca995

#aca995 #a4ac95 #ac9e95

Monochromatic Colors of #aca995

#aca995

Complementary Color

#aca995 #9598ac

#aca995 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aca995 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aca995 Color CSS Codes

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

#aca995 Text Font Color

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

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


#aca995 Background Color

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

This div background color is #aca995


#aca995 Border Color

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

This div border color is #aca995


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aca995


Comments

No comments written yet.

Please login to write comment.