COLOR #A4A078

HEX: #A4A078 RGB: (164,160,120)

Color info

#A4A078 contains red, green and blue colors in about the same proportion. Web safe color of #A4A078 is #999966 (or #996).

RGB color model

#A4A078 color RGB value is (164,160,120).

RGB: (164,160,120) (64%, 63%, 47%)

RGB channels and saturation

R 164 of 255 = 64%
G 160 of 255 = 63%
B 120 of 255 = 47%

164
160
120

R + G + B ~ 58%. #A4A078 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 164 + 160 + 120 = 444 (100%)
R 164 of 444 ~ 36.94%
G 160 of 444 ~ 36.04%
B 120 of 444 ~ 27.03'%

%36.94
%36.04
%27.03

CMYK color model

#A4A078 color CMYK value is (0,2,27,36).

  • cyan value is 0.00%
  • magenta value is 2.44%
  • yellow value is 26.83%
  • key color value is 35.69%

CMYK: (0,2,27,36)
C0M2Y27K36 (0%, 2%, 27%, 36%)
(0.00 / 0.02 / 0.27 / 0.36)

CMYK percentages

%0
%2.44
%26.83
%35.69

Codes

Color #A4A078 in popluar color models

A4 A0 78
RGB 164 160 120
HSL 55° 19.47% 55.69%
HSB/HSV 55° 26.83% 64.31%
CMYK 0.00% 2.44% 26.83%
35.69%

Color #A4A078 in popluar number systems.

HEX A4 A0 78
Decimal 164 160 120
Binary 10100100 10100000 1111000
Octal 244 240 170

Shades and tints

Shades of #A4A078

#A4A078
(164,160,120)
#96926E
(150,146,110)
#888464
(136,132,100)
#7A765A
(122,118,90)
#6C6850
(108,104,80)
#5E5A46
(94,90,70)
#504C3C
(80,76,60)
#423E32
(66,62,50)
#343028
(52,48,40)
#26221E
(38,34,30)
#181414
(24,20,20)
#000000
(0,0,0)

Tints of #A4A078

#A4A078
(164,160,120)
#ACA884
(172,168,132)
#B4B090
(180,176,144)
#BCB89C
(188,184,156)
#C4C0A8
(196,192,168)
#CCC8B4
(204,200,180)
#D4D0C0
(212,208,192)
#DCD8CC
(220,216,204)
#E4E0D8
(228,224,216)
#ECE8E4
(236,232,228)
#F4F0F0
(244,240,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A4A078 color. Also use rgb(164,160,120) instead hex code.

Text Font Color

.myTextColor { color: #A4A078; }

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

This text font color is #A4A078.

Background Color

.myBgColor { background-color: #A4A078; }

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

This div background color is #A4A078.

Border color

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

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

This div border color is #A4A078.

Opacity

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

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

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

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

This text has shadow with #A4A078 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A4A078.

Preview

Color preview on black background

This text has color #A4A078 on black background.


Color preview on white background

This text has color #A4A078 on white background.


Black color preview on #A4A078 background

This text has black color on #A4A078 background.


White color preview on #A4A078 background

This text has white color on #A4A078 background.


Related colors

Complementary color

Complementary color for #hex is #5B5F87.


I love getcolorcode.com

Triadic colors

1 #78A4A0 and #A078A4 with #A4A078 are triadic colors.

2 #78A0A4 and #A0A478 with #A4A078 are triadic colors.