COLOR #A7B07D

HEX: #A7B07D RGB: (167,176,125)

Color info

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

RGB color model

#A7B07D color RGB value is (167,176,125).

RGB: (167,176,125) (65%, 69%, 49%)

RGB channels and saturation

R 167 of 255 = 65%
G 176 of 255 = 69%
B 125 of 255 = 49%

167
176
125

R + G + B ~ 61%. #A7B07D is quite light color.

Portions of RGB colors in percentages

R + G + B = 167 + 176 + 125 = 468 (100%)
R 167 of 468 ~ 35.68%
G 176 of 468 ~ 37.61%
B 125 of 468 ~ 26.71'%

%35.68
%37.61
%26.71

CMYK color model

#A7B07D color CMYK value is (5,0,29,31).

  • cyan value is 5.11%
  • magenta value is 0.00%
  • yellow value is 28.98%
  • key color value is 30.98%

CMYK: (5,0,29,31)
C5M0Y29K31 (5%, 0%, 29%, 31%)
(0.05 / 0.00 / 0.29 / 0.31)

CMYK percentages

%5.11
%0
%28.98
%30.98

Codes

Color #A7B07D in popluar color models

A7 B0 7D
RGB 167 176 125
HSL 71° 24.40% 59.02%
HSB/HSV 71° 28.98% 69.02%
CMYK 5.11% 0.00% 28.98%
30.98%

Color #A7B07D in popluar number systems.

HEX A7 B0 7D
Decimal 167 176 125
Binary 10100111 10110000 1111101
Octal 247 260 175

Shades and tints

Shades of #A7B07D

#A7B07D
(167,176,125)
#98A072
(152,160,114)
#899067
(137,144,103)
#7A805C
(122,128,92)
#6B7051
(107,112,81)
#5C6046
(92,96,70)
#4D503B
(77,80,59)
#3E4030
(62,64,48)
#2F3025
(47,48,37)
#20201A
(32,32,26)
#11100F
(17,16,15)
#000000
(0,0,0)

Tints of #A7B07D

#A7B07D
(167,176,125)
#AFB788
(175,183,136)
#B7BE93
(183,190,147)
#BFC59E
(191,197,158)
#C7CCA9
(199,204,169)
#CFD3B4
(207,211,180)
#D7DABF
(215,218,191)
#DFE1CA
(223,225,202)
#E7E8D5
(231,232,213)
#EFEFE0
(239,239,224)
#F7F6EB
(247,246,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A7B07D; }

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

This text font color is #A7B07D.

Background Color

.myBgColor { background-color: #A7B07D; }

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

This div background color is #A7B07D.

Border color

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

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

This div border color is #A7B07D.

Opacity

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

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

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

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

This text has shadow with #A7B07D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A7B07D.

Preview

Color preview on black background

This text has color #A7B07D on black background.


Color preview on white background

This text has color #A7B07D on white background.


Black color preview on #A7B07D background

This text has black color on #A7B07D background.


White color preview on #A7B07D background

This text has white color on #A7B07D background.


Related colors

Complementary color

Complementary color for #hex is #584F82.


I love getcolorcode.com

Triadic colors

1 #7DA7B0 and #B07DA7 with #A7B07D are triadic colors.

2 #7DB0A7 and #B0A77D with #A7B07D are triadic colors.