COLOR #A7AD68

HEX: #A7AD68 RGB: (167,173,104)

Color info

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

RGB color model

#A7AD68 color RGB value is (167,173,104).

RGB: (167,173,104) (65%, 68%, 41%)

RGB channels and saturation

R 167 of 255 = 65%
G 173 of 255 = 68%
B 104 of 255 = 41%

167
173
104

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

Portions of RGB colors in percentages

R + G + B = 167 + 173 + 104 = 444 (100%)
R 167 of 444 ~ 37.61%
G 173 of 444 ~ 38.96%
B 104 of 444 ~ 23.42'%

%37.61
%38.96
%23.42

CMYK color model

#A7AD68 color CMYK value is (3,0,40,32).

  • cyan value is 3.47%
  • magenta value is 0.00%
  • yellow value is 39.88%
  • key color value is 32.16%

CMYK: (3,0,40,32)
C3M0Y40K32 (3%, 0%, 40%, 32%)
(0.03 / 0.00 / 0.40 / 0.32)

CMYK percentages

%3.47
%0
%39.88
%32.16

Codes

Color #A7AD68 in popluar color models

A7 AD 68
RGB 167 173 104
HSL 65° 29.61% 54.31%
HSB/HSV 65° 39.88% 67.84%
CMYK 3.47% 0.00% 39.88%
32.16%

Color #A7AD68 in popluar number systems.

HEX A7 AD 68
Decimal 167 173 104
Binary 10100111 10101101 1101000
Octal 247 255 150

Shades and tints

Shades of #A7AD68

#A7AD68
(167,173,104)
#989E5F
(152,158,95)
#898F56
(137,143,86)
#7A804D
(122,128,77)
#6B7144
(107,113,68)
#5C623B
(92,98,59)
#4D5332
(77,83,50)
#3E4429
(62,68,41)
#2F3520
(47,53,32)
#202617
(32,38,23)
#11170E
(17,23,14)
#000000
(0,0,0)

Tints of #A7AD68

#A7AD68
(167,173,104)
#AFB475
(175,180,117)
#B7BB82
(183,187,130)
#BFC28F
(191,194,143)
#C7C99C
(199,201,156)
#CFD0A9
(207,208,169)
#D7D7B6
(215,215,182)
#DFDEC3
(223,222,195)
#E7E5D0
(231,229,208)
#EFECDD
(239,236,221)
#F7F3EA
(247,243,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A7AD68 color. Also use rgb(167,173,104) instead hex code.

Text Font Color

.myTextColor { color: #A7AD68; }

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

This text font color is #A7AD68.

Background Color

.myBgColor { background-color: #A7AD68; }

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

This div background color is #A7AD68.

Border color

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

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

This div border color is #A7AD68.

Opacity

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

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

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

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

This text has shadow with #A7AD68 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A7AD68.

Preview

Color preview on black background

This text has color #A7AD68 on black background.


Color preview on white background

This text has color #A7AD68 on white background.


Black color preview on #A7AD68 background

This text has black color on #A7AD68 background.


White color preview on #A7AD68 background

This text has white color on #A7AD68 background.


Related colors

Complementary color

Complementary color for #hex is #585297.


I love getcolorcode.com

Triadic colors

1 #68A7AD and #AD68A7 with #A7AD68 are triadic colors.

2 #68ADA7 and #ADA768 with #A7AD68 are triadic colors.