COLOR #A6B560

HEX: #A6B560
RGB: (166,181,96)

Color info

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

RGB color model

#A6B560 color RGB value is (166,181,96).

  • red value is 166;
  • green value is 181;
  • blue value is 96.
RGB:
(166,181,96)
(65%,71%,38%)

RGB channels and saturation

R 166 of 255 = 65%
G 181 of 255 = 71%
B 96 of 255 = 38%

166
181
96

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

Portions of RGB colors in percentages

R + G + B =
166 + 181 + 96 = 443 (100%)
R 166 of 443 ~ 37.47%
G 181 of 443 ~ 40.86%
B 96 of 443 ~ 21.67%

%37.47
%40.86
%21.67

CMYK color model

#A6B560 color CMYK value is (8,0,47,29).

  • cyan value is 8.29%
  • magenta value is 0.00%
  • yellow value is 46.96%
  • key color value is 29.02%
CMYK:
(8,0,47,29)
C8M0Y47K29 
(8%,0%,47%,29%)
(0.08/0.00/0.47/0.29)	

CMYK percentages

%8.29
%0
%46.96
%29.02

Codes

Color #A6B560 in popluar color models

A6B560
RGB16618196
HSL71°36.48%54.31%
HSB/HSV71°46.96%70.98%
CMYK8.29%0.00%46.96%
29.02%

Color #A6B560 in popluar number systems.

HEXA6B560
Decimal16618196
Binary10100110101101011100000
Octal246265140

Shades and tints

Shades of #A6B560

#A6B560
(166,181,96)
#97A558
(151,165,88)
#889550
(136,149,80)
#798548
(121,133,72)
#6A7540
(106,117,64)
#5B6538
(91,101,56)
#4C5530
(76,85,48)
#3D4528
(61,69,40)
#2E3520
(46,53,32)
#1F2518
(31,37,24)
#101510
(16,21,16)
#000000
(0,0,0)

Tints of #A6B560

#A6B560
(166,181,96)
#AEBB6E
(174,187,110)
#B6C17C
(182,193,124)
#BEC78A
(190,199,138)
#C6CD98
(198,205,152)
#CED3A6
(206,211,166)
#D6D9B4
(214,217,180)
#DEDFC2
(222,223,194)
#E6E5D0
(230,229,208)
#EEEBDE
(238,235,222)
#F6F1EC
(246,241,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A6B560 color. Also use rgb(166,181,96) instead hex code.

Text Font Color

.myTextColor { color: #A6B560; }

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

This text font color is #A6B560.


Background Color

.myBgColor { background-color: #A6B560; }

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

This div background color is #A6B560.


Border color

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

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

This div border color is #A6B560.


Opacity

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

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

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

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

This text has shadow with #A6B560 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A6B560 on black background.


Color preview on white background

This text has color #A6B560 on white background.



Black color preview on #A6B560 background

This text has black color on #A6B560 background.


White color preview on #A6B560 background

This text has white color on #A6B560 background.