COLOR #ACB291

HEX: #ACB291
RGB: (172,178,145)

Color info

#ACB291 contains red, green and blue colors in about the same proportion. Web safe color of #ACB291 is #999999 (or #999).

RGB color model

#ACB291 color RGB value is (172,178,145).

  • red value is 172;
  • green value is 178;
  • blue value is 145.
RGB:
(172,178,145)
(67%,70%,57%)

RGB channels and saturation

R 172 of 255 = 67%
G 178 of 255 = 70%
B 145 of 255 = 57%

172
178
145

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

Portions of RGB colors in percentages

R + G + B =
172 + 178 + 145 = 495 (100%)
R 172 of 495 ~ 34.75%
G 178 of 495 ~ 35.96%
B 145 of 495 ~ 29.29%

%34.75
%35.96
%29.29

CMYK color model

#ACB291 color CMYK value is (3,0,19,30).

  • cyan value is 3.37%
  • magenta value is 0.00%
  • yellow value is 18.54%
  • key color value is 30.20%
CMYK:
(3,0,19,30)
C3M0Y19K30 
(3%,0%,19%,30%)
(0.03/0.00/0.19/0.30)	

CMYK percentages

%3.37
%0
%18.54
%30.2

Codes

Color #ACB291 in popluar color models

ACB291
RGB172178145
HSL71°17.65%63.33%
HSB/HSV71°18.54%69.80%
CMYK3.37%0.00%18.54%
30.20%

Color #ACB291 in popluar number systems.

HEXACB291
Decimal172178145
Binary101011001011001010010001
Octal254262221

Shades and tints

Shades of #ACB291

#ACB291
(172,178,145)
#9DA284
(157,162,132)
#8E9277
(142,146,119)
#7F826A
(127,130,106)
#70725D
(112,114,93)
#616250
(97,98,80)
#525243
(82,82,67)
#434236
(67,66,54)
#343229
(52,50,41)
#25221C
(37,34,28)
#16120F
(22,18,15)
#000000
(0,0,0)

Tints of #ACB291

#ACB291
(172,178,145)
#B3B99B
(179,185,155)
#BAC0A5
(186,192,165)
#C1C7AF
(193,199,175)
#C8CEB9
(200,206,185)
#CFD5C3
(207,213,195)
#D6DCCD
(214,220,205)
#DDE3D7
(221,227,215)
#E4EAE1
(228,234,225)
#EBF1EB
(235,241,235)
#F2F8F5
(242,248,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ACB291 color. Also use rgb(172,178,145) instead hex code.

Text Font Color

.myTextColor { color: #ACB291; }

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

This text font color is #ACB291.


Background Color

.myBgColor { background-color: #ACB291; }

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

This div background color is #ACB291.


Border color

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

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

This div border color is #ACB291.


Opacity

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

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

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

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

This text has shadow with #ACB291 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ACB291 on black background.


Color preview on white background

This text has color #ACB291 on white background.



Black color preview on #ACB291 background

This text has black color on #ACB291 background.


White color preview on #ACB291 background

This text has white color on #ACB291 background.