COLOR #ACAB40

HEX: #ACAB40
RGB: (172,171,64)

Color info

#ACAB40 contains mainly red and green colors. Web safe color of #ACAB40 is #999933 (or #993).

RGB color model

#ACAB40 color RGB value is (172,171,64).

  • red value is 172;
  • green value is 171;
  • blue value is 64.
RGB:
(172,171,64)
(67%,67%,25%)

RGB channels and saturation

R 172 of 255 = 67%
G 171 of 255 = 67%
B 64 of 255 = 25%

172
171
64

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

Portions of RGB colors in percentages

R + G + B =
172 + 171 + 64 = 407 (100%)
R 172 of 407 ~ 42.26%
G 171 of 407 ~ 42.01%
B 64 of 407 ~ 15.72%

%42.26
%42.01
%15.72

CMYK color model

#ACAB40 color CMYK value is (0,1,63,33).

  • cyan value is 0.00%
  • magenta value is 0.58%
  • yellow value is 62.79%
  • key color value is 32.55%
CMYK:
(0,1,63,33)
C0M1Y63K33 
(0%,1%,63%,33%)
(0.00/0.01/0.63/0.33)	

CMYK percentages

%0
%0.58
%62.79
%32.55

Codes

Color #ACAB40 in popluar color models

ACAB40
RGB17217164
HSL59°45.76%46.27%
HSB/HSV59°62.79%67.45%
CMYK0.00%0.58%62.79%
32.55%

Color #ACAB40 in popluar number systems.

HEXACAB40
Decimal17217164
Binary10101100101010111000000
Octal254253100

Shades and tints

Shades of #ACAB40

#ACAB40
(172,171,64)
#9D9C3B
(157,156,59)
#8E8D36
(142,141,54)
#7F7E31
(127,126,49)
#706F2C
(112,111,44)
#616027
(97,96,39)
#525122
(82,81,34)
#43421D
(67,66,29)
#343318
(52,51,24)
#252413
(37,36,19)
#16150E
(22,21,14)
#000000
(0,0,0)

Tints of #ACAB40

#ACAB40
(172,171,64)
#B3B251
(179,178,81)
#BAB962
(186,185,98)
#C1C073
(193,192,115)
#C8C784
(200,199,132)
#CFCE95
(207,206,149)
#D6D5A6
(214,213,166)
#DDDCB7
(221,220,183)
#E4E3C8
(228,227,200)
#EBEAD9
(235,234,217)
#F2F1EA
(242,241,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ACAB40 color. Also use rgb(172,171,64) instead hex code.

Text Font Color

.myTextColor { color: #ACAB40; }

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

This text font color is #ACAB40.


Background Color

.myBgColor { background-color: #ACAB40; }

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

This div background color is #ACAB40.


Border color

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

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

This div border color is #ACAB40.


Opacity

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

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

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

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

This text has shadow with #ACAB40 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ACAB40 on black background.


Color preview on white background

This text has color #ACAB40 on white background.



Black color preview on #ACAB40 background

This text has black color on #ACAB40 background.


White color preview on #ACAB40 background

This text has white color on #ACAB40 background.