COLOR #A4B68F

HEX: #A4B68F RGB: (164,182,143)

Color info

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

RGB color model

#A4B68F color RGB value is (164,182,143).

RGB: (164,182,143) (64%, 71%, 56%)

RGB channels and saturation

R 164 of 255 = 64%
G 182 of 255 = 71%
B 143 of 255 = 56%

164
182
143

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

Portions of RGB colors in percentages

R + G + B = 164 + 182 + 143 = 489 (100%)
R 164 of 489 ~ 33.54%
G 182 of 489 ~ 37.22%
B 143 of 489 ~ 29.24'%

%33.54
%37.22
%29.24

CMYK color model

#A4B68F color CMYK value is (10,0,21,29).

  • cyan value is 9.89%
  • magenta value is 0.00%
  • yellow value is 21.43%
  • key color value is 28.63%
CMYK: (10,0,21,29) C10M0Y21K29 (10%,0%,21%,29%) (0.10/0.00/0.21/0.29) 

CMYK percentages

%9.89
%0
%21.43
%28.63

Codes

Color #A4B68F in popluar color models

A4 B6 8F
RGB 164 182 143
HSL 88° 21.08% 63.73%
HSB/HSV 88° 21.43% 71.37%
CMYK 9.89% 0.00% 21.43%
28.63%

Color #A4B68F in popluar number systems.

HEX A4 B6 8F
Decimal 164 182 143
Binary 10100100 10110110 10001111
Octal 244 266 217

Shades and tints

Shades of #A4B68F

#A4B68F
(164,182,143)
#96A682
(150,166,130)
#889675
(136,150,117)
#7A8668
(122,134,104)
#6C765B
(108,118,91)
#5E664E
(94,102,78)
#505641
(80,86,65)
#424634
(66,70,52)
#343627
(52,54,39)
#26261A
(38,38,26)
#18160D
(24,22,13)
#000000
(0,0,0)

Tints of #A4B68F

#A4B68F
(164,182,143)
#ACBC99
(172,188,153)
#B4C2A3
(180,194,163)
#BCC8AD
(188,200,173)
#C4CEB7
(196,206,183)
#CCD4C1
(204,212,193)
#D4DACB
(212,218,203)
#DCE0D5
(220,224,213)
#E4E6DF
(228,230,223)
#ECECE9
(236,236,233)
#F4F2F3
(244,242,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A4B68F color. Also use rgb(164,182,143) instead hex code.

Text Font Color

.myTextColor { color: #A4B68F; }

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

This text font color is #A4B68F.

Background Color

.myBgColor { background-color: #A4B68F; }

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

This div background color is #A4B68F.

Border color

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

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

This div border color is #A4B68F.

Opacity

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

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

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

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

This text has shadow with #A4B68F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A4B68F.

Preview

Color preview on black background

This text has color #A4B68F on black background.


Color preview on white background

This text has color #A4B68F on white background.


Black color preview on #A4B68F background

This text has black color on #A4B68F background.


White color preview on #A4B68F background

This text has white color on #A4B68F background.


Related colors

Complementary color

Complementary color for #hex is #5B4970.


I love getcolorcode.com

Triadic colors

1 #8FA4B6 and #B68FA4 with #A4B68F are triadic colors.

2 #8FB6A4 and #B6A48F with #A4B68F are triadic colors.