COLOR #ACB985

HEX: #ACB985 RGB: (172,185,133)

Color info

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

RGB color model

#ACB985 color RGB value is (172,185,133).

RGB: (172,185,133) (67%, 73%, 52%)

RGB channels and saturation

R 172 of 255 = 67%
G 185 of 255 = 73%
B 133 of 255 = 52%

172
185
133

R + G + B ~ 64%. #ACB985 is quite light color.

Portions of RGB colors in percentages

R + G + B = 172 + 185 + 133 = 490 (100%)
R 172 of 490 ~ 35.1%
G 185 of 490 ~ 37.76%
B 133 of 490 ~ 27.14'%

%35.1
%37.76
%27.14

CMYK color model

#ACB985 color CMYK value is (7,0,28,27).

  • cyan value is 7.03%
  • magenta value is 0.00%
  • yellow value is 28.11%
  • key color value is 27.45%
CMYK: (7,0,28,27) C7M0Y28K27 (7%,0%,28%,27%) (0.07/0.00/0.28/0.27) 

CMYK percentages

%7.03
%0
%28.11
%27.45

Codes

Color #ACB985 in popluar color models

AC B9 85
RGB 172 185 133
HSL 75° 27.08% 62.35%
HSB/HSV 75° 28.11% 72.55%
CMYK 7.03% 0.00% 28.11%
27.45%

Color #ACB985 in popluar number systems.

HEX AC B9 85
Decimal 172 185 133
Binary 10101100 10111001 10000101
Octal 254 271 205

Shades and tints

Shades of #ACB985

#ACB985
(172,185,133)
#9DA979
(157,169,121)
#8E996D
(142,153,109)
#7F8961
(127,137,97)
#707955
(112,121,85)
#616949
(97,105,73)
#52593D
(82,89,61)
#434931
(67,73,49)
#343925
(52,57,37)
#252919
(37,41,25)
#16190D
(22,25,13)
#000000
(0,0,0)

Tints of #ACB985

#ACB985
(172,185,133)
#B3BF90
(179,191,144)
#BAC59B
(186,197,155)
#C1CBA6
(193,203,166)
#C8D1B1
(200,209,177)
#CFD7BC
(207,215,188)
#D6DDC7
(214,221,199)
#DDE3D2
(221,227,210)
#E4E9DD
(228,233,221)
#EBEFE8
(235,239,232)
#F2F5F3
(242,245,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ACB985 color. Also use rgb(172,185,133) instead hex code.

Text Font Color

.myTextColor { color: #ACB985; }

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

This text font color is #ACB985.

Background Color

.myBgColor { background-color: #ACB985; }

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

This div background color is #ACB985.

Border color

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

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

This div border color is #ACB985.

Opacity

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

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

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

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

This text has shadow with #ACB985 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ACB985.

Preview

Color preview on black background

This text has color #ACB985 on black background.


Color preview on white background

This text has color #ACB985 on white background.


Black color preview on #ACB985 background

This text has black color on #ACB985 background.


White color preview on #ACB985 background

This text has white color on #ACB985 background.


Related colors

Complementary color

Complementary color for #hex is #53467A.


I love getcolorcode.com

Triadic colors

1 #85ACB9 and #B985AC with #ACB985 are triadic colors.

2 #85B9AC and #B9AC85 with #ACB985 are triadic colors.