COLOR #A6B479

HEX: #A6B479 RGB: (166,180,121)

Color info

#A6B479 contains red, green and blue colors in about the same proportion. Web safe color of #A6B479 is #99CC66 (or #9C6).

RGB color model

#A6B479 color RGB value is (166,180,121).

RGB: (166,180,121) (65%, 71%, 47%)

RGB channels and saturation

R 166 of 255 = 65%
G 180 of 255 = 71%
B 121 of 255 = 47%

166
180
121

R + G + B ~ 61%. #A6B479 is quite light color.

Portions of RGB colors in percentages

R + G + B = 166 + 180 + 121 = 467 (100%)
R 166 of 467 ~ 35.55%
G 180 of 467 ~ 38.54%
B 121 of 467 ~ 25.91'%

%35.55
%38.54
%25.91

CMYK color model

#A6B479 color CMYK value is (8,0,33,29).

  • cyan value is 7.78%
  • magenta value is 0.00%
  • yellow value is 32.78%
  • key color value is 29.41%
CMYK: (8,0,33,29) C8M0Y33K29 (8%,0%,33%,29%) (0.08/0.00/0.33/0.29) 

CMYK percentages

%7.78
%0
%32.78
%29.41

Codes

Color #A6B479 in popluar color models

A6 B4 79
RGB 166 180 121
HSL 74° 28.23% 59.02%
HSB/HSV 74° 32.78% 70.59%
CMYK 7.78% 0.00% 32.78%
29.41%

Color #A6B479 in popluar number systems.

HEX A6 B4 79
Decimal 166 180 121
Binary 10100110 10110100 1111001
Octal 246 264 171

Shades and tints

Shades of #A6B479

#A6B479
(166,180,121)
#97A46E
(151,164,110)
#889463
(136,148,99)
#798458
(121,132,88)
#6A744D
(106,116,77)
#5B6442
(91,100,66)
#4C5437
(76,84,55)
#3D442C
(61,68,44)
#2E3421
(46,52,33)
#1F2416
(31,36,22)
#10140B
(16,20,11)
#000000
(0,0,0)

Tints of #A6B479

#A6B479
(166,180,121)
#AEBA85
(174,186,133)
#B6C091
(182,192,145)
#BEC69D
(190,198,157)
#C6CCA9
(198,204,169)
#CED2B5
(206,210,181)
#D6D8C1
(214,216,193)
#DEDECD
(222,222,205)
#E6E4D9
(230,228,217)
#EEEAE5
(238,234,229)
#F6F0F1
(246,240,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A6B479; }

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

This text font color is #A6B479.

Background Color

.myBgColor { background-color: #A6B479; }

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

This div background color is #A6B479.

Border color

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

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

This div border color is #A6B479.

Opacity

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

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

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

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

This text has shadow with #A6B479 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A6B479.

Preview

Color preview on black background

This text has color #A6B479 on black background.


Color preview on white background

This text has color #A6B479 on white background.


Black color preview on #A6B479 background

This text has black color on #A6B479 background.


White color preview on #A6B479 background

This text has white color on #A6B479 background.


Related colors

Complementary color

Complementary color for #hex is #594B86.


I love getcolorcode.com

Triadic colors

1 #79A6B4 and #B479A6 with #A6B479 are triadic colors.

2 #79B4A6 and #B4A679 with #A6B479 are triadic colors.