Color Hex Logo

#aca491 Color Hex

#ACA491
(172,164,145)
0 Favorites   0 Comments

Color spaces of #aca491

RGB 172164145
HSL0.120.140.62
HSV42°16°67°
CMYK 0.000.050.16   0.33
XYZ35.399637.365932.1346
Yxy37.36590.33750.3562
Hunter Lab61.1277-3.602411.6208
CIE-Lab67.5506-0.391010.8947

#aca491 color RGB value is (172,164,145).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 10100100 10010001
Octal 254 244 221
Decimal 172 164 145
Hex AC A4 91

RGB Percentages of Color #aca491

%35.76
%34.10
%30.15

CMYK Percentages of Color #aca491

%0
%5
%16
%33

Triadic Colors of #aca491

#aca491 #91aca4 #a491ac

Analogous Colors of #aca491

#aca491 #a7ac91 #ac9791

Monochromatic Colors of #aca491

#aca491

Complementary Color

#aca491 #9199ac

#aca491 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aca491 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aca491 Color CSS Codes

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

#aca491 Text Font Color

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

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


#aca491 Background Color

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

This div background color is #aca491


#aca491 Border Color

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

This div border color is #aca491


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aca491

#aca491 Color Palettes


Comments

No comments written yet.

Please login to write comment.