COLOR #ACB892

HEX: #ACB892 RGB: (172,184,146)

Color info

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

RGB color model

#ACB892 color RGB value is (172,184,146).

RGB: (172,184,146) (67%, 72%, 57%)

RGB channels and saturation

R 172 of 255 = 67%
G 184 of 255 = 72%
B 146 of 255 = 57%

172
184
146

R + G + B ~ 65%. #ACB892 is quite light color.

Portions of RGB colors in percentages

R + G + B = 172 + 184 + 146 = 502 (100%)
R 172 of 502 ~ 34.26%
G 184 of 502 ~ 36.65%
B 146 of 502 ~ 29.08'%

%34.26
%36.65
%29.08

CMYK color model

#ACB892 color CMYK value is (7,0,21,28).

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

CMYK: (7,0,21,28)
C7M0Y21K28 (7%, 0%, 21%, 28%)
(0.07 / 0.00 / 0.21 / 0.28)

CMYK percentages

%6.52
%0
%20.65
%27.84

Codes

Color #ACB892 in popluar color models

AC B8 92
RGB 172 184 146
HSL 79° 21.11% 64.71%
HSB/HSV 79° 20.65% 72.16%
CMYK 6.52% 0.00% 20.65%
27.84%

Color #ACB892 in popluar number systems.

HEX AC B8 92
Decimal 172 184 146
Binary 10101100 10111000 10010010
Octal 254 270 222

Shades and tints

Shades of #ACB892

#ACB892
(172,184,146)
#9DA885
(157,168,133)
#8E9878
(142,152,120)
#7F886B
(127,136,107)
#70785E
(112,120,94)
#616851
(97,104,81)
#525844
(82,88,68)
#434837
(67,72,55)
#34382A
(52,56,42)
#25281D
(37,40,29)
#161810
(22,24,16)
#000000
(0,0,0)

Tints of #ACB892

#ACB892
(172,184,146)
#B3BE9B
(179,190,155)
#BAC4A4
(186,196,164)
#C1CAAD
(193,202,173)
#C8D0B6
(200,208,182)
#CFD6BF
(207,214,191)
#D6DCC8
(214,220,200)
#DDE2D1
(221,226,209)
#E4E8DA
(228,232,218)
#EBEEE3
(235,238,227)
#F2F4EC
(242,244,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ACB892; }

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

This text font color is #ACB892.

Background Color

.myBgColor { background-color: #ACB892; }

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

This div background color is #ACB892.

Border color

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

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

This div border color is #ACB892.

Opacity

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

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

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

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

This text has shadow with #ACB892 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ACB892.

Preview

Color preview on black background

This text has color #ACB892 on black background.


Color preview on white background

This text has color #ACB892 on white background.


Black color preview on #ACB892 background

This text has black color on #ACB892 background.


White color preview on #ACB892 background

This text has white color on #ACB892 background.


Related colors

Complementary color

Complementary color for #hex is #53476D.


I love getcolorcode.com

Triadic colors

1 #92ACB8 and #B892AC with #ACB892 are triadic colors.

2 #92B8AC and #B8AC92 with #ACB892 are triadic colors.