COLOR #A4B29F

HEX: #A4B29F RGB: (164,178,159)

Color info

#A4B29F contains red, green and blue colors in about the same proportion. Web safe color of #A4B29F is #999999 (or #999).

RGB color model

#A4B29F color RGB value is (164,178,159).

RGB: (164,178,159) (64%, 70%, 62%)

RGB channels and saturation

R 164 of 255 = 64%
G 178 of 255 = 70%
B 159 of 255 = 62%

164
178
159

R + G + B ~ 65%. #A4B29F is quite light color.

Portions of RGB colors in percentages

R + G + B = 164 + 178 + 159 = 501 (100%)
R 164 of 501 ~ 32.73%
G 178 of 501 ~ 35.53%
B 159 of 501 ~ 31.74'%

%32.73
%35.53
%31.74

CMYK color model

#A4B29F color CMYK value is (8,0,11,30).

  • cyan value is 7.87%
  • magenta value is 0.00%
  • yellow value is 10.67%
  • key color value is 30.20%

CMYK: (8,0,11,30)
C8M0Y11K30 (8%, 0%, 11%, 30%)
(0.08 / 0.00 / 0.11 / 0.30)

CMYK percentages

%7.87
%0
%10.67
%30.2

Codes

Color #A4B29F in popluar color models

A4 B2 9F
RGB 164 178 159
HSL 104° 10.98% 66.08%
HSB/HSV 104° 10.67% 69.80%
CMYK 7.87% 0.00% 10.67%
30.20%

Color #A4B29F in popluar number systems.

HEX A4 B2 9F
Decimal 164 178 159
Binary 10100100 10110010 10011111
Octal 244 262 237

Shades and tints

Shades of #A4B29F

#A4B29F
(164,178,159)
#96A291
(150,162,145)
#889283
(136,146,131)
#7A8275
(122,130,117)
#6C7267
(108,114,103)
#5E6259
(94,98,89)
#50524B
(80,82,75)
#42423D
(66,66,61)
#34322F
(52,50,47)
#262221
(38,34,33)
#181213
(24,18,19)
#000000
(0,0,0)

Tints of #A4B29F

#A4B29F
(164,178,159)
#ACB9A7
(172,185,167)
#B4C0AF
(180,192,175)
#BCC7B7
(188,199,183)
#C4CEBF
(196,206,191)
#CCD5C7
(204,213,199)
#D4DCCF
(212,220,207)
#DCE3D7
(220,227,215)
#E4EADF
(228,234,223)
#ECF1E7
(236,241,231)
#F4F8EF
(244,248,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A4B29F color. Also use rgb(164,178,159) instead hex code.

Text Font Color

.myTextColor { color: #A4B29F; }

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

This text font color is #A4B29F.

Background Color

.myBgColor { background-color: #A4B29F; }

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

This div background color is #A4B29F.

Border color

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

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

This div border color is #A4B29F.

Opacity

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

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

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

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

This text has shadow with #A4B29F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A4B29F.

Preview

Color preview on black background

This text has color #A4B29F on black background.


Color preview on white background

This text has color #A4B29F on white background.


Black color preview on #A4B29F background

This text has black color on #A4B29F background.


White color preview on #A4B29F background

This text has white color on #A4B29F background.


Related colors

Complementary color

Complementary color for #hex is #5B4D60.


I love getcolorcode.com

Triadic colors

1 #9FA4B2 and #B29FA4 with #A4B29F are triadic colors.

2 #9FB2A4 and #B2A49F with #A4B29F are triadic colors.