COLOR #A6AF75

HEX: #A6AF75 RGB: (166,175,117)

Color info

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

RGB color model

#A6AF75 color RGB value is (166,175,117).

RGB: (166,175,117) (65%, 69%, 46%)

RGB channels and saturation

R 166 of 255 = 65%
G 175 of 255 = 69%
B 117 of 255 = 46%

166
175
117

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

Portions of RGB colors in percentages

R + G + B = 166 + 175 + 117 = 458 (100%)
R 166 of 458 ~ 36.24%
G 175 of 458 ~ 38.21%
B 117 of 458 ~ 25.55'%

%36.24
%38.21
%25.55

CMYK color model

#A6AF75 color CMYK value is (5,0,33,31).

  • cyan value is 5.14%
  • magenta value is 0.00%
  • yellow value is 33.14%
  • key color value is 31.37%
CMYK: (5,0,33,31) C5M0Y33K31 (5%,0%,33%,31%) (0.05/0.00/0.33/0.31) 

CMYK percentages

%5.14
%0
%33.14
%31.37

Codes

Color #A6AF75 in popluar color models

A6 AF 75
RGB 166 175 117
HSL 69° 26.61% 57.25%
HSB/HSV 69° 33.14% 68.63%
CMYK 5.14% 0.00% 33.14%
31.37%

Color #A6AF75 in popluar number systems.

HEX A6 AF 75
Decimal 166 175 117
Binary 10100110 10101111 1110101
Octal 246 257 165

Shades and tints

Shades of #A6AF75

#A6AF75
(166,175,117)
#97A06B
(151,160,107)
#889161
(136,145,97)
#798257
(121,130,87)
#6A734D
(106,115,77)
#5B6443
(91,100,67)
#4C5539
(76,85,57)
#3D462F
(61,70,47)
#2E3725
(46,55,37)
#1F281B
(31,40,27)
#101911
(16,25,17)
#000000
(0,0,0)

Tints of #A6AF75

#A6AF75
(166,175,117)
#AEB681
(174,182,129)
#B6BD8D
(182,189,141)
#BEC499
(190,196,153)
#C6CBA5
(198,203,165)
#CED2B1
(206,210,177)
#D6D9BD
(214,217,189)
#DEE0C9
(222,224,201)
#E6E7D5
(230,231,213)
#EEEEE1
(238,238,225)
#F6F5ED
(246,245,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A6AF75; }

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

This text font color is #A6AF75.

Background Color

.myBgColor { background-color: #A6AF75; }

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

This div background color is #A6AF75.

Border color

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

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

This div border color is #A6AF75.

Opacity

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

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

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

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

This text has shadow with #A6AF75 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A6AF75.

Preview

Color preview on black background

This text has color #A6AF75 on black background.


Color preview on white background

This text has color #A6AF75 on white background.


Black color preview on #A6AF75 background

This text has black color on #A6AF75 background.


White color preview on #A6AF75 background

This text has white color on #A6AF75 background.


Related colors

Complementary color

Complementary color for #hex is #59508A.


I love getcolorcode.com

Triadic colors

1 #75A6AF and #AF75A6 with #A6AF75 are triadic colors.

2 #75AFA6 and #AFA675 with #A6AF75 are triadic colors.