COLOR #AB9E40

HEX: #AB9E40 RGB: (171,158,64)

Color info

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

RGB color model

#AB9E40 color RGB value is (171,158,64).

RGB: (171,158,64) (67%, 62%, 25%)

RGB channels and saturation

R 171 of 255 = 67%
G 158 of 255 = 62%
B 64 of 255 = 25%

171
158
64

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

Portions of RGB colors in percentages

R + G + B = 171 + 158 + 64 = 393 (100%)
R 171 of 393 ~ 43.51%
G 158 of 393 ~ 40.2%
B 64 of 393 ~ 16.28'%

%43.51
%40.2
%16.28

CMYK color model

#AB9E40 color CMYK value is (0,8,63,33).

  • cyan value is 0.00%
  • magenta value is 7.60%
  • yellow value is 62.57%
  • key color value is 32.94%

CMYK: (0,8,63,33)
C0M8Y63K33 (0%, 8%, 63%, 33%)
(0.00 / 0.08 / 0.63 / 0.33)

CMYK percentages

%0
%7.6
%62.57
%32.94

Codes

Color #AB9E40 in popluar color models

AB 9E 40
RGB 171 158 64
HSL 53° 45.53% 46.08%
HSB/HSV 53° 62.57% 67.06%
CMYK 0.00% 7.60% 62.57%
32.94%

Color #AB9E40 in popluar number systems.

HEX AB 9E 40
Decimal 171 158 64
Binary 10101011 10011110 1000000
Octal 253 236 100

Shades and tints

Shades of #AB9E40

#AB9E40
(171,158,64)
#9C903B
(156,144,59)
#8D8236
(141,130,54)
#7E7431
(126,116,49)
#6F662C
(111,102,44)
#605827
(96,88,39)
#514A22
(81,74,34)
#423C1D
(66,60,29)
#332E18
(51,46,24)
#242013
(36,32,19)
#15120E
(21,18,14)
#000000
(0,0,0)

Tints of #AB9E40

#AB9E40
(171,158,64)
#B2A651
(178,166,81)
#B9AE62
(185,174,98)
#C0B673
(192,182,115)
#C7BE84
(199,190,132)
#CEC695
(206,198,149)
#D5CEA6
(213,206,166)
#DCD6B7
(220,214,183)
#E3DEC8
(227,222,200)
#EAE6D9
(234,230,217)
#F1EEEA
(241,238,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AB9E40; }

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

This text font color is #AB9E40.

Background Color

.myBgColor { background-color: #AB9E40; }

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

This div background color is #AB9E40.

Border color

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

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

This div border color is #AB9E40.

Opacity

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

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

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

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

This text has shadow with #AB9E40 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AB9E40.

Preview

Color preview on black background

This text has color #AB9E40 on black background.


Color preview on white background

This text has color #AB9E40 on white background.


Black color preview on #AB9E40 background

This text has black color on #AB9E40 background.


White color preview on #AB9E40 background

This text has white color on #AB9E40 background.


Related colors

Complementary color

Complementary color for #hex is #5461BF.


I love getcolorcode.com

Triadic colors

1 #40AB9E and #9E40AB with #AB9E40 are triadic colors.

2 #409EAB and #9EAB40 with #AB9E40 are triadic colors.