COLOR #A6B075

HEX: #A6B075
RGB: (166,176,117)

Color info

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

RGB color model

#A6B075 color RGB value is (166,176,117).

  • red value is 166;
  • green value is 176;
  • blue value is 117.
RGB:
(166,176,117)
(65%,69%,46%)

RGB channels and saturation

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

166
176
117

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

Portions of RGB colors in percentages

R + G + B =
166 + 176 + 117 = 459 (100%)
R 166 of 459 ~ 36.17%
G 176 of 459 ~ 38.34%
B 117 of 459 ~ 25.49%

%36.17
%38.34
%25.49

CMYK color model

#A6B075 color CMYK value is (6,0,34,31).

  • cyan value is 5.68%
  • magenta value is 0.00%
  • yellow value is 33.52%
  • key color value is 30.98%
CMYK:
(6,0,34,31)
C6M0Y34K31 
(6%,0%,34%,31%)
(0.06/0.00/0.34/0.31)	

CMYK percentages

%5.68
%0
%33.52
%30.98

Codes

Color #A6B075 in popluar color models

A6B075
RGB166176117
HSL70°27.19%57.45%
HSB/HSV70°33.52%69.02%
CMYK5.68%0.00%33.52%
30.98%

Color #A6B075 in popluar number systems.

HEXA6B075
Decimal166176117
Binary10100110101100001110101
Octal246260165

Shades and tints

Shades of #A6B075

#A6B075
(166,176,117)
#97A06B
(151,160,107)
#889061
(136,144,97)
#798057
(121,128,87)
#6A704D
(106,112,77)
#5B6043
(91,96,67)
#4C5039
(76,80,57)
#3D402F
(61,64,47)
#2E3025
(46,48,37)
#1F201B
(31,32,27)
#101011
(16,16,17)
#000000
(0,0,0)

Tints of #A6B075

#A6B075
(166,176,117)
#AEB781
(174,183,129)
#B6BE8D
(182,190,141)
#BEC599
(190,197,153)
#C6CCA5
(198,204,165)
#CED3B1
(206,211,177)
#D6DABD
(214,218,189)
#DEE1C9
(222,225,201)
#E6E8D5
(230,232,213)
#EEEFE1
(238,239,225)
#F6F6ED
(246,246,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A6B075; }

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

This text font color is #A6B075.


Background Color

.myBgColor { background-color: #A6B075; }

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

This div background color is #A6B075.


Border color

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

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

This div border color is #A6B075.


Opacity

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

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

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

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

This text has shadow with #A6B075 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A6B075 on black background.


Color preview on white background

This text has color #A6B075 on white background.



Black color preview on #A6B075 background

This text has black color on #A6B075 background.


White color preview on #A6B075 background

This text has white color on #A6B075 background.