COLOR #A4A78C

HEX: #A4A78C RGB: (164,167,140)

Color info

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

RGB color model

#A4A78C color RGB value is (164,167,140).

RGB: (164,167,140) (64%, 65%, 55%)

RGB channels and saturation

R 164 of 255 = 64%
G 167 of 255 = 65%
B 140 of 255 = 55%

164
167
140

R + G + B ~ 61%. #A4A78C is quite light color.

Portions of RGB colors in percentages

R + G + B = 164 + 167 + 140 = 471 (100%)
R 164 of 471 ~ 34.82%
G 167 of 471 ~ 35.46%
B 140 of 471 ~ 29.72'%

%34.82
%35.46
%29.72

CMYK color model

#A4A78C color CMYK value is (2,0,16,35).

  • cyan value is 1.80%
  • magenta value is 0.00%
  • yellow value is 16.17%
  • key color value is 34.51%

CMYK: (2,0,16,35)
C2M0Y16K35 (2%, 0%, 16%, 35%)
(0.02 / 0.00 / 0.16 / 0.35)

CMYK percentages

%1.8
%0
%16.17
%34.51

Codes

Color #A4A78C in popluar color models

A4 A7 8C
RGB 164 167 140
HSL 67° 13.30% 60.20%
HSB/HSV 67° 16.17% 65.49%
CMYK 1.80% 0.00% 16.17%
34.51%

Color #A4A78C in popluar number systems.

HEX A4 A7 8C
Decimal 164 167 140
Binary 10100100 10100111 10001100
Octal 244 247 214

Shades and tints

Shades of #A4A78C

#A4A78C
(164,167,140)
#969880
(150,152,128)
#888974
(136,137,116)
#7A7A68
(122,122,104)
#6C6B5C
(108,107,92)
#5E5C50
(94,92,80)
#504D44
(80,77,68)
#423E38
(66,62,56)
#342F2C
(52,47,44)
#262020
(38,32,32)
#181114
(24,17,20)
#000000
(0,0,0)

Tints of #A4A78C

#A4A78C
(164,167,140)
#ACAF96
(172,175,150)
#B4B7A0
(180,183,160)
#BCBFAA
(188,191,170)
#C4C7B4
(196,199,180)
#CCCFBE
(204,207,190)
#D4D7C8
(212,215,200)
#DCDFD2
(220,223,210)
#E4E7DC
(228,231,220)
#ECEFE6
(236,239,230)
#F4F7F0
(244,247,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A4A78C color. Also use rgb(164,167,140) instead hex code.

Text Font Color

.myTextColor { color: #A4A78C; }

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

This text font color is #A4A78C.

Background Color

.myBgColor { background-color: #A4A78C; }

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

This div background color is #A4A78C.

Border color

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

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

This div border color is #A4A78C.

Opacity

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

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

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

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

This text has shadow with #A4A78C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A4A78C.

Preview

Color preview on black background

This text has color #A4A78C on black background.


Color preview on white background

This text has color #A4A78C on white background.


Black color preview on #A4A78C background

This text has black color on #A4A78C background.


White color preview on #A4A78C background

This text has white color on #A4A78C background.


Related colors

Complementary color

Complementary color for #hex is #5B5873.


I love getcolorcode.com

Triadic colors

1 #8CA4A7 and #A78CA4 with #A4A78C are triadic colors.

2 #8CA7A4 and #A7A48C with #A4A78C are triadic colors.