COLOR #A8AD6E

HEX: #A8AD6E
RGB: (168,173,110)

Color info

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

RGB color model

#A8AD6E color RGB value is (168,173,110).

  • red value is 168;
  • green value is 173;
  • blue value is 110.
RGB:
(168,173,110)
(66%,68%,43%)

RGB channels and saturation

R 168 of 255 = 66%
G 173 of 255 = 68%
B 110 of 255 = 43%

168
173
110

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

Portions of RGB colors in percentages

R + G + B =
168 + 173 + 110 = 451 (100%)
R 168 of 451 ~ 37.25%
G 173 of 451 ~ 38.36%
B 110 of 451 ~ 24.39%

%37.25
%38.36
%24.39

CMYK color model

#A8AD6E color CMYK value is (3,0,36,32).

  • cyan value is 2.89%
  • magenta value is 0.00%
  • yellow value is 36.42%
  • key color value is 32.16%
CMYK:
(3,0,36,32)
C3M0Y36K32 
(3%,0%,36%,32%)
(0.03/0.00/0.36/0.32)	

CMYK percentages

%2.89
%0
%36.42
%32.16

Codes

Color #A8AD6E in popluar color models

A8AD6E
RGB168173110
HSL65°27.75%55.49%
HSB/HSV65°36.42%67.84%
CMYK2.89%0.00%36.42%
32.16%

Color #A8AD6E in popluar number systems.

HEXA8AD6E
Decimal168173110
Binary10101000101011011101110
Octal250255156

Shades and tints

Shades of #A8AD6E

#A8AD6E
(168,173,110)
#999E64
(153,158,100)
#8A8F5A
(138,143,90)
#7B8050
(123,128,80)
#6C7146
(108,113,70)
#5D623C
(93,98,60)
#4E5332
(78,83,50)
#3F4428
(63,68,40)
#30351E
(48,53,30)
#212614
(33,38,20)
#12170A
(18,23,10)
#000000
(0,0,0)

Tints of #A8AD6E

#A8AD6E
(168,173,110)
#AFB47B
(175,180,123)
#B6BB88
(182,187,136)
#BDC295
(189,194,149)
#C4C9A2
(196,201,162)
#CBD0AF
(203,208,175)
#D2D7BC
(210,215,188)
#D9DEC9
(217,222,201)
#E0E5D6
(224,229,214)
#E7ECE3
(231,236,227)
#EEF3F0
(238,243,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A8AD6E color. Also use rgb(168,173,110) instead hex code.

Text Font Color

.myTextColor { color: #A8AD6E; }

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

This text font color is #A8AD6E.


Background Color

.myBgColor { background-color: #A8AD6E; }

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

This div background color is #A8AD6E.


Border color

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

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

This div border color is #A8AD6E.


Opacity

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

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

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

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

This text has shadow with #A8AD6E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A8AD6E on black background.


Color preview on white background

This text has color #A8AD6E on white background.



Black color preview on #A8AD6E background

This text has black color on #A8AD6E background.


White color preview on #A8AD6E background

This text has white color on #A8AD6E background.