COLOR #A4A358

HEX: #A4A358
RGB: (164,163,88)

Color info

#A4A358 contains mainly red and green colors. Web safe color of #A4A358 is #999966 (or #996).

RGB color model

#A4A358 color RGB value is (164,163,88).

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

RGB channels and saturation

R 164 of 255 = 64%
G 163 of 255 = 64%
B 88 of 255 = 35%

164
163
88

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

Portions of RGB colors in percentages

R + G + B =
164 + 163 + 88 = 415 (100%)
R 164 of 415 ~ 39.52%
G 163 of 415 ~ 39.28%
B 88 of 415 ~ 21.2%

%39.52
%39.28
%21.2

CMYK color model

#A4A358 color CMYK value is (0,1,46,36).

  • cyan value is 0.00%
  • magenta value is 0.61%
  • yellow value is 46.34%
  • key color value is 35.69%
CMYK:
(0,1,46,36)
C0M1Y46K36 
(0%,1%,46%,36%)
(0.00/0.01/0.46/0.36)	

CMYK percentages

%0
%0.61
%46.34
%35.69

Codes

Color #A4A358 in popluar color models

A4A358
RGB16416388
HSL59°30.16%49.41%
HSB/HSV59°46.34%64.31%
CMYK0.00%0.61%46.34%
35.69%

Color #A4A358 in popluar number systems.

HEXA4A358
Decimal16416388
Binary10100100101000111011000
Octal244243130

Shades and tints

Shades of #A4A358

#A4A358
(164,163,88)
#969550
(150,149,80)
#888748
(136,135,72)
#7A7940
(122,121,64)
#6C6B38
(108,107,56)
#5E5D30
(94,93,48)
#504F28
(80,79,40)
#424120
(66,65,32)
#343318
(52,51,24)
#262510
(38,37,16)
#181708
(24,23,8)
#000000
(0,0,0)

Tints of #A4A358

#A4A358
(164,163,88)
#ACAB67
(172,171,103)
#B4B376
(180,179,118)
#BCBB85
(188,187,133)
#C4C394
(196,195,148)
#CCCBA3
(204,203,163)
#D4D3B2
(212,211,178)
#DCDBC1
(220,219,193)
#E4E3D0
(228,227,208)
#ECEBDF
(236,235,223)
#F4F3EE
(244,243,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A4A358; }

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

This text font color is #A4A358.


Background Color

.myBgColor { background-color: #A4A358; }

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

This div background color is #A4A358.


Border color

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

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

This div border color is #A4A358.


Opacity

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

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

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

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

This text has shadow with #A4A358 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A4A358 on black background.


Color preview on white background

This text has color #A4A358 on white background.



Black color preview on #A4A358 background

This text has black color on #A4A358 background.


White color preview on #A4A358 background

This text has white color on #A4A358 background.