COLOR #A7A17D

HEX: #A7A17D RGB: (167,161,125)

Color info

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

RGB color model

#A7A17D color RGB value is (167,161,125).

RGB: (167,161,125) (65%, 63%, 49%)

RGB channels and saturation

R 167 of 255 = 65%
G 161 of 255 = 63%
B 125 of 255 = 49%

167
161
125

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

Portions of RGB colors in percentages

R + G + B = 167 + 161 + 125 = 453 (100%)
R 167 of 453 ~ 36.87%
G 161 of 453 ~ 35.54%
B 125 of 453 ~ 27.59'%

%36.87
%35.54
%27.59

CMYK color model

#A7A17D color CMYK value is (0,4,25,35).

  • cyan value is 0.00%
  • magenta value is 3.59%
  • yellow value is 25.15%
  • key color value is 34.51%

CMYK: (0,4,25,35)
C0M4Y25K35 (0%, 4%, 25%, 35%)
(0.00 / 0.04 / 0.25 / 0.35)

CMYK percentages

%0
%3.59
%25.15
%34.51

Codes

Color #A7A17D in popluar color models

A7 A1 7D
RGB 167 161 125
HSL 51° 19.27% 57.25%
HSB/HSV 51° 25.15% 65.49%
CMYK 0.00% 3.59% 25.15%
34.51%

Color #A7A17D in popluar number systems.

HEX A7 A1 7D
Decimal 167 161 125
Binary 10100111 10100001 1111101
Octal 247 241 175

Shades and tints

Shades of #A7A17D

#A7A17D
(167,161,125)
#989372
(152,147,114)
#898567
(137,133,103)
#7A775C
(122,119,92)
#6B6951
(107,105,81)
#5C5B46
(92,91,70)
#4D4D3B
(77,77,59)
#3E3F30
(62,63,48)
#2F3125
(47,49,37)
#20231A
(32,35,26)
#11150F
(17,21,15)
#000000
(0,0,0)

Tints of #A7A17D

#A7A17D
(167,161,125)
#AFA988
(175,169,136)
#B7B193
(183,177,147)
#BFB99E
(191,185,158)
#C7C1A9
(199,193,169)
#CFC9B4
(207,201,180)
#D7D1BF
(215,209,191)
#DFD9CA
(223,217,202)
#E7E1D5
(231,225,213)
#EFE9E0
(239,233,224)
#F7F1EB
(247,241,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A7A17D color. Also use rgb(167,161,125) instead hex code.

Text Font Color

.myTextColor { color: #A7A17D; }

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

This text font color is #A7A17D.

Background Color

.myBgColor { background-color: #A7A17D; }

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

This div background color is #A7A17D.

Border color

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

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

This div border color is #A7A17D.

Opacity

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

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

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

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

This text has shadow with #A7A17D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A7A17D.

Preview

Color preview on black background

This text has color #A7A17D on black background.


Color preview on white background

This text has color #A7A17D on white background.


Black color preview on #A7A17D background

This text has black color on #A7A17D background.


White color preview on #A7A17D background

This text has white color on #A7A17D background.


Related colors

Complementary color

Complementary color for #hex is #585E82.


I love getcolorcode.com

Triadic colors

1 #7DA7A1 and #A17DA7 with #A7A17D are triadic colors.

2 #7DA1A7 and #A1A77D with #A7A17D are triadic colors.