COLOR #A7A77A

HEX: #A7A77A RGB: (167,167,122)

Color info

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

RGB color model

#A7A77A color RGB value is (167,167,122).

RGB: (167,167,122) (65%, 65%, 48%)

RGB channels and saturation

R 167 of 255 = 65%
G 167 of 255 = 65%
B 122 of 255 = 48%

167
167
122

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

Portions of RGB colors in percentages

R + G + B = 167 + 167 + 122 = 456 (100%)
R 167 of 456 ~ 36.62%
G 167 of 456 ~ 36.62%
B 122 of 456 ~ 26.75'%

%36.62
%36.62
%26.75

CMYK color model

#A7A77A color CMYK value is (0,0,27,35).

  • cyan value is 0.00%
  • magenta value is 0.00%
  • yellow value is 26.95%
  • key color value is 34.51%

CMYK: (0,0,27,35)
C0M0Y27K35 (0%, 0%, 27%, 35%)
(0.00 / 0.00 / 0.27 / 0.35)

CMYK percentages

%0
%0
%26.95
%34.51

Codes

Color #A7A77A in popluar color models

A7 A7 7A
RGB 167 167 122
HSL 60° 20.36% 56.67%
HSB/HSV 60° 26.95% 65.49%
CMYK 0.00% 0.00% 26.95%
34.51%

Color #A7A77A in popluar number systems.

HEX A7 A7 7A
Decimal 167 167 122
Binary 10100111 10100111 1111010
Octal 247 247 172

Shades and tints

Shades of #A7A77A

#A7A77A
(167,167,122)
#98986F
(152,152,111)
#898964
(137,137,100)
#7A7A59
(122,122,89)
#6B6B4E
(107,107,78)
#5C5C43
(92,92,67)
#4D4D38
(77,77,56)
#3E3E2D
(62,62,45)
#2F2F22
(47,47,34)
#202017
(32,32,23)
#11110C
(17,17,12)
#000000
(0,0,0)

Tints of #A7A77A

#A7A77A
(167,167,122)
#AFAF86
(175,175,134)
#B7B792
(183,183,146)
#BFBF9E
(191,191,158)
#C7C7AA
(199,199,170)
#CFCFB6
(207,207,182)
#D7D7C2
(215,215,194)
#DFDFCE
(223,223,206)
#E7E7DA
(231,231,218)
#EFEFE6
(239,239,230)
#F7F7F2
(247,247,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A7A77A; }

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

This text font color is #A7A77A.

Background Color

.myBgColor { background-color: #A7A77A; }

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

This div background color is #A7A77A.

Border color

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

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

This div border color is #A7A77A.

Opacity

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

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

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

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

This text has shadow with #A7A77A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A7A77A.

Preview

Color preview on black background

This text has color #A7A77A on black background.


Color preview on white background

This text has color #A7A77A on white background.


Black color preview on #A7A77A background

This text has black color on #A7A77A background.


White color preview on #A7A77A background

This text has white color on #A7A77A background.


Related colors

Complementary color

Complementary color for #hex is #585885.


I love getcolorcode.com