COLOR #A8AD65

HEX: #A8AD65 RGB: (168,173,101)

Color info

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

RGB color model

#A8AD65 color RGB value is (168,173,101).

RGB: (168,173,101) (66%, 68%, 40%)

RGB channels and saturation

R 168 of 255 = 66%
G 173 of 255 = 68%
B 101 of 255 = 40%

168
173
101

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

Portions of RGB colors in percentages

R + G + B = 168 + 173 + 101 = 442 (100%)
R 168 of 442 ~ 38.01%
G 173 of 442 ~ 39.14%
B 101 of 442 ~ 22.85'%

%38.01
%39.14
%22.85

CMYK color model

#A8AD65 color CMYK value is (3,0,42,32).

  • cyan value is 2.89%
  • magenta value is 0.00%
  • yellow value is 41.62%
  • key color value is 32.16%

CMYK: (3,0,42,32)
C3M0Y42K32 (3%, 0%, 42%, 32%)
(0.03 / 0.00 / 0.42 / 0.32)

CMYK percentages

%2.89
%0
%41.62
%32.16

Codes

Color #A8AD65 in popluar color models

A8 AD 65
RGB 168 173 101
HSL 64° 30.51% 53.73%
HSB/HSV 64° 41.62% 67.84%
CMYK 2.89% 0.00% 41.62%
32.16%

Color #A8AD65 in popluar number systems.

HEX A8 AD 65
Decimal 168 173 101
Binary 10101000 10101101 1100101
Octal 250 255 145

Shades and tints

Shades of #A8AD65

#A8AD65
(168,173,101)
#999E5C
(153,158,92)
#8A8F53
(138,143,83)
#7B804A
(123,128,74)
#6C7141
(108,113,65)
#5D6238
(93,98,56)
#4E532F
(78,83,47)
#3F4426
(63,68,38)
#30351D
(48,53,29)
#212614
(33,38,20)
#12170B
(18,23,11)
#000000
(0,0,0)

Tints of #A8AD65

#A8AD65
(168,173,101)
#AFB473
(175,180,115)
#B6BB81
(182,187,129)
#BDC28F
(189,194,143)
#C4C99D
(196,201,157)
#CBD0AB
(203,208,171)
#D2D7B9
(210,215,185)
#D9DEC7
(217,222,199)
#E0E5D5
(224,229,213)
#E7ECE3
(231,236,227)
#EEF3F1
(238,243,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A8AD65; }

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

This text font color is #A8AD65.

Background Color

.myBgColor { background-color: #A8AD65; }

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

This div background color is #A8AD65.

Border color

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

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

This div border color is #A8AD65.

Opacity

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

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

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

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

This text has shadow with #A8AD65 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A8AD65.

Preview

Color preview on black background

This text has color #A8AD65 on black background.


Color preview on white background

This text has color #A8AD65 on white background.


Black color preview on #A8AD65 background

This text has black color on #A8AD65 background.


White color preview on #A8AD65 background

This text has white color on #A8AD65 background.


Related colors

Complementary color

Complementary color for #hex is #57529A.


I love getcolorcode.com

Triadic colors

1 #65A8AD and #AD65A8 with #A8AD65 are triadic colors.

2 #65ADA8 and #ADA865 with #A8AD65 are triadic colors.