Color Hex Logo

#acaa6f Color Hex

#ACAA6F
(172,170,111)
0 Favorites   0 Comments

Color spaces of #acaa6f

RGB 172170111
HSL0.160.270.55
HSV58°35°67°
CMYK 0.000.010.35   0.33
XYZ34.257238.667820.6970
Yxy38.66780.36590.4130
Hunter Lab62.1834-10.484423.7945
CIE-Lab68.5099-8.438130.7118

#acaa6f color RGB value is (172,170,111).

#acaa6f hex color red value is 172, green value is 170 and the blue value of its RGB is 111. Cylindrical-coordinate representations (also known as HSL) of color #acaa6f hue: 0.16 , saturation: 0.27 and the lightness value of acaa6f is 0.55.

The process color (four color CMYK) of #acaa6f color hex is 0.00, 0.01, 0.35, 0.33. Web safe color of #acaa6f is #999966. Color #acaa6f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 10101010 01101111
Octal 254 252 157
Decimal 172 170 111
Hex AC AA 6F

RGB Percentages of Color #acaa6f

%37.97
%37.53
%24.50

CMYK Percentages of Color #acaa6f

%0
%1
%35
%33

Triadic Colors of #acaa6f

#acaa6f #6facaa #aa6fac

Analogous Colors of #acaa6f

#acaa6f #90ac6f #ac8c6f

Monochromatic Colors of #acaa6f

#acaa6f

Complementary Color

#acaa6f #6f71ac

#acaa6f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acaa6f Color Preview on White Background

Lorem ipsum dolor sit amet.

#acaa6f Color CSS Codes

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

#acaa6f Text Font Color

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

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


#acaa6f Background Color

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

This div background color is #acaa6f


#acaa6f Border Color

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

This div border color is #acaa6f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acaa6f


Comments

No comments written yet.

Please login to write comment.