Color Hex Logo

#aca38b Color Hex

#ACA38B
(172,163,139)
0 Favorites   0 Comments

Color spaces of #aca38b

RGB 172163139
HSL0.120.170.61
HSV44°19°67°
CMYK 0.000.050.19   0.33
XYZ34.770736.829129.7022
Yxy36.82910.34320.3636
Hunter Lab60.6870-3.930413.4624
CIE-Lab67.1486-0.801313.6499

#aca38b color RGB value is (172,163,139).

#aca38b hex color red value is 172, green value is 163 and the blue value of its RGB is 139. Cylindrical-coordinate representations (also known as HSL) of color #aca38b hue: 0.12 , saturation: 0.17 and the lightness value of aca38b is 0.61.

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 10100011 10001011
Octal 254 243 213
Decimal 172 163 139
Hex AC A3 8B

RGB Percentages of Color #aca38b

%36.29
%34.39
%29.32

CMYK Percentages of Color #aca38b

%0
%5
%19
%33

Triadic Colors of #aca38b

#aca38b #8baca3 #a38bac

Analogous Colors of #aca38b

#aca38b #a5ac8b #ac938b

Monochromatic Colors of #aca38b

#aca38b

Complementary Color

#aca38b #8b94ac

#aca38b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aca38b Color Preview on White Background

Lorem ipsum dolor sit amet.

#aca38b Color CSS Codes

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

#aca38b Text Font Color

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

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


#aca38b Background Color

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

This div background color is #aca38b


#aca38b Border Color

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

This div border color is #aca38b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aca38b

#aca38b Color Palettes


Comments

No comments written yet.

Please login to write comment.