COLOR #ACB690

HEX: #ACB690
RGB: (172,182,144)

Color info

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

RGB color model

#ACB690 color RGB value is (172,182,144).

  • red value is 172;
  • green value is 182;
  • blue value is 144.
RGB:
(172,182,144)
(67%,71%,56%)

RGB channels and saturation

R 172 of 255 = 67%
G 182 of 255 = 71%
B 144 of 255 = 56%

172
182
144

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

Portions of RGB colors in percentages

R + G + B =
172 + 182 + 144 = 498 (100%)
R 172 of 498 ~ 34.54%
G 182 of 498 ~ 36.55%
B 144 of 498 ~ 28.92%

%34.54
%36.55
%28.92

CMYK color model

#ACB690 color CMYK value is (5,0,21,29).

  • cyan value is 5.49%
  • magenta value is 0.00%
  • yellow value is 20.88%
  • key color value is 28.63%
CMYK:
(5,0,21,29)
C5M0Y21K29 
(5%,0%,21%,29%)
(0.05/0.00/0.21/0.29)	

CMYK percentages

%5.49
%0
%20.88
%28.63

Codes

Color #ACB690 in popluar color models

ACB690
RGB172182144
HSL76°20.65%63.92%
HSB/HSV76°20.88%71.37%
CMYK5.49%0.00%20.88%
28.63%

Color #ACB690 in popluar number systems.

HEXACB690
Decimal172182144
Binary101011001011011010010000
Octal254266220

Shades and tints

Shades of #ACB690

#ACB690
(172,182,144)
#9DA683
(157,166,131)
#8E9676
(142,150,118)
#7F8669
(127,134,105)
#70765C
(112,118,92)
#61664F
(97,102,79)
#525642
(82,86,66)
#434635
(67,70,53)
#343628
(52,54,40)
#25261B
(37,38,27)
#16160E
(22,22,14)
#000000
(0,0,0)

Tints of #ACB690

#ACB690
(172,182,144)
#B3BC9A
(179,188,154)
#BAC2A4
(186,194,164)
#C1C8AE
(193,200,174)
#C8CEB8
(200,206,184)
#CFD4C2
(207,212,194)
#D6DACC
(214,218,204)
#DDE0D6
(221,224,214)
#E4E6E0
(228,230,224)
#EBECEA
(235,236,234)
#F2F2F4
(242,242,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ACB690 color. Also use rgb(172,182,144) instead hex code.

Text Font Color

.myTextColor { color: #ACB690; }

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

This text font color is #ACB690.


Background Color

.myBgColor { background-color: #ACB690; }

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

This div background color is #ACB690.


Border color

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

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

This div border color is #ACB690.


Opacity

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

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

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

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

This text has shadow with #ACB690 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ACB690 on black background.


Color preview on white background

This text has color #ACB690 on white background.



Black color preview on #ACB690 background

This text has black color on #ACB690 background.


White color preview on #ACB690 background

This text has white color on #ACB690 background.