COLOR #A4AF6E

HEX: #A4AF6E
RGB: (164,175,110)

Color info

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

RGB color model

#A4AF6E color RGB value is (164,175,110).

  • red value is 164;
  • green value is 175;
  • blue value is 110.
RGB:
(164,175,110)
(64%,69%,43%)

RGB channels and saturation

R 164 of 255 = 64%
G 175 of 255 = 69%
B 110 of 255 = 43%

164
175
110

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

Portions of RGB colors in percentages

R + G + B =
164 + 175 + 110 = 449 (100%)
R 164 of 449 ~ 36.53%
G 175 of 449 ~ 38.98%
B 110 of 449 ~ 24.5%

%36.53
%38.98
%24.5

CMYK color model

#A4AF6E color CMYK value is (6,0,37,31).

  • cyan value is 6.29%
  • magenta value is 0.00%
  • yellow value is 37.14%
  • key color value is 31.37%
CMYK:
(6,0,37,31)
C6M0Y37K31 
(6%,0%,37%,31%)
(0.06/0.00/0.37/0.31)	

CMYK percentages

%6.29
%0
%37.14
%31.37

Codes

Color #A4AF6E in popluar color models

A4AF6E
RGB164175110
HSL70°28.89%55.88%
HSB/HSV70°37.14%68.63%
CMYK6.29%0.00%37.14%
31.37%

Color #A4AF6E in popluar number systems.

HEXA4AF6E
Decimal164175110
Binary10100100101011111101110
Octal244257156

Shades and tints

Shades of #A4AF6E

#A4AF6E
(164,175,110)
#96A064
(150,160,100)
#88915A
(136,145,90)
#7A8250
(122,130,80)
#6C7346
(108,115,70)
#5E643C
(94,100,60)
#505532
(80,85,50)
#424628
(66,70,40)
#34371E
(52,55,30)
#262814
(38,40,20)
#18190A
(24,25,10)
#000000
(0,0,0)

Tints of #A4AF6E

#A4AF6E
(164,175,110)
#ACB67B
(172,182,123)
#B4BD88
(180,189,136)
#BCC495
(188,196,149)
#C4CBA2
(196,203,162)
#CCD2AF
(204,210,175)
#D4D9BC
(212,217,188)
#DCE0C9
(220,224,201)
#E4E7D6
(228,231,214)
#ECEEE3
(236,238,227)
#F4F5F0
(244,245,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A4AF6E color. Also use rgb(164,175,110) instead hex code.

Text Font Color

.myTextColor { color: #A4AF6E; }

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

This text font color is #A4AF6E.


Background Color

.myBgColor { background-color: #A4AF6E; }

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

This div background color is #A4AF6E.


Border color

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

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

This div border color is #A4AF6E.


Opacity

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

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

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

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

This text has shadow with #A4AF6E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A4AF6E on black background.


Color preview on white background

This text has color #A4AF6E on white background.



Black color preview on #A4AF6E background

This text has black color on #A4AF6E background.


White color preview on #A4AF6E background

This text has white color on #A4AF6E background.