COLOR #A6B55D

HEX: #A6B55D
RGB: (166,181,93)

Color info

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

RGB color model

#A6B55D color RGB value is (166,181,93).

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

RGB channels and saturation

R 166 of 255 = 65%
G 181 of 255 = 71%
B 93 of 255 = 36%

166
181
93

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

Portions of RGB colors in percentages

R + G + B =
166 + 181 + 93 = 440 (100%)
R 166 of 440 ~ 37.73%
G 181 of 440 ~ 41.14%
B 93 of 440 ~ 21.14%

%37.73
%41.14
%21.14

CMYK color model

#A6B55D color CMYK value is (8,0,49,29).

  • cyan value is 8.29%
  • magenta value is 0.00%
  • yellow value is 48.62%
  • key color value is 29.02%
CMYK:
(8,0,49,29)
C8M0Y49K29 
(8%,0%,49%,29%)
(0.08/0.00/0.49/0.29)	

CMYK percentages

%8.29
%0
%48.62
%29.02

Codes

Color #A6B55D in popluar color models

A6B55D
RGB16618193
HSL70°37.29%53.73%
HSB/HSV70°48.62%70.98%
CMYK8.29%0.00%48.62%
29.02%

Color #A6B55D in popluar number systems.

HEXA6B55D
Decimal16618193
Binary10100110101101011011101
Octal246265135

Shades and tints

Shades of #A6B55D

#A6B55D
(166,181,93)
#97A555
(151,165,85)
#88954D
(136,149,77)
#798545
(121,133,69)
#6A753D
(106,117,61)
#5B6535
(91,101,53)
#4C552D
(76,85,45)
#3D4525
(61,69,37)
#2E351D
(46,53,29)
#1F2515
(31,37,21)
#10150D
(16,21,13)
#000000
(0,0,0)

Tints of #A6B55D

#A6B55D
(166,181,93)
#AEBB6B
(174,187,107)
#B6C179
(182,193,121)
#BEC787
(190,199,135)
#C6CD95
(198,205,149)
#CED3A3
(206,211,163)
#D6D9B1
(214,217,177)
#DEDFBF
(222,223,191)
#E6E5CD
(230,229,205)
#EEEBDB
(238,235,219)
#F6F1E9
(246,241,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A6B55D; }

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

This text font color is #A6B55D.


Background Color

.myBgColor { background-color: #A6B55D; }

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

This div background color is #A6B55D.


Border color

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

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

This div border color is #A6B55D.


Opacity

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

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

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

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

This text has shadow with #A6B55D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A6B55D on black background.


Color preview on white background

This text has color #A6B55D on white background.



Black color preview on #A6B55D background

This text has black color on #A6B55D background.


White color preview on #A6B55D background

This text has white color on #A6B55D background.