Color Hex Logo

#aca48f Color Hex

#ACA48F
(172,164,143)
0 Favorites   0 Comments

Color spaces of #aca48f

RGB 172164143
HSL0.120.150.62
HSV43°17°67°
CMYK 0.000.050.17   0.33
XYZ35.246637.304731.3294
Yxy37.30470.33930.3591
Hunter Lab61.0776-3.877112.3418
CIE-Lab67.5050-0.713411.9376

#aca48f color RGB value is (172,164,143).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 10100100 10001111
Octal 254 244 217
Decimal 172 164 143
Hex AC A4 8F

RGB Percentages of Color #aca48f

%35.91
%34.24
%29.85

CMYK Percentages of Color #aca48f

%0
%5
%17
%33

Triadic Colors of #aca48f

#aca48f #8faca4 #a48fac

Analogous Colors of #aca48f

#aca48f #a6ac8f #ac968f

Monochromatic Colors of #aca48f

#aca48f

Complementary Color

#aca48f #8f97ac

#aca48f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aca48f Color Preview on White Background

Lorem ipsum dolor sit amet.

#aca48f Color CSS Codes

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

#aca48f Text Font Color

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

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


#aca48f Background Color

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

This div background color is #aca48f


#aca48f Border Color

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

This div border color is #aca48f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aca48f


Comments

No comments written yet.

Please login to write comment.