COLOR #A7B48F

HEX: #A7B48F RGB: (167,180,143)

Color info

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

RGB color model

#A7B48F color RGB value is (167,180,143).

RGB: (167,180,143) (65%, 71%, 56%)

RGB channels and saturation

R 167 of 255 = 65%
G 180 of 255 = 71%
B 143 of 255 = 56%

167
180
143

R + G + B ~ 64%. #A7B48F is quite light color.

Portions of RGB colors in percentages

R + G + B = 167 + 180 + 143 = 490 (100%)
R 167 of 490 ~ 34.08%
G 180 of 490 ~ 36.73%
B 143 of 490 ~ 29.18'%

%34.08
%36.73
%29.18

CMYK color model

#A7B48F color CMYK value is (7,0,21,29).

  • cyan value is 7.22%
  • magenta value is 0.00%
  • yellow value is 20.56%
  • key color value is 29.41%

CMYK: (7,0,21,29)
C7M0Y21K29 (7%, 0%, 21%, 29%)
(0.07 / 0.00 / 0.21 / 0.29)

CMYK percentages

%7.22
%0
%20.56
%29.41

Codes

Color #A7B48F in popluar color models

A7 B4 8F
RGB 167 180 143
HSL 81° 19.79% 63.33%
HSB/HSV 81° 20.56% 70.59%
CMYK 7.22% 0.00% 20.56%
29.41%

Color #A7B48F in popluar number systems.

HEX A7 B4 8F
Decimal 167 180 143
Binary 10100111 10110100 10001111
Octal 247 264 217

Shades and tints

Shades of #A7B48F

#A7B48F
(167,180,143)
#98A482
(152,164,130)
#899475
(137,148,117)
#7A8468
(122,132,104)
#6B745B
(107,116,91)
#5C644E
(92,100,78)
#4D5441
(77,84,65)
#3E4434
(62,68,52)
#2F3427
(47,52,39)
#20241A
(32,36,26)
#11140D
(17,20,13)
#000000
(0,0,0)

Tints of #A7B48F

#A7B48F
(167,180,143)
#AFBA99
(175,186,153)
#B7C0A3
(183,192,163)
#BFC6AD
(191,198,173)
#C7CCB7
(199,204,183)
#CFD2C1
(207,210,193)
#D7D8CB
(215,216,203)
#DFDED5
(223,222,213)
#E7E4DF
(231,228,223)
#EFEAE9
(239,234,233)
#F7F0F3
(247,240,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A7B48F; }

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

This text font color is #A7B48F.

Background Color

.myBgColor { background-color: #A7B48F; }

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

This div background color is #A7B48F.

Border color

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

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

This div border color is #A7B48F.

Opacity

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

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

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

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

This text has shadow with #A7B48F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A7B48F.

Preview

Color preview on black background

This text has color #A7B48F on black background.


Color preview on white background

This text has color #A7B48F on white background.


Black color preview on #A7B48F background

This text has black color on #A7B48F background.


White color preview on #A7B48F background

This text has white color on #A7B48F background.


Related colors

Complementary color

Complementary color for #hex is #584B70.


I love getcolorcode.com

Triadic colors

1 #8FA7B4 and #B48FA7 with #A7B48F are triadic colors.

2 #8FB4A7 and #B4A78F with #A7B48F are triadic colors.