COLOR #ACB166

HEX: #ACB166 RGB: (172,177,102)

Color info

#ACB166 contains mainly red and green colors. Web safe color of #ACB166 is #999966 (or #996).

RGB color model

#ACB166 color RGB value is (172,177,102).

RGB: (172,177,102) (67%, 69%, 40%)

RGB channels and saturation

R 172 of 255 = 67%
G 177 of 255 = 69%
B 102 of 255 = 40%

172
177
102

R + G + B ~ 59%. #ACB166 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 172 + 177 + 102 = 451 (100%)
R 172 of 451 ~ 38.14%
G 177 of 451 ~ 39.25%
B 102 of 451 ~ 22.62'%

%38.14
%39.25
%22.62

CMYK color model

#ACB166 color CMYK value is (3,0,42,31).

  • cyan value is 2.82%
  • magenta value is 0.00%
  • yellow value is 42.37%
  • key color value is 30.59%

CMYK: (3,0,42,31)
C3M0Y42K31 (3%, 0%, 42%, 31%)
(0.03 / 0.00 / 0.42 / 0.31)

CMYK percentages

%2.82
%0
%42.37
%30.59

Codes

Color #ACB166 in popluar color models

AC B1 66
RGB 172 177 102
HSL 64° 32.47% 54.71%
HSB/HSV 64° 42.37% 69.41%
CMYK 2.82% 0.00% 42.37%
30.59%

Color #ACB166 in popluar number systems.

HEX AC B1 66
Decimal 172 177 102
Binary 10101100 10110001 1100110
Octal 254 261 146

Shades and tints

Shades of #ACB166

#ACB166
(172,177,102)
#9DA15D
(157,161,93)
#8E9154
(142,145,84)
#7F814B
(127,129,75)
#707142
(112,113,66)
#616139
(97,97,57)
#525130
(82,81,48)
#434127
(67,65,39)
#34311E
(52,49,30)
#252115
(37,33,21)
#16110C
(22,17,12)
#000000
(0,0,0)

Tints of #ACB166

#ACB166
(172,177,102)
#B3B873
(179,184,115)
#BABF80
(186,191,128)
#C1C68D
(193,198,141)
#C8CD9A
(200,205,154)
#CFD4A7
(207,212,167)
#D6DBB4
(214,219,180)
#DDE2C1
(221,226,193)
#E4E9CE
(228,233,206)
#EBF0DB
(235,240,219)
#F2F7E8
(242,247,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ACB166 color. Also use rgb(172,177,102) instead hex code.

Text Font Color

.myTextColor { color: #ACB166; }

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

This text font color is #ACB166.

Background Color

.myBgColor { background-color: #ACB166; }

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

This div background color is #ACB166.

Border color

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

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

This div border color is #ACB166.

Opacity

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

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

Text with #ACB166 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 #ACB166;}

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

This text has shadow with #ACB166 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ACB166.

Preview

Color preview on black background

This text has color #ACB166 on black background.


Color preview on white background

This text has color #ACB166 on white background.


Black color preview on #ACB166 background

This text has black color on #ACB166 background.


White color preview on #ACB166 background

This text has white color on #ACB166 background.


Related colors

Complementary color

Complementary color for #hex is #534E99.


I love getcolorcode.com

Triadic colors

1 #66ACB1 and #B166AC with #ACB166 are triadic colors.

2 #66B1AC and #B1AC66 with #ACB166 are triadic colors.