COLOR #ACB25A

HEX: #ACB25A
RGB: (172,178,90)

Color info

#ACB25A contains mainly red and green colors. Web safe color of #ACB25A is #999966 (or #996).

RGB color model

#ACB25A color RGB value is (172,178,90).

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

RGB channels and saturation

R 172 of 255 = 67%
G 178 of 255 = 70%
B 90 of 255 = 35%

172
178
90

R + G + B ~ 57%. #ACB25A is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
172 + 178 + 90 = 440 (100%)
R 172 of 440 ~ 39.09%
G 178 of 440 ~ 40.45%
B 90 of 440 ~ 20.45%

%39.09
%40.45
%20.45

CMYK color model

#ACB25A color CMYK value is (3,0,49,30).

  • cyan value is 3.37%
  • magenta value is 0.00%
  • yellow value is 49.44%
  • key color value is 30.20%
CMYK:
(3,0,49,30)
C3M0Y49K30 
(3%,0%,49%,30%)
(0.03/0.00/0.49/0.30)	

CMYK percentages

%3.37
%0
%49.44
%30.2

Codes

Color #ACB25A in popluar color models

ACB25A
RGB17217890
HSL64°36.36%52.55%
HSB/HSV64°49.44%69.80%
CMYK3.37%0.00%49.44%
30.20%

Color #ACB25A in popluar number systems.

HEXACB25A
Decimal17217890
Binary10101100101100101011010
Octal254262132

Shades and tints

Shades of #ACB25A

#ACB25A
(172,178,90)
#9DA252
(157,162,82)
#8E924A
(142,146,74)
#7F8242
(127,130,66)
#70723A
(112,114,58)
#616232
(97,98,50)
#52522A
(82,82,42)
#434222
(67,66,34)
#34321A
(52,50,26)
#252212
(37,34,18)
#16120A
(22,18,10)
#000000
(0,0,0)

Tints of #ACB25A

#ACB25A
(172,178,90)
#B3B969
(179,185,105)
#BAC078
(186,192,120)
#C1C787
(193,199,135)
#C8CE96
(200,206,150)
#CFD5A5
(207,213,165)
#D6DCB4
(214,220,180)
#DDE3C3
(221,227,195)
#E4EAD2
(228,234,210)
#EBF1E1
(235,241,225)
#F2F8F0
(242,248,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ACB25A; }

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

This text font color is #ACB25A.


Background Color

.myBgColor { background-color: #ACB25A; }

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

This div background color is #ACB25A.


Border color

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

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

This div border color is #ACB25A.


Opacity

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

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

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

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

This text has shadow with #ACB25A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ACB25A on black background.


Color preview on white background

This text has color #ACB25A on white background.



Black color preview on #ACB25A background

This text has black color on #ACB25A background.


White color preview on #ACB25A background

This text has white color on #ACB25A background.