COLOR #A6B36B

HEX: #A6B36B RGB: (166,179,107)

Color info

#A6B36B contains mainly red and green colors. Web safe color of #A6B36B is #999966 (or #996).

RGB color model

#A6B36B color RGB value is (166,179,107).

RGB: (166,179,107) (65%, 70%, 42%)

RGB channels and saturation

R 166 of 255 = 65%
G 179 of 255 = 70%
B 107 of 255 = 42%

166
179
107

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

Portions of RGB colors in percentages

R + G + B = 166 + 179 + 107 = 452 (100%)
R 166 of 452 ~ 36.73%
G 179 of 452 ~ 39.6%
B 107 of 452 ~ 23.67'%

%36.73
%39.6
%23.67

CMYK color model

#A6B36B color CMYK value is (7,0,40,30).

  • cyan value is 7.26%
  • magenta value is 0.00%
  • yellow value is 40.22%
  • key color value is 29.80%

CMYK: (7,0,40,30)
C7M0Y40K30 (7%, 0%, 40%, 30%)
(0.07 / 0.00 / 0.40 / 0.30)

CMYK percentages

%7.26
%0
%40.22
%29.8

Codes

Color #A6B36B in popluar color models

A6 B3 6B
RGB 166 179 107
HSL 71° 32.14% 56.08%
HSB/HSV 71° 40.22% 70.20%
CMYK 7.26% 0.00% 40.22%
29.80%

Color #A6B36B in popluar number systems.

HEX A6 B3 6B
Decimal 166 179 107
Binary 10100110 10110011 1101011
Octal 246 263 153

Shades and tints

Shades of #A6B36B

#A6B36B
(166,179,107)
#97A362
(151,163,98)
#889359
(136,147,89)
#798350
(121,131,80)
#6A7347
(106,115,71)
#5B633E
(91,99,62)
#4C5335
(76,83,53)
#3D432C
(61,67,44)
#2E3323
(46,51,35)
#1F231A
(31,35,26)
#101311
(16,19,17)
#000000
(0,0,0)

Tints of #A6B36B

#A6B36B
(166,179,107)
#AEB978
(174,185,120)
#B6BF85
(182,191,133)
#BEC592
(190,197,146)
#C6CB9F
(198,203,159)
#CED1AC
(206,209,172)
#D6D7B9
(214,215,185)
#DEDDC6
(222,221,198)
#E6E3D3
(230,227,211)
#EEE9E0
(238,233,224)
#F6EFED
(246,239,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A6B36B color. Also use rgb(166,179,107) instead hex code.

Text Font Color

.myTextColor { color: #A6B36B; }

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

This text font color is #A6B36B.

Background Color

.myBgColor { background-color: #A6B36B; }

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

This div background color is #A6B36B.

Border color

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

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

This div border color is #A6B36B.

Opacity

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

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

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

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

This text has shadow with #A6B36B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A6B36B.

Preview

Color preview on black background

This text has color #A6B36B on black background.


Color preview on white background

This text has color #A6B36B on white background.


Black color preview on #A6B36B background

This text has black color on #A6B36B background.


White color preview on #A6B36B background

This text has white color on #A6B36B background.


Related colors

Complementary color

Complementary color for #hex is #594C94.


I love getcolorcode.com

Triadic colors

1 #6BA6B3 and #B36BA6 with #A6B36B are triadic colors.

2 #6BB3A6 and #B3A66B with #A6B36B are triadic colors.