Color Hex Logo

#aca68b Color Hex

#ACA68B
(172,166,139)
0 Favorites   0 Comments

Color spaces of #aca68b

RGB 172166139
HSL0.140.170.61
HSV49°19°67°
CMYK 0.000.030.19   0.33
XYZ35.309737.907229.8819
Yxy37.90720.34250.3677
Hunter Lab61.5688-5.375714.3223
CIE-Lab67.9522-2.426514.7742

#aca68b color RGB value is (172,166,139).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 10100110 10001011
Octal 254 246 213
Decimal 172 166 139
Hex AC A6 8B

RGB Percentages of Color #aca68b

%36.06
%34.80
%29.14

CMYK Percentages of Color #aca68b

%0
%3
%19
%33

Triadic Colors of #aca68b

#aca68b #8baca6 #a68bac

Analogous Colors of #aca68b

#aca68b #a2ac8b #ac968b

Monochromatic Colors of #aca68b

#aca68b

Complementary Color

#aca68b #8b91ac

#aca68b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aca68b Color Preview on White Background

Lorem ipsum dolor sit amet.

#aca68b Color CSS Codes

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

#aca68b Text Font Color

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

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


#aca68b Background Color

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

This div background color is #aca68b


#aca68b Border Color

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

This div border color is #aca68b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aca68b


Comments

No comments written yet.

Please login to write comment.