COLOR #A4A380

HEX: #A4A380
RGB: (164,163,128)

Color info

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

RGB color model

#A4A380 color RGB value is (164,163,128).

  • red value is 164;
  • green value is 163;
  • blue value is 128.
RGB:
(164,163,128)
(64%,64%,50%)

RGB channels and saturation

R 164 of 255 = 64%
G 163 of 255 = 64%
B 128 of 255 = 50%

164
163
128

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

Portions of RGB colors in percentages

R + G + B =
164 + 163 + 128 = 455 (100%)
R 164 of 455 ~ 36.04%
G 163 of 455 ~ 35.82%
B 128 of 455 ~ 28.13%

%36.04
%35.82
%28.13

CMYK color model

#A4A380 color CMYK value is (0,1,22,36).

  • cyan value is 0.00%
  • magenta value is 0.61%
  • yellow value is 21.95%
  • key color value is 35.69%
CMYK:
(0,1,22,36)
C0M1Y22K36 
(0%,1%,22%,36%)
(0.00/0.01/0.22/0.36)	

CMYK percentages

%0
%0.61
%21.95
%35.69

Codes

Color #A4A380 in popluar color models

A4A380
RGB164163128
HSL58°16.51%57.25%
HSB/HSV58°21.95%64.31%
CMYK0.00%0.61%21.95%
35.69%

Color #A4A380 in popluar number systems.

HEXA4A380
Decimal164163128
Binary101001001010001110000000
Octal244243200

Shades and tints

Shades of #A4A380

#A4A380
(164,163,128)
#969575
(150,149,117)
#88876A
(136,135,106)
#7A795F
(122,121,95)
#6C6B54
(108,107,84)
#5E5D49
(94,93,73)
#504F3E
(80,79,62)
#424133
(66,65,51)
#343328
(52,51,40)
#26251D
(38,37,29)
#181712
(24,23,18)
#000000
(0,0,0)

Tints of #A4A380

#A4A380
(164,163,128)
#ACAB8B
(172,171,139)
#B4B396
(180,179,150)
#BCBBA1
(188,187,161)
#C4C3AC
(196,195,172)
#CCCBB7
(204,203,183)
#D4D3C2
(212,211,194)
#DCDBCD
(220,219,205)
#E4E3D8
(228,227,216)
#ECEBE3
(236,235,227)
#F4F3EE
(244,243,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A4A380 color. Also use rgb(164,163,128) instead hex code.

Text Font Color

.myTextColor { color: #A4A380; }

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

This text font color is #A4A380.


Background Color

.myBgColor { background-color: #A4A380; }

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

This div background color is #A4A380.


Border color

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

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

This div border color is #A4A380.


Opacity

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

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

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

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

This text has shadow with #A4A380 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A4A380 on black background.


Color preview on white background

This text has color #A4A380 on white background.



Black color preview on #A4A380 background

This text has black color on #A4A380 background.


White color preview on #A4A380 background

This text has white color on #A4A380 background.