Color Hex Logo

#aca991 Color Hex

#ACA991
(172,169,145)
0 Favorites   0 Comments

Color spaces of #aca991

RGB 172169145
HSL0.150.140.62
HSV53°16°67°
CMYK 0.000.020.16   0.33
XYZ36.312139.190932.4388
Yxy39.19090.33640.3631
Hunter Lab62.6026-6.017313.0996
CIE-Lab68.8893-3.096412.7839

#aca991 color RGB value is (172,169,145).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 10101001 10010001
Octal 254 251 221
Decimal 172 169 145
Hex AC A9 91

RGB Percentages of Color #aca991

%35.39
%34.77
%29.84

CMYK Percentages of Color #aca991

%0
%2
%16
%33

Triadic Colors of #aca991

#aca991 #91aca9 #a991ac

Analogous Colors of #aca991

#aca991 #a2ac91 #ac9c91

Monochromatic Colors of #aca991

#aca991

Complementary Color

#aca991 #9194ac

#aca991 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aca991 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aca991 Color CSS Codes

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

#aca991 Text Font Color

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

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


#aca991 Background Color

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

This div background color is #aca991


#aca991 Border Color

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

This div border color is #aca991


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aca991


Comments

No comments written yet.

Please login to write comment.