COLOR #A7A07E

HEX: #A7A07E RGB: (167,160,126)

Color info

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

RGB color model

#A7A07E color RGB value is (167,160,126).

RGB: (167,160,126) (65%, 63%, 49%)

RGB channels and saturation

R 167 of 255 = 65%
G 160 of 255 = 63%
B 126 of 255 = 49%

167
160
126

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

Portions of RGB colors in percentages

R + G + B = 167 + 160 + 126 = 453 (100%)
R 167 of 453 ~ 36.87%
G 160 of 453 ~ 35.32%
B 126 of 453 ~ 27.81'%

%36.87
%35.32
%27.81

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 4.19%
  • yellow value is 24.55%
  • 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
%4.19
%24.55
%34.51

Codes

Color #A7A07E in popluar color models

A7 A0 7E
RGB 167 160 126
HSL 50° 18.89% 57.45%
HSB/HSV 50° 24.55% 65.49%
CMYK 0.00% 4.19% 24.55%
34.51%

Color #A7A07E in popluar number systems.

HEX A7 A0 7E
Decimal 167 160 126
Binary 10100111 10100000 1111110
Octal 247 240 176

Shades and tints

Shades of #A7A07E

#A7A07E
(167,160,126)
#989273
(152,146,115)
#898468
(137,132,104)
#7A765D
(122,118,93)
#6B6852
(107,104,82)
#5C5A47
(92,90,71)
#4D4C3C
(77,76,60)
#3E3E31
(62,62,49)
#2F3026
(47,48,38)
#20221B
(32,34,27)
#111410
(17,20,16)
#000000
(0,0,0)

Tints of #A7A07E

#A7A07E
(167,160,126)
#AFA889
(175,168,137)
#B7B094
(183,176,148)
#BFB89F
(191,184,159)
#C7C0AA
(199,192,170)
#CFC8B5
(207,200,181)
#D7D0C0
(215,208,192)
#DFD8CB
(223,216,203)
#E7E0D6
(231,224,214)
#EFE8E1
(239,232,225)
#F7F0EC
(247,240,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A7A07E; }

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

This text font color is #A7A07E.

Background Color

.myBgColor { background-color: #A7A07E; }

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

This div background color is #A7A07E.

Border color

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

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

This div border color is #A7A07E.

Opacity

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

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

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

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

This text has shadow with #A7A07E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A7A07E.

Preview

Color preview on black background

This text has color #A7A07E on black background.


Color preview on white background

This text has color #A7A07E on white background.


Black color preview on #A7A07E background

This text has black color on #A7A07E background.


White color preview on #A7A07E background

This text has white color on #A7A07E background.


Related colors

Complementary color

Complementary color for #hex is #585F81.


I love getcolorcode.com

Triadic colors

1 #7EA7A0 and #A07EA7 with #A7A07E are triadic colors.

2 #7EA0A7 and #A0A77E with #A7A07E are triadic colors.