COLOR #A6B474

HEX: #A6B474
RGB: (166,180,116)

Color info

#A6B474 contains mainly red and green colors. Web safe color of #A6B474 is #99CC66 (or #9C6).

RGB color model

#A6B474 color RGB value is (166,180,116).

  • red value is 166;
  • green value is 180;
  • blue value is 116.
RGB:
(166,180,116)
(65%,71%,45%)

RGB channels and saturation

R 166 of 255 = 65%
G 180 of 255 = 71%
B 116 of 255 = 45%

166
180
116

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

Portions of RGB colors in percentages

R + G + B =
166 + 180 + 116 = 462 (100%)
R 166 of 462 ~ 35.93%
G 180 of 462 ~ 38.96%
B 116 of 462 ~ 25.11%

%35.93
%38.96
%25.11

CMYK color model

#A6B474 color CMYK value is (8,0,36,29).

  • cyan value is 7.78%
  • magenta value is 0.00%
  • yellow value is 35.56%
  • key color value is 29.41%
CMYK:
(8,0,36,29)
C8M0Y36K29 
(8%,0%,36%,29%)
(0.08/0.00/0.36/0.29)	

CMYK percentages

%7.78
%0
%35.56
%29.41

Codes

Color #A6B474 in popluar color models

A6B474
RGB166180116
HSL73°29.91%58.04%
HSB/HSV73°35.56%70.59%
CMYK7.78%0.00%35.56%
29.41%

Color #A6B474 in popluar number systems.

HEXA6B474
Decimal166180116
Binary10100110101101001110100
Octal246264164

Shades and tints

Shades of #A6B474

#A6B474
(166,180,116)
#97A46A
(151,164,106)
#889460
(136,148,96)
#798456
(121,132,86)
#6A744C
(106,116,76)
#5B6442
(91,100,66)
#4C5438
(76,84,56)
#3D442E
(61,68,46)
#2E3424
(46,52,36)
#1F241A
(31,36,26)
#101410
(16,20,16)
#000000
(0,0,0)

Tints of #A6B474

#A6B474
(166,180,116)
#AEBA80
(174,186,128)
#B6C08C
(182,192,140)
#BEC698
(190,198,152)
#C6CCA4
(198,204,164)
#CED2B0
(206,210,176)
#D6D8BC
(214,216,188)
#DEDEC8
(222,222,200)
#E6E4D4
(230,228,212)
#EEEAE0
(238,234,224)
#F6F0EC
(246,240,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A6B474 color. Also use rgb(166,180,116) instead hex code.

Text Font Color

.myTextColor { color: #A6B474; }

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

This text font color is #A6B474.


Background Color

.myBgColor { background-color: #A6B474; }

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

This div background color is #A6B474.


Border color

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

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

This div border color is #A6B474.


Opacity

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

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

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

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

This text has shadow with #A6B474 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A6B474 on black background.


Color preview on white background

This text has color #A6B474 on white background.



Black color preview on #A6B474 background

This text has black color on #A6B474 background.


White color preview on #A6B474 background

This text has white color on #A6B474 background.