Color Hex Logo

#aca98f Color Hex

#ACA98F
(172,169,143)
0 Favorites   0 Comments

Color spaces of #aca98f

RGB 172169143
HSL0.150.150.62
HSV54°17°67°
CMYK 0.000.020.17   0.33
XYZ36.159139.129831.6336
Yxy39.12980.33820.3660
Hunter Lab62.5538-6.287613.8046
CIE-Lab68.8452-3.416413.8223

#aca98f color RGB value is (172,169,143).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 10101001 10001111
Octal 254 251 217
Decimal 172 169 143
Hex AC A9 8F

RGB Percentages of Color #aca98f

%35.54
%34.92
%29.55

CMYK Percentages of Color #aca98f

%0
%2
%17
%33

Triadic Colors of #aca98f

#aca98f #8faca9 #a98fac

Analogous Colors of #aca98f

#aca98f #a1ac8f #ac9b8f

Monochromatic Colors of #aca98f

#aca98f

Complementary Color

#aca98f #8f92ac

#aca98f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aca98f Color Preview on White Background

Lorem ipsum dolor sit amet.

#aca98f Color CSS Codes

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

#aca98f Text Font Color

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

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


#aca98f Background Color

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

This div background color is #aca98f


#aca98f Border Color

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

This div border color is #aca98f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aca98f


Comments

No comments written yet.

Please login to write comment.