COLOR #A3AF4E

HEX: #A3AF4E
RGB: (163,175,78)

Color info

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

RGB color model

#A3AF4E color RGB value is (163,175,78).

  • red value is 163;
  • green value is 175;
  • blue value is 78.
RGB:
(163,175,78)
(64%,69%,31%)

RGB channels and saturation

R 163 of 255 = 64%
G 175 of 255 = 69%
B 78 of 255 = 31%

163
175
78

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

Portions of RGB colors in percentages

R + G + B =
163 + 175 + 78 = 416 (100%)
R 163 of 416 ~ 39.18%
G 175 of 416 ~ 42.07%
B 78 of 416 ~ 18.75%

%39.18
%42.07
%18.75

CMYK color model

#A3AF4E color CMYK value is (7,0,55,31).

  • cyan value is 6.86%
  • magenta value is 0.00%
  • yellow value is 55.43%
  • key color value is 31.37%
CMYK:
(7,0,55,31)
C7M0Y55K31 
(7%,0%,55%,31%)
(0.07/0.00/0.55/0.31)	

CMYK percentages

%6.86
%0
%55.43
%31.37

Codes

Color #A3AF4E in popluar color models

A3AF4E
RGB16317578
HSL67°38.34%49.61%
HSB/HSV67°55.43%68.63%
CMYK6.86%0.00%55.43%
31.37%

Color #A3AF4E in popluar number systems.

HEXA3AF4E
Decimal16317578
Binary10100011101011111001110
Octal243257116

Shades and tints

Shades of #A3AF4E

#A3AF4E
(163,175,78)
#95A047
(149,160,71)
#879140
(135,145,64)
#798239
(121,130,57)
#6B7332
(107,115,50)
#5D642B
(93,100,43)
#4F5524
(79,85,36)
#41461D
(65,70,29)
#333716
(51,55,22)
#25280F
(37,40,15)
#171908
(23,25,8)
#000000
(0,0,0)

Tints of #A3AF4E

#A3AF4E
(163,175,78)
#ABB65E
(171,182,94)
#B3BD6E
(179,189,110)
#BBC47E
(187,196,126)
#C3CB8E
(195,203,142)
#CBD29E
(203,210,158)
#D3D9AE
(211,217,174)
#DBE0BE
(219,224,190)
#E3E7CE
(227,231,206)
#EBEEDE
(235,238,222)
#F3F5EE
(243,245,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A3AF4E color. Also use rgb(163,175,78) instead hex code.

Text Font Color

.myTextColor { color: #A3AF4E; }

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

This text font color is #A3AF4E.


Background Color

.myBgColor { background-color: #A3AF4E; }

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

This div background color is #A3AF4E.


Border color

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

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

This div border color is #A3AF4E.


Opacity

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

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

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

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

This text has shadow with #A3AF4E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A3AF4E on black background.


Color preview on white background

This text has color #A3AF4E on white background.



Black color preview on #A3AF4E background

This text has black color on #A3AF4E background.


White color preview on #A3AF4E background

This text has white color on #A3AF4E background.