COLOR #ACB482

HEX: #ACB482 RGB: (172,180,130)

Color info

#ACB482 contains red, green and blue colors in about the same proportion. Web safe color of #ACB482 is #99CC99 (or #9C9).

RGB color model

#ACB482 color RGB value is (172,180,130).

RGB: (172,180,130) (67%, 71%, 51%)

RGB channels and saturation

R 172 of 255 = 67%
G 180 of 255 = 71%
B 130 of 255 = 51%

172
180
130

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

Portions of RGB colors in percentages

R + G + B = 172 + 180 + 130 = 482 (100%)
R 172 of 482 ~ 35.68%
G 180 of 482 ~ 37.34%
B 130 of 482 ~ 26.97'%

%35.68
%37.34
%26.97

CMYK color model

#ACB482 color CMYK value is (4,0,28,29).

  • cyan value is 4.44%
  • magenta value is 0.00%
  • yellow value is 27.78%
  • key color value is 29.41%

CMYK: (4,0,28,29)
C4M0Y28K29 (4%, 0%, 28%, 29%)
(0.04 / 0.00 / 0.28 / 0.29)

CMYK percentages

%4.44
%0
%27.78
%29.41

Codes

Color #ACB482 in popluar color models

AC B4 82
RGB 172 180 130
HSL 70° 25.00% 60.78%
HSB/HSV 70° 27.78% 70.59%
CMYK 4.44% 0.00% 27.78%
29.41%

Color #ACB482 in popluar number systems.

HEX AC B4 82
Decimal 172 180 130
Binary 10101100 10110100 10000010
Octal 254 264 202

Shades and tints

Shades of #ACB482

#ACB482
(172,180,130)
#9DA477
(157,164,119)
#8E946C
(142,148,108)
#7F8461
(127,132,97)
#707456
(112,116,86)
#61644B
(97,100,75)
#525440
(82,84,64)
#434435
(67,68,53)
#34342A
(52,52,42)
#25241F
(37,36,31)
#161414
(22,20,20)
#000000
(0,0,0)

Tints of #ACB482

#ACB482
(172,180,130)
#B3BA8D
(179,186,141)
#BAC098
(186,192,152)
#C1C6A3
(193,198,163)
#C8CCAE
(200,204,174)
#CFD2B9
(207,210,185)
#D6D8C4
(214,216,196)
#DDDECF
(221,222,207)
#E4E4DA
(228,228,218)
#EBEAE5
(235,234,229)
#F2F0F0
(242,240,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ACB482; }

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

This text font color is #ACB482.

Background Color

.myBgColor { background-color: #ACB482; }

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

This div background color is #ACB482.

Border color

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

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

This div border color is #ACB482.

Opacity

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

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

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

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

This text has shadow with #ACB482 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ACB482.

Preview

Color preview on black background

This text has color #ACB482 on black background.


Color preview on white background

This text has color #ACB482 on white background.


Black color preview on #ACB482 background

This text has black color on #ACB482 background.


White color preview on #ACB482 background

This text has white color on #ACB482 background.


Related colors

Complementary color

Complementary color for #hex is #534B7D.


I love getcolorcode.com

Triadic colors

1 #82ACB4 and #B482AC with #ACB482 are triadic colors.

2 #82B4AC and #B4AC82 with #ACB482 are triadic colors.