COLOR #A7B59F

HEX: #A7B59F RGB: (167,181,159)

Color info

#A7B59F contains red, green and blue colors in about the same proportion. Web safe color of #A7B59F is #99CC99 (or #9C9).

RGB color model

#A7B59F color RGB value is (167,181,159).

RGB: (167,181,159) (65%, 71%, 62%)

RGB channels and saturation

R 167 of 255 = 65%
G 181 of 255 = 71%
B 159 of 255 = 62%

167
181
159

R + G + B ~ 66%. #A7B59F is quite light color.

Portions of RGB colors in percentages

R + G + B = 167 + 181 + 159 = 507 (100%)
R 167 of 507 ~ 32.94%
G 181 of 507 ~ 35.7%
B 159 of 507 ~ 31.36'%

%32.94
%35.7
%31.36

CMYK color model

#A7B59F color CMYK value is (8,0,12,29).

  • cyan value is 7.73%
  • magenta value is 0.00%
  • yellow value is 12.15%
  • key color value is 29.02%

CMYK: (8,0,12,29)
C8M0Y12K29 (8%, 0%, 12%, 29%)
(0.08 / 0.00 / 0.12 / 0.29)

CMYK percentages

%7.73
%0
%12.15
%29.02

Codes

Color #A7B59F in popluar color models

A7 B5 9F
RGB 167 181 159
HSL 98° 12.94% 66.67%
HSB/HSV 98° 12.15% 70.98%
CMYK 7.73% 0.00% 12.15%
29.02%

Color #A7B59F in popluar number systems.

HEX A7 B5 9F
Decimal 167 181 159
Binary 10100111 10110101 10011111
Octal 247 265 237

Shades and tints

Shades of #A7B59F

#A7B59F
(167,181,159)
#98A591
(152,165,145)
#899583
(137,149,131)
#7A8575
(122,133,117)
#6B7567
(107,117,103)
#5C6559
(92,101,89)
#4D554B
(77,85,75)
#3E453D
(62,69,61)
#2F352F
(47,53,47)
#202521
(32,37,33)
#111513
(17,21,19)
#000000
(0,0,0)

Tints of #A7B59F

#A7B59F
(167,181,159)
#AFBBA7
(175,187,167)
#B7C1AF
(183,193,175)
#BFC7B7
(191,199,183)
#C7CDBF
(199,205,191)
#CFD3C7
(207,211,199)
#D7D9CF
(215,217,207)
#DFDFD7
(223,223,215)
#E7E5DF
(231,229,223)
#EFEBE7
(239,235,231)
#F7F1EF
(247,241,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A7B59F; }

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

This text font color is #A7B59F.

Background Color

.myBgColor { background-color: #A7B59F; }

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

This div background color is #A7B59F.

Border color

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

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

This div border color is #A7B59F.

Opacity

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

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

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

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

This text has shadow with #A7B59F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A7B59F.

Preview

Color preview on black background

This text has color #A7B59F on black background.


Color preview on white background

This text has color #A7B59F on white background.


Black color preview on #A7B59F background

This text has black color on #A7B59F background.


White color preview on #A7B59F background

This text has white color on #A7B59F background.


Related colors

Complementary color

Complementary color for #hex is #584A60.


I love getcolorcode.com

Triadic colors

1 #9FA7B5 and #B59FA7 with #A7B59F are triadic colors.

2 #9FB5A7 and #B5A79F with #A7B59F are triadic colors.