COLOR #A6B270

HEX: #A6B270 RGB: (166,178,112)

Color info

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

RGB color model

#A6B270 color RGB value is (166,178,112).

RGB: (166,178,112) (65%, 70%, 44%)

RGB channels and saturation

R 166 of 255 = 65%
G 178 of 255 = 70%
B 112 of 255 = 44%

166
178
112

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

Portions of RGB colors in percentages

R + G + B = 166 + 178 + 112 = 456 (100%)
R 166 of 456 ~ 36.4%
G 178 of 456 ~ 39.04%
B 112 of 456 ~ 24.56'%

%36.4
%39.04
%24.56

CMYK color model

#A6B270 color CMYK value is (7,0,37,30).

  • cyan value is 6.74%
  • magenta value is 0.00%
  • yellow value is 37.08%
  • key color value is 30.20%

CMYK: (7,0,37,30)
C7M0Y37K30 (7%, 0%, 37%, 30%)
(0.07 / 0.00 / 0.37 / 0.30)

CMYK percentages

%6.74
%0
%37.08
%30.2

Codes

Color #A6B270 in popluar color models

A6 B2 70
RGB 166 178 112
HSL 71° 30.00% 56.86%
HSB/HSV 71° 37.08% 69.80%
CMYK 6.74% 0.00% 37.08%
30.20%

Color #A6B270 in popluar number systems.

HEX A6 B2 70
Decimal 166 178 112
Binary 10100110 10110010 1110000
Octal 246 262 160

Shades and tints

Shades of #A6B270

#A6B270
(166,178,112)
#97A266
(151,162,102)
#88925C
(136,146,92)
#798252
(121,130,82)
#6A7248
(106,114,72)
#5B623E
(91,98,62)
#4C5234
(76,82,52)
#3D422A
(61,66,42)
#2E3220
(46,50,32)
#1F2216
(31,34,22)
#10120C
(16,18,12)
#000000
(0,0,0)

Tints of #A6B270

#A6B270
(166,178,112)
#AEB97D
(174,185,125)
#B6C08A
(182,192,138)
#BEC797
(190,199,151)
#C6CEA4
(198,206,164)
#CED5B1
(206,213,177)
#D6DCBE
(214,220,190)
#DEE3CB
(222,227,203)
#E6EAD8
(230,234,216)
#EEF1E5
(238,241,229)
#F6F8F2
(246,248,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A6B270 color. Also use rgb(166,178,112) instead hex code.

Text Font Color

.myTextColor { color: #A6B270; }

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

This text font color is #A6B270.

Background Color

.myBgColor { background-color: #A6B270; }

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

This div background color is #A6B270.

Border color

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

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

This div border color is #A6B270.

Opacity

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

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

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

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

This text has shadow with #A6B270 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A6B270.

Preview

Color preview on black background

This text has color #A6B270 on black background.


Color preview on white background

This text has color #A6B270 on white background.


Black color preview on #A6B270 background

This text has black color on #A6B270 background.


White color preview on #A6B270 background

This text has white color on #A6B270 background.


Related colors

Complementary color

Complementary color for #hex is #594D8F.


I love getcolorcode.com

Triadic colors

1 #70A6B2 and #B270A6 with #A6B270 are triadic colors.

2 #70B2A6 and #B2A670 with #A6B270 are triadic colors.