COLOR #A4B49F

HEX: #A4B49F RGB: (164,180,159)

Color info

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

RGB color model

#A4B49F color RGB value is (164,180,159).

RGB: (164,180,159) (64%, 71%, 62%)

RGB channels and saturation

R 164 of 255 = 64%
G 180 of 255 = 71%
B 159 of 255 = 62%

164
180
159

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

Portions of RGB colors in percentages

R + G + B = 164 + 180 + 159 = 503 (100%)
R 164 of 503 ~ 32.6%
G 180 of 503 ~ 35.79%
B 159 of 503 ~ 31.61'%

%32.6
%35.79
%31.61

CMYK color model

#A4B49F color CMYK value is (9,0,12,29).

  • cyan value is 8.89%
  • magenta value is 0.00%
  • yellow value is 11.67%
  • key color value is 29.41%

CMYK: (9,0,12,29)
C9M0Y12K29 (9%, 0%, 12%, 29%)
(0.09 / 0.00 / 0.12 / 0.29)

CMYK percentages

%8.89
%0
%11.67
%29.41

Codes

Color #A4B49F in popluar color models

A4 B4 9F
RGB 164 180 159
HSL 106° 12.28% 66.47%
HSB/HSV 106° 11.67% 70.59%
CMYK 8.89% 0.00% 11.67%
29.41%

Color #A4B49F in popluar number systems.

HEX A4 B4 9F
Decimal 164 180 159
Binary 10100100 10110100 10011111
Octal 244 264 237

Shades and tints

Shades of #A4B49F

#A4B49F
(164,180,159)
#96A491
(150,164,145)
#889483
(136,148,131)
#7A8475
(122,132,117)
#6C7467
(108,116,103)
#5E6459
(94,100,89)
#50544B
(80,84,75)
#42443D
(66,68,61)
#34342F
(52,52,47)
#262421
(38,36,33)
#181413
(24,20,19)
#000000
(0,0,0)

Tints of #A4B49F

#A4B49F
(164,180,159)
#ACBAA7
(172,186,167)
#B4C0AF
(180,192,175)
#BCC6B7
(188,198,183)
#C4CCBF
(196,204,191)
#CCD2C7
(204,210,199)
#D4D8CF
(212,216,207)
#DCDED7
(220,222,215)
#E4E4DF
(228,228,223)
#ECEAE7
(236,234,231)
#F4F0EF
(244,240,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A4B49F; }

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

This text font color is #A4B49F.

Background Color

.myBgColor { background-color: #A4B49F; }

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

This div background color is #A4B49F.

Border color

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

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

This div border color is #A4B49F.

Opacity

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

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

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

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

This text has shadow with #A4B49F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A4B49F.

Preview

Color preview on black background

This text has color #A4B49F on black background.


Color preview on white background

This text has color #A4B49F on white background.


Black color preview on #A4B49F background

This text has black color on #A4B49F background.


White color preview on #A4B49F background

This text has white color on #A4B49F background.


Related colors

Complementary color

Complementary color for #hex is #5B4B60.


I love getcolorcode.com

Triadic colors

1 #9FA4B4 and #B49FA4 with #A4B49F are triadic colors.

2 #9FB4A4 and #B4A49F with #A4B49F are triadic colors.