COLOR #A8B36A

HEX: #A8B36A RGB: (168,179,106)

Color info

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

RGB color model

#A8B36A color RGB value is (168,179,106).

RGB: (168,179,106) (66%, 70%, 42%)

RGB channels and saturation

R 168 of 255 = 66%
G 179 of 255 = 70%
B 106 of 255 = 42%

168
179
106

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

Portions of RGB colors in percentages

R + G + B = 168 + 179 + 106 = 453 (100%)
R 168 of 453 ~ 37.09%
G 179 of 453 ~ 39.51%
B 106 of 453 ~ 23.4'%

%37.09
%39.51
%23.4

CMYK color model

#A8B36A color CMYK value is (6,0,41,30).

  • cyan value is 6.15%
  • magenta value is 0.00%
  • yellow value is 40.78%
  • key color value is 29.80%

CMYK: (6,0,41,30)
C6M0Y41K30 (6%, 0%, 41%, 30%)
(0.06 / 0.00 / 0.41 / 0.30)

CMYK percentages

%6.15
%0
%40.78
%29.8

Codes

Color #A8B36A in popluar color models

A8 B3 6A
RGB 168 179 106
HSL 69° 32.44% 55.88%
HSB/HSV 69° 40.78% 70.20%
CMYK 6.15% 0.00% 40.78%
29.80%

Color #A8B36A in popluar number systems.

HEX A8 B3 6A
Decimal 168 179 106
Binary 10101000 10110011 1101010
Octal 250 263 152

Shades and tints

Shades of #A8B36A

#A8B36A
(168,179,106)
#99A361
(153,163,97)
#8A9358
(138,147,88)
#7B834F
(123,131,79)
#6C7346
(108,115,70)
#5D633D
(93,99,61)
#4E5334
(78,83,52)
#3F432B
(63,67,43)
#303322
(48,51,34)
#212319
(33,35,25)
#121310
(18,19,16)
#000000
(0,0,0)

Tints of #A8B36A

#A8B36A
(168,179,106)
#AFB977
(175,185,119)
#B6BF84
(182,191,132)
#BDC591
(189,197,145)
#C4CB9E
(196,203,158)
#CBD1AB
(203,209,171)
#D2D7B8
(210,215,184)
#D9DDC5
(217,221,197)
#E0E3D2
(224,227,210)
#E7E9DF
(231,233,223)
#EEEFEC
(238,239,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A8B36A color. Also use rgb(168,179,106) instead hex code.

Text Font Color

.myTextColor { color: #A8B36A; }

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

This text font color is #A8B36A.

Background Color

.myBgColor { background-color: #A8B36A; }

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

This div background color is #A8B36A.

Border color

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

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

This div border color is #A8B36A.

Opacity

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

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

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

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

This text has shadow with #A8B36A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A8B36A.

Preview

Color preview on black background

This text has color #A8B36A on black background.


Color preview on white background

This text has color #A8B36A on white background.


Black color preview on #A8B36A background

This text has black color on #A8B36A background.


White color preview on #A8B36A background

This text has white color on #A8B36A background.


Related colors

Complementary color

Complementary color for #hex is #574C95.


I love getcolorcode.com

Triadic colors

1 #6AA8B3 and #B36AA8 with #A8B36A are triadic colors.

2 #6AB3A8 and #B3A86A with #A8B36A are triadic colors.