COLOR #ACA68E

HEX: #ACA68E
RGB: (172,166,142)

Color info

#ACA68E contains red, green and blue colors in about the same proportion. Web safe color of #ACA68E is #999999 (or #999).

RGB color model

#ACA68E color RGB value is (172,166,142).

  • red value is 172;
  • green value is 166;
  • blue value is 142.
RGB:
(172,166,142)
(67%,65%,56%)

RGB channels and saturation

R 172 of 255 = 67%
G 166 of 255 = 65%
B 142 of 255 = 56%

172
166
142

R + G + B ~ 63%. #ACA68E is quite light color.

Portions of RGB colors in percentages

R + G + B =
172 + 166 + 142 = 480 (100%)
R 172 of 480 ~ 35.83%
G 166 of 480 ~ 34.58%
B 142 of 480 ~ 29.58%

%35.83
%34.58
%29.58

CMYK color model

#ACA68E color CMYK value is (0,3,17,33).

  • cyan value is 0.00%
  • magenta value is 3.49%
  • yellow value is 17.44%
  • key color value is 32.55%
CMYK:
(0,3,17,33)
C0M3Y17K33 
(0%,3%,17%,33%)
(0.00/0.03/0.17/0.33)	

CMYK percentages

%0
%3.49
%17.44
%32.55

Codes

Color #ACA68E in popluar color models

ACA68E
RGB172166142
HSL48°15.31%61.57%
HSB/HSV48°17.44%67.45%
CMYK0.00%3.49%17.44%
32.55%

Color #ACA68E in popluar number systems.

HEXACA68E
Decimal172166142
Binary101011001010011010001110
Octal254246216

Shades and tints

Shades of #ACA68E

#ACA68E
(172,166,142)
#9D9782
(157,151,130)
#8E8876
(142,136,118)
#7F796A
(127,121,106)
#706A5E
(112,106,94)
#615B52
(97,91,82)
#524C46
(82,76,70)
#433D3A
(67,61,58)
#342E2E
(52,46,46)
#251F22
(37,31,34)
#161016
(22,16,22)
#000000
(0,0,0)

Tints of #ACA68E

#ACA68E
(172,166,142)
#B3AE98
(179,174,152)
#BAB6A2
(186,182,162)
#C1BEAC
(193,190,172)
#C8C6B6
(200,198,182)
#CFCEC0
(207,206,192)
#D6D6CA
(214,214,202)
#DDDED4
(221,222,212)
#E4E6DE
(228,230,222)
#EBEEE8
(235,238,232)
#F2F6F2
(242,246,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ACA68E color. Also use rgb(172,166,142) instead hex code.

Text Font Color

.myTextColor { color: #ACA68E; }

<p style="color:#ACA68E">This sample text font color is #ACA68E.</p>

This text font color is #ACA68E.


Background Color

.myBgColor { background-color: #ACA68E; }

<div style="background-color:#ACA68E">Inner text</div>

This div background color is #ACA68E.


Border color

.myBorderColor { border: 1px solid #ACA68E; }

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

This div border color is #ACA68E.


Opacity

.myOpacity80 { color: #ACA68E; opacity: 0.8; }

<p style="color:#ACA68E;opacity:0.8;">80%</p>

Text with #ACA68E color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #ACA68E;}

<p style="text-shadow: 3px 3px 1px #ACA68E">Text here.</p>

This text has shadow with #ACA68E color.

.textShadow {text-shadow: 3px 3px 1px #ACA68E, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #ACA68E, 5px 5px 20px red">Text here.</p>

This text has shadow with #ACA68E primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#ACA68E, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#ACA68E, Direction=45, Strength=4)">Text</p>

This text has shadow with #ACA68E and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #ACA68E;
  -webkit-box-shadow:	1px 1px 3px 2px #ACA68E;
  box-shadow:		1px 1px 3px 2px #ACA68E;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #ACA68E;
-webkit-box-shadow: 1px 1px 3px 2px #ACA68E;
box-shadow:1px 1px 3px 2px #ACA68E;">
Div content here</div>
This div box has shadow with color #ACA68E.

Preview

Color preview on black background

This text has color #ACA68E on black background.


Color preview on white background

This text has color #ACA68E on white background.



Black color preview on #ACA68E background

This text has black color on #ACA68E background.


White color preview on #ACA68E background

This text has white color on #ACA68E background.