COLOR #A6B457

HEX: #A6B457 RGB: (166,180,87)

Color info

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

RGB color model

#A6B457 color RGB value is (166,180,87).

RGB: (166,180,87) (65%, 71%, 34%)

RGB channels and saturation

R 166 of 255 = 65%
G 180 of 255 = 71%
B 87 of 255 = 34%

166
180
87

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

Portions of RGB colors in percentages

R + G + B = 166 + 180 + 87 = 433 (100%)
R 166 of 433 ~ 38.34%
G 180 of 433 ~ 41.57%
B 87 of 433 ~ 20.09'%

%38.34
%41.57
%20.09

CMYK color model

#A6B457 color CMYK value is (8,0,52,29).

  • cyan value is 7.78%
  • magenta value is 0.00%
  • yellow value is 51.67%
  • key color value is 29.41%

CMYK: (8,0,52,29)
C8M0Y52K29 (8%, 0%, 52%, 29%)
(0.08 / 0.00 / 0.52 / 0.29)

CMYK percentages

%7.78
%0
%51.67
%29.41

Codes

Color #A6B457 in popluar color models

A6 B4 57
RGB 166 180 87
HSL 69° 38.27% 52.35%
HSB/HSV 69° 51.67% 70.59%
CMYK 7.78% 0.00% 51.67%
29.41%

Color #A6B457 in popluar number systems.

HEX A6 B4 57
Decimal 166 180 87
Binary 10100110 10110100 1010111
Octal 246 264 127

Shades and tints

Shades of #A6B457

#A6B457
(166,180,87)
#97A450
(151,164,80)
#889449
(136,148,73)
#798442
(121,132,66)
#6A743B
(106,116,59)
#5B6434
(91,100,52)
#4C542D
(76,84,45)
#3D4426
(61,68,38)
#2E341F
(46,52,31)
#1F2418
(31,36,24)
#101411
(16,20,17)
#000000
(0,0,0)

Tints of #A6B457

#A6B457
(166,180,87)
#AEBA66
(174,186,102)
#B6C075
(182,192,117)
#BEC684
(190,198,132)
#C6CC93
(198,204,147)
#CED2A2
(206,210,162)
#D6D8B1
(214,216,177)
#DEDEC0
(222,222,192)
#E6E4CF
(230,228,207)
#EEEADE
(238,234,222)
#F6F0ED
(246,240,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A6B457; }

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

This text font color is #A6B457.

Background Color

.myBgColor { background-color: #A6B457; }

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

This div background color is #A6B457.

Border color

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

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

This div border color is #A6B457.

Opacity

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

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

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

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

This text has shadow with #A6B457 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A6B457.

Preview

Color preview on black background

This text has color #A6B457 on black background.


Color preview on white background

This text has color #A6B457 on white background.


Black color preview on #A6B457 background

This text has black color on #A6B457 background.


White color preview on #A6B457 background

This text has white color on #A6B457 background.


Related colors

Complementary color

Complementary color for #hex is #594BA8.


I love getcolorcode.com

Triadic colors

1 #57A6B4 and #B457A6 with #A6B457 are triadic colors.

2 #57B4A6 and #B4A657 with #A6B457 are triadic colors.