COLOR #ACB899

HEX: #ACB899 RGB: (172,184,153)

Color info

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

RGB color model

#ACB899 color RGB value is (172,184,153).

RGB: (172,184,153) (67%, 72%, 60%)

RGB channels and saturation

R 172 of 255 = 67%
G 184 of 255 = 72%
B 153 of 255 = 60%

172
184
153

R + G + B ~ 66%. #ACB899 is quite light color.

Portions of RGB colors in percentages

R + G + B = 172 + 184 + 153 = 509 (100%)
R 172 of 509 ~ 33.79%
G 184 of 509 ~ 36.15%
B 153 of 509 ~ 30.06'%

%33.79
%36.15
%30.06

CMYK color model

#ACB899 color CMYK value is (7,0,17,28).

  • cyan value is 6.52%
  • magenta value is 0.00%
  • yellow value is 16.85%
  • key color value is 27.84%

CMYK: (7,0,17,28)
C7M0Y17K28 (7%, 0%, 17%, 28%)
(0.07 / 0.00 / 0.17 / 0.28)

CMYK percentages

%6.52
%0
%16.85
%27.84

Codes

Color #ACB899 in popluar color models

AC B8 99
RGB 172 184 153
HSL 83° 17.92% 66.08%
HSB/HSV 83° 16.85% 72.16%
CMYK 6.52% 0.00% 16.85%
27.84%

Color #ACB899 in popluar number systems.

HEX AC B8 99
Decimal 172 184 153
Binary 10101100 10111000 10011001
Octal 254 270 231

Shades and tints

Shades of #ACB899

#ACB899
(172,184,153)
#9DA88C
(157,168,140)
#8E987F
(142,152,127)
#7F8872
(127,136,114)
#707865
(112,120,101)
#616858
(97,104,88)
#52584B
(82,88,75)
#43483E
(67,72,62)
#343831
(52,56,49)
#252824
(37,40,36)
#161817
(22,24,23)
#000000
(0,0,0)

Tints of #ACB899

#ACB899
(172,184,153)
#B3BEA2
(179,190,162)
#BAC4AB
(186,196,171)
#C1CAB4
(193,202,180)
#C8D0BD
(200,208,189)
#CFD6C6
(207,214,198)
#D6DCCF
(214,220,207)
#DDE2D8
(221,226,216)
#E4E8E1
(228,232,225)
#EBEEEA
(235,238,234)
#F2F4F3
(242,244,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ACB899 color. Also use rgb(172,184,153) instead hex code.

Text Font Color

.myTextColor { color: #ACB899; }

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

This text font color is #ACB899.

Background Color

.myBgColor { background-color: #ACB899; }

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

This div background color is #ACB899.

Border color

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

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

This div border color is #ACB899.

Opacity

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

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

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

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

This text has shadow with #ACB899 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ACB899.

Preview

Color preview on black background

This text has color #ACB899 on black background.


Color preview on white background

This text has color #ACB899 on white background.


Black color preview on #ACB899 background

This text has black color on #ACB899 background.


White color preview on #ACB899 background

This text has white color on #ACB899 background.


Related colors

Complementary color

Complementary color for #hex is #534766.


I love getcolorcode.com

Triadic colors

1 #99ACB8 and #B899AC with #ACB899 are triadic colors.

2 #99B8AC and #B8AC99 with #ACB899 are triadic colors.