COLOR #A3A77E

HEX: #A3A77E
RGB: (163,167,126)

Color info

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

RGB color model

#A3A77E color RGB value is (163,167,126).

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

RGB channels and saturation

R 163 of 255 = 64%
G 167 of 255 = 65%
B 126 of 255 = 49%

163
167
126

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

Portions of RGB colors in percentages

R + G + B =
163 + 167 + 126 = 456 (100%)
R 163 of 456 ~ 35.75%
G 167 of 456 ~ 36.62%
B 126 of 456 ~ 27.63%

%35.75
%36.62
%27.63

CMYK color model

#A3A77E color CMYK value is (2,0,25,35).

  • cyan value is 2.40%
  • magenta value is 0.00%
  • yellow value is 24.55%
  • key color value is 34.51%
CMYK:
(2,0,25,35)
C2M0Y25K35 
(2%,0%,25%,35%)
(0.02/0.00/0.25/0.35)	

CMYK percentages

%2.4
%0
%24.55
%34.51

Codes

Color #A3A77E in popluar color models

A3A77E
RGB163167126
HSL66°18.89%57.45%
HSB/HSV66°24.55%65.49%
CMYK2.40%0.00%24.55%
34.51%

Color #A3A77E in popluar number systems.

HEXA3A77E
Decimal163167126
Binary10100011101001111111110
Octal243247176

Shades and tints

Shades of #A3A77E

#A3A77E
(163,167,126)
#959873
(149,152,115)
#878968
(135,137,104)
#797A5D
(121,122,93)
#6B6B52
(107,107,82)
#5D5C47
(93,92,71)
#4F4D3C
(79,77,60)
#413E31
(65,62,49)
#332F26
(51,47,38)
#25201B
(37,32,27)
#171110
(23,17,16)
#000000
(0,0,0)

Tints of #A3A77E

#A3A77E
(163,167,126)
#ABAF89
(171,175,137)
#B3B794
(179,183,148)
#BBBF9F
(187,191,159)
#C3C7AA
(195,199,170)
#CBCFB5
(203,207,181)
#D3D7C0
(211,215,192)
#DBDFCB
(219,223,203)
#E3E7D6
(227,231,214)
#EBEFE1
(235,239,225)
#F3F7EC
(243,247,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A3A77E color. Also use rgb(163,167,126) instead hex code.

Text Font Color

.myTextColor { color: #A3A77E; }

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

This text font color is #A3A77E.


Background Color

.myBgColor { background-color: #A3A77E; }

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

This div background color is #A3A77E.


Border color

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

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

This div border color is #A3A77E.


Opacity

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

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

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

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

This text has shadow with #A3A77E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A3A77E on black background.


Color preview on white background

This text has color #A3A77E on white background.



Black color preview on #A3A77E background

This text has black color on #A3A77E background.


White color preview on #A3A77E background

This text has white color on #A3A77E background.