COLOR #ACB182

HEX: #ACB182 RGB: (172,177,130)

Color info

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

RGB color model

#ACB182 color RGB value is (172,177,130).

RGB: (172,177,130) (67%, 69%, 51%)

RGB channels and saturation

R 172 of 255 = 67%
G 177 of 255 = 69%
B 130 of 255 = 51%

172
177
130

R + G + B ~ 62%. #ACB182 is quite light color.

Portions of RGB colors in percentages

R + G + B = 172 + 177 + 130 = 479 (100%)
R 172 of 479 ~ 35.91%
G 177 of 479 ~ 36.95%
B 130 of 479 ~ 27.14'%

%35.91
%36.95
%27.14

CMYK color model

#ACB182 color CMYK value is (3,0,27,31).

  • cyan value is 2.82%
  • magenta value is 0.00%
  • yellow value is 26.55%
  • key color value is 30.59%
CMYK: (3,0,27,31) C3M0Y27K31 (3%,0%,27%,31%) (0.03/0.00/0.27/0.31) 

CMYK percentages

%2.82
%0
%26.55
%30.59

Codes

Color #ACB182 in popluar color models

AC B1 82
RGB 172 177 130
HSL 66° 23.15% 60.20%
HSB/HSV 66° 26.55% 69.41%
CMYK 2.82% 0.00% 26.55%
30.59%

Color #ACB182 in popluar number systems.

HEX AC B1 82
Decimal 172 177 130
Binary 10101100 10110001 10000010
Octal 254 261 202

Shades and tints

Shades of #ACB182

#ACB182
(172,177,130)
#9DA177
(157,161,119)
#8E916C
(142,145,108)
#7F8161
(127,129,97)
#707156
(112,113,86)
#61614B
(97,97,75)
#525140
(82,81,64)
#434135
(67,65,53)
#34312A
(52,49,42)
#25211F
(37,33,31)
#161114
(22,17,20)
#000000
(0,0,0)

Tints of #ACB182

#ACB182
(172,177,130)
#B3B88D
(179,184,141)
#BABF98
(186,191,152)
#C1C6A3
(193,198,163)
#C8CDAE
(200,205,174)
#CFD4B9
(207,212,185)
#D6DBC4
(214,219,196)
#DDE2CF
(221,226,207)
#E4E9DA
(228,233,218)
#EBF0E5
(235,240,229)
#F2F7F0
(242,247,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ACB182; }

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

This text font color is #ACB182.

Background Color

.myBgColor { background-color: #ACB182; }

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

This div background color is #ACB182.

Border color

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

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

This div border color is #ACB182.

Opacity

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

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

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

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

This text has shadow with #ACB182 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ACB182.

Preview

Color preview on black background

This text has color #ACB182 on black background.


Color preview on white background

This text has color #ACB182 on white background.


Black color preview on #ACB182 background

This text has black color on #ACB182 background.


White color preview on #ACB182 background

This text has white color on #ACB182 background.


Related colors

Complementary color

Complementary color for #hex is #534E7D.


I love getcolorcode.com

Triadic colors

1 #82ACB1 and #B182AC with #ACB182 are triadic colors.

2 #82B1AC and #B1AC82 with #ACB182 are triadic colors.