COLOR #ACB585

HEX: #ACB585 RGB: (172,181,133)

Color info

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

RGB color model

#ACB585 color RGB value is (172,181,133).

RGB: (172,181,133) (67%, 71%, 52%)

RGB channels and saturation

R 172 of 255 = 67%
G 181 of 255 = 71%
B 133 of 255 = 52%

172
181
133

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

Portions of RGB colors in percentages

R + G + B = 172 + 181 + 133 = 486 (100%)
R 172 of 486 ~ 35.39%
G 181 of 486 ~ 37.24%
B 133 of 486 ~ 27.37'%

%35.39
%37.24
%27.37

CMYK color model

#ACB585 color CMYK value is (5,0,27,29).

  • cyan value is 4.97%
  • magenta value is 0.00%
  • yellow value is 26.52%
  • key color value is 29.02%

CMYK: (5,0,27,29)
C5M0Y27K29 (5%, 0%, 27%, 29%)
(0.05 / 0.00 / 0.27 / 0.29)

CMYK percentages

%4.97
%0
%26.52
%29.02

Codes

Color #ACB585 in popluar color models

AC B5 85
RGB 172 181 133
HSL 71° 24.49% 61.57%
HSB/HSV 71° 26.52% 70.98%
CMYK 4.97% 0.00% 26.52%
29.02%

Color #ACB585 in popluar number systems.

HEX AC B5 85
Decimal 172 181 133
Binary 10101100 10110101 10000101
Octal 254 265 205

Shades and tints

Shades of #ACB585

#ACB585
(172,181,133)
#9DA579
(157,165,121)
#8E956D
(142,149,109)
#7F8561
(127,133,97)
#707555
(112,117,85)
#616549
(97,101,73)
#52553D
(82,85,61)
#434531
(67,69,49)
#343525
(52,53,37)
#252519
(37,37,25)
#16150D
(22,21,13)
#000000
(0,0,0)

Tints of #ACB585

#ACB585
(172,181,133)
#B3BB90
(179,187,144)
#BAC19B
(186,193,155)
#C1C7A6
(193,199,166)
#C8CDB1
(200,205,177)
#CFD3BC
(207,211,188)
#D6D9C7
(214,217,199)
#DDDFD2
(221,223,210)
#E4E5DD
(228,229,221)
#EBEBE8
(235,235,232)
#F2F1F3
(242,241,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ACB585; }

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

This text font color is #ACB585.

Background Color

.myBgColor { background-color: #ACB585; }

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

This div background color is #ACB585.

Border color

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

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

This div border color is #ACB585.

Opacity

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

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

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

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

This text has shadow with #ACB585 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ACB585.

Preview

Color preview on black background

This text has color #ACB585 on black background.


Color preview on white background

This text has color #ACB585 on white background.


Black color preview on #ACB585 background

This text has black color on #ACB585 background.


White color preview on #ACB585 background

This text has white color on #ACB585 background.


Related colors

Complementary color

Complementary color for #hex is #534A7A.


I love getcolorcode.com

Triadic colors

1 #85ACB5 and #B585AC with #ACB585 are triadic colors.

2 #85B5AC and #B5AC85 with #ACB585 are triadic colors.