COLOR #A3A57D

HEX: #A3A57D
RGB: (163,165,125)

Color info

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

RGB color model

#A3A57D color RGB value is (163,165,125).

  • red value is 163;
  • green value is 165;
  • blue value is 125.
RGB:
(163,165,125)
(64%,65%,49%)

RGB channels and saturation

R 163 of 255 = 64%
G 165 of 255 = 65%
B 125 of 255 = 49%

163
165
125

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

Portions of RGB colors in percentages

R + G + B =
163 + 165 + 125 = 453 (100%)
R 163 of 453 ~ 35.98%
G 165 of 453 ~ 36.42%
B 125 of 453 ~ 27.59%

%35.98
%36.42
%27.59

CMYK color model

#A3A57D color CMYK value is (1,0,24,35).

  • cyan value is 1.21%
  • magenta value is 0.00%
  • yellow value is 24.24%
  • key color value is 35.29%
CMYK:
(1,0,24,35)
C1M0Y24K35 
(1%,0%,24%,35%)
(0.01/0.00/0.24/0.35)	

CMYK percentages

%1.21
%0
%24.24
%35.29

Codes

Color #A3A57D in popluar color models

A3A57D
RGB163165125
HSL63°18.18%56.86%
HSB/HSV63°24.24%64.71%
CMYK1.21%0.00%24.24%
35.29%

Color #A3A57D in popluar number systems.

HEXA3A57D
Decimal163165125
Binary10100011101001011111101
Octal243245175

Shades and tints

Shades of #A3A57D

#A3A57D
(163,165,125)
#959672
(149,150,114)
#878767
(135,135,103)
#79785C
(121,120,92)
#6B6951
(107,105,81)
#5D5A46
(93,90,70)
#4F4B3B
(79,75,59)
#413C30
(65,60,48)
#332D25
(51,45,37)
#251E1A
(37,30,26)
#170F0F
(23,15,15)
#000000
(0,0,0)

Tints of #A3A57D

#A3A57D
(163,165,125)
#ABAD88
(171,173,136)
#B3B593
(179,181,147)
#BBBD9E
(187,189,158)
#C3C5A9
(195,197,169)
#CBCDB4
(203,205,180)
#D3D5BF
(211,213,191)
#DBDDCA
(219,221,202)
#E3E5D5
(227,229,213)
#EBEDE0
(235,237,224)
#F3F5EB
(243,245,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A3A57D color. Also use rgb(163,165,125) instead hex code.

Text Font Color

.myTextColor { color: #A3A57D; }

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

This text font color is #A3A57D.


Background Color

.myBgColor { background-color: #A3A57D; }

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

This div background color is #A3A57D.


Border color

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

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

This div border color is #A3A57D.


Opacity

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

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

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

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

This text has shadow with #A3A57D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A3A57D on black background.


Color preview on white background

This text has color #A3A57D on white background.



Black color preview on #A3A57D background

This text has black color on #A3A57D background.


White color preview on #A3A57D background

This text has white color on #A3A57D background.