Color Hex Logo

#aca67f Color Hex

#ACA67F
(172,166,127)
0 Favorites   0 Comments

Color spaces of #aca67f

RGB 172166127
HSL0.140.210.59
HSV52°26°67°
CMYK 0.000.030.26   0.33
XYZ34.480237.575425.5141
Yxy37.57540.35340.3851
Hunter Lab61.2988-6.867718.2311
CIE-Lab67.7065-4.204621.0196

#aca67f color RGB value is (172,166,127).

#aca67f hex color red value is 172, green value is 166 and the blue value of its RGB is 127. Cylindrical-coordinate representations (also known as HSL) of color #aca67f hue: 0.14 , saturation: 0.21 and the lightness value of aca67f is 0.59.

The process color (four color CMYK) of #aca67f color hex is 0.00, 0.03, 0.26, 0.33. Web safe color of #aca67f is #999966. Color #aca67f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 10100110 01111111
Octal 254 246 177
Decimal 172 166 127
Hex AC A6 7F

RGB Percentages of Color #aca67f

%36.99
%35.70
%27.31

CMYK Percentages of Color #aca67f

%0
%3
%26
%33

Triadic Colors of #aca67f

#aca67f #7faca6 #a67fac

Analogous Colors of #aca67f

#aca67f #9cac7f #ac907f

Monochromatic Colors of #aca67f

#aca67f

Complementary Color

#aca67f #7f85ac

#aca67f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aca67f Color Preview on White Background

Lorem ipsum dolor sit amet.

#aca67f Color CSS Codes

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

#aca67f Text Font Color

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

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


#aca67f Background Color

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

This div background color is #aca67f


#aca67f Border Color

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

This div border color is #aca67f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aca67f


Comments

No comments written yet.

Please login to write comment.