Color Hex Logo

#aca471 Color Hex

#ACA471
(172,164,113)
0 Favorites   0 Comments

Color spaces of #aca471

RGB 172164113
HSL0.140.260.56
HSV52°34°67°
CMYK 0.000.050.34   0.33
XYZ33.269436.513820.9172
Yxy36.51380.36680.4026
Hunter Lab60.4266-7.469021.7749
CIE-Lab66.9107-4.998227.5480

#aca471 color RGB value is (172,164,113).

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

The process color (four color CMYK) of #aca471 color hex is 0.00, 0.05, 0.34, 0.33. Web safe color of #aca471 is #999966. Color #aca471 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 10100100 01110001
Octal 254 244 161
Decimal 172 164 113
Hex AC A4 71

RGB Percentages of Color #aca471

%38.31
%36.53
%25.17

CMYK Percentages of Color #aca471

%0
%5
%34
%33

Triadic Colors of #aca471

#aca471 #71aca4 #a471ac

Analogous Colors of #aca471

#aca471 #97ac71 #ac8771

Monochromatic Colors of #aca471

#aca471

Complementary Color

#aca471 #7179ac

#aca471 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aca471 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aca471 Color CSS Codes

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

#aca471 Text Font Color

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

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


#aca471 Background Color

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

This div background color is #aca471


#aca471 Border Color

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

This div border color is #aca471


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aca471


Comments

No comments written yet.

Please login to write comment.