COLOR #A8AD7A

HEX: #A8AD7A RGB: (168,173,122)

Color info

#A8AD7A contains red, green and blue colors in about the same proportion. Web safe color of #A8AD7A is #999966 (or #996).

RGB color model

#A8AD7A color RGB value is (168,173,122).

RGB: (168,173,122) (66%, 68%, 48%)

RGB channels and saturation

R 168 of 255 = 66%
G 173 of 255 = 68%
B 122 of 255 = 48%

168
173
122

R + G + B ~ 61%. #A8AD7A is quite light color.

Portions of RGB colors in percentages

R + G + B = 168 + 173 + 122 = 463 (100%)
R 168 of 463 ~ 36.29%
G 173 of 463 ~ 37.37%
B 122 of 463 ~ 26.35'%

%36.29
%37.37
%26.35

CMYK color model

#A8AD7A color CMYK value is (3,0,29,32).

  • cyan value is 2.89%
  • magenta value is 0.00%
  • yellow value is 29.48%
  • key color value is 32.16%
CMYK: (3,0,29,32) C3M0Y29K32 (3%,0%,29%,32%) (0.03/0.00/0.29/0.32) 

CMYK percentages

%2.89
%0
%29.48
%32.16

Codes

Color #A8AD7A in popluar color models

A8 AD 7A
RGB 168 173 122
HSL 66° 23.72% 57.84%
HSB/HSV 66° 29.48% 67.84%
CMYK 2.89% 0.00% 29.48%
32.16%

Color #A8AD7A in popluar number systems.

HEX A8 AD 7A
Decimal 168 173 122
Binary 10101000 10101101 1111010
Octal 250 255 172

Shades and tints

Shades of #A8AD7A

#A8AD7A
(168,173,122)
#999E6F
(153,158,111)
#8A8F64
(138,143,100)
#7B8059
(123,128,89)
#6C714E
(108,113,78)
#5D6243
(93,98,67)
#4E5338
(78,83,56)
#3F442D
(63,68,45)
#303522
(48,53,34)
#212617
(33,38,23)
#12170C
(18,23,12)
#000000
(0,0,0)

Tints of #A8AD7A

#A8AD7A
(168,173,122)
#AFB486
(175,180,134)
#B6BB92
(182,187,146)
#BDC29E
(189,194,158)
#C4C9AA
(196,201,170)
#CBD0B6
(203,208,182)
#D2D7C2
(210,215,194)
#D9DECE
(217,222,206)
#E0E5DA
(224,229,218)
#E7ECE6
(231,236,230)
#EEF3F2
(238,243,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A8AD7A; }

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

This text font color is #A8AD7A.

Background Color

.myBgColor { background-color: #A8AD7A; }

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

This div background color is #A8AD7A.

Border color

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

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

This div border color is #A8AD7A.

Opacity

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

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

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

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

This text has shadow with #A8AD7A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A8AD7A.

Preview

Color preview on black background

This text has color #A8AD7A on black background.


Color preview on white background

This text has color #A8AD7A on white background.


Black color preview on #A8AD7A background

This text has black color on #A8AD7A background.


White color preview on #A8AD7A background

This text has white color on #A8AD7A background.


Related colors

Complementary color

Complementary color for #hex is #575285.


I love getcolorcode.com

Triadic colors

1 #7AA8AD and #AD7AA8 with #A8AD7A are triadic colors.

2 #7AADA8 and #ADA87A with #A8AD7A are triadic colors.