COLOR #A8B13E

HEX: #A8B13E RGB: (168,177,62)

Color info

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

RGB color model

#A8B13E color RGB value is (168,177,62).

RGB: (168,177,62) (66%, 69%, 24%)

RGB channels and saturation

R 168 of 255 = 66%
G 177 of 255 = 69%
B 62 of 255 = 24%

168
177
62

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

Portions of RGB colors in percentages

R + G + B = 168 + 177 + 62 = 407 (100%)
R 168 of 407 ~ 41.28%
G 177 of 407 ~ 43.49%
B 62 of 407 ~ 15.23'%

%41.28
%43.49
%15.23

CMYK color model

#A8B13E color CMYK value is (5,0,65,31).

  • cyan value is 5.08%
  • magenta value is 0.00%
  • yellow value is 64.97%
  • key color value is 30.59%

CMYK: (5,0,65,31)
C5M0Y65K31 (5%, 0%, 65%, 31%)
(0.05 / 0.00 / 0.65 / 0.31)

CMYK percentages

%5.08
%0
%64.97
%30.59

Codes

Color #A8B13E in popluar color models

A8 B1 3E
RGB 168 177 62
HSL 65° 48.12% 46.86%
HSB/HSV 65° 64.97% 69.41%
CMYK 5.08% 0.00% 64.97%
30.59%

Color #A8B13E in popluar number systems.

HEX A8 B1 3E
Decimal 168 177 62
Binary 10101000 10110001 111110
Octal 250 261 76

Shades and tints

Shades of #A8B13E

#A8B13E
(168,177,62)
#99A139
(153,161,57)
#8A9134
(138,145,52)
#7B812F
(123,129,47)
#6C712A
(108,113,42)
#5D6125
(93,97,37)
#4E5120
(78,81,32)
#3F411B
(63,65,27)
#303116
(48,49,22)
#212111
(33,33,17)
#12110C
(18,17,12)
#000000
(0,0,0)

Tints of #A8B13E

#A8B13E
(168,177,62)
#AFB84F
(175,184,79)
#B6BF60
(182,191,96)
#BDC671
(189,198,113)
#C4CD82
(196,205,130)
#CBD493
(203,212,147)
#D2DBA4
(210,219,164)
#D9E2B5
(217,226,181)
#E0E9C6
(224,233,198)
#E7F0D7
(231,240,215)
#EEF7E8
(238,247,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A8B13E color. Also use rgb(168,177,62) instead hex code.

Text Font Color

.myTextColor { color: #A8B13E; }

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

This text font color is #A8B13E.

Background Color

.myBgColor { background-color: #A8B13E; }

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

This div background color is #A8B13E.

Border color

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

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

This div border color is #A8B13E.

Opacity

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

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

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

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

This text has shadow with #A8B13E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A8B13E.

Preview

Color preview on black background

This text has color #A8B13E on black background.


Color preview on white background

This text has color #A8B13E on white background.


Black color preview on #A8B13E background

This text has black color on #A8B13E background.


White color preview on #A8B13E background

This text has white color on #A8B13E background.


Related colors

Complementary color

Complementary color for #hex is #574EC1.


I love getcolorcode.com

Triadic colors

1 #3EA8B1 and #B13EA8 with #A8B13E are triadic colors.

2 #3EB1A8 and #B1A83E with #A8B13E are triadic colors.