Color Hex Logo

#aca48b Color Hex

#ACA48B
(172,164,139)
0 Favorites   0 Comments

Color spaces of #aca48b

RGB 172164139
HSL0.130.170.61
HSV45°19°67°
CMYK 0.000.050.19   0.33
XYZ34.948937.185729.7616
Yxy37.18570.34300.3649
Hunter Lab60.9801-4.413213.7493
CIE-Lab67.4161-1.344414.0247

#aca48b color RGB value is (172,164,139).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 10100100 10001011
Octal 254 244 213
Decimal 172 164 139
Hex AC A4 8B

RGB Percentages of Color #aca48b

%36.21
%34.53
%29.26

CMYK Percentages of Color #aca48b

%0
%5
%19
%33

Triadic Colors of #aca48b

#aca48b #8baca4 #a48bac

Analogous Colors of #aca48b

#aca48b #a4ac8b #ac948b

Monochromatic Colors of #aca48b

#aca48b

Complementary Color

#aca48b #8b93ac

#aca48b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aca48b Color Preview on White Background

Lorem ipsum dolor sit amet.

#aca48b Color CSS Codes

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

#aca48b Text Font Color

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

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


#aca48b Background Color

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

This div background color is #aca48b


#aca48b Border Color

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

This div border color is #aca48b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aca48b


Comments

No comments written yet.

Please login to write comment.