COLOR #A6AF85

HEX: #A6AF85
RGB: (166,175,133)

Color info

#A6AF85 contains red, green and blue colors in about the same proportion. Web safe color of #A6AF85 is #999999 (or #999).

RGB color model

#A6AF85 color RGB value is (166,175,133).

  • red value is 166;
  • green value is 175;
  • blue value is 133.
RGB:
(166,175,133)
(65%,69%,52%)

RGB channels and saturation

R 166 of 255 = 65%
G 175 of 255 = 69%
B 133 of 255 = 52%

166
175
133

R + G + B ~ 62%. #A6AF85 is quite light color.

Portions of RGB colors in percentages

R + G + B =
166 + 175 + 133 = 474 (100%)
R 166 of 474 ~ 35.02%
G 175 of 474 ~ 36.92%
B 133 of 474 ~ 28.06%

%35.02
%36.92
%28.06

CMYK color model

#A6AF85 color CMYK value is (5,0,24,31).

  • cyan value is 5.14%
  • magenta value is 0.00%
  • yellow value is 24.00%
  • key color value is 31.37%
CMYK:
(5,0,24,31)
C5M0Y24K31 
(5%,0%,24%,31%)
(0.05/0.00/0.24/0.31)	

CMYK percentages

%5.14
%0
%24
%31.37

Codes

Color #A6AF85 in popluar color models

A6AF85
RGB166175133
HSL73°20.79%60.39%
HSB/HSV73°24.00%68.63%
CMYK5.14%0.00%24.00%
31.37%

Color #A6AF85 in popluar number systems.

HEXA6AF85
Decimal166175133
Binary101001101010111110000101
Octal246257205

Shades and tints

Shades of #A6AF85

#A6AF85
(166,175,133)
#97A079
(151,160,121)
#88916D
(136,145,109)
#798261
(121,130,97)
#6A7355
(106,115,85)
#5B6449
(91,100,73)
#4C553D
(76,85,61)
#3D4631
(61,70,49)
#2E3725
(46,55,37)
#1F2819
(31,40,25)
#10190D
(16,25,13)
#000000
(0,0,0)

Tints of #A6AF85

#A6AF85
(166,175,133)
#AEB690
(174,182,144)
#B6BD9B
(182,189,155)
#BEC4A6
(190,196,166)
#C6CBB1
(198,203,177)
#CED2BC
(206,210,188)
#D6D9C7
(214,217,199)
#DEE0D2
(222,224,210)
#E6E7DD
(230,231,221)
#EEEEE8
(238,238,232)
#F6F5F3
(246,245,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A6AF85 color. Also use rgb(166,175,133) instead hex code.

Text Font Color

.myTextColor { color: #A6AF85; }

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

This text font color is #A6AF85.


Background Color

.myBgColor { background-color: #A6AF85; }

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

This div background color is #A6AF85.


Border color

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

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

This div border color is #A6AF85.


Opacity

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

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

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

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

This text has shadow with #A6AF85 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A6AF85 on black background.


Color preview on white background

This text has color #A6AF85 on white background.



Black color preview on #A6AF85 background

This text has black color on #A6AF85 background.


White color preview on #A6AF85 background

This text has white color on #A6AF85 background.