COLOR #A6B99A

HEX: #A6B99A
RGB: (166,185,154)

Color info

#A6B99A contains red, green and blue colors in about the same proportion. Web safe color of #A6B99A is #99CC99 (or #9C9).

RGB color model

#A6B99A color RGB value is (166,185,154).

  • red value is 166;
  • green value is 185;
  • blue value is 154.
RGB:
(166,185,154)
(65%,73%,60%)

RGB channels and saturation

R 166 of 255 = 65%
G 185 of 255 = 73%
B 154 of 255 = 60%

166
185
154

R + G + B ~ 66%. #A6B99A is quite light color.

Portions of RGB colors in percentages

R + G + B =
166 + 185 + 154 = 505 (100%)
R 166 of 505 ~ 32.87%
G 185 of 505 ~ 36.63%
B 154 of 505 ~ 30.5%

%32.87
%36.63
%30.5

CMYK color model

#A6B99A color CMYK value is (10,0,17,27).

  • cyan value is 10.27%
  • magenta value is 0.00%
  • yellow value is 16.76%
  • key color value is 27.45%
CMYK:
(10,0,17,27)
C10M0Y17K27 
(10%,0%,17%,27%)
(0.10/0.00/0.17/0.27)	

CMYK percentages

%10.27
%0
%16.76
%27.45

Codes

Color #A6B99A in popluar color models

A6B99A
RGB166185154
HSL97°18.13%66.47%
HSB/HSV97°16.76%72.55%
CMYK10.27%0.00%16.76%
27.45%

Color #A6B99A in popluar number systems.

HEXA6B99A
Decimal166185154
Binary101001101011100110011010
Octal246271232

Shades and tints

Shades of #A6B99A

#A6B99A
(166,185,154)
#97A98C
(151,169,140)
#88997E
(136,153,126)
#798970
(121,137,112)
#6A7962
(106,121,98)
#5B6954
(91,105,84)
#4C5946
(76,89,70)
#3D4938
(61,73,56)
#2E392A
(46,57,42)
#1F291C
(31,41,28)
#10190E
(16,25,14)
#000000
(0,0,0)

Tints of #A6B99A

#A6B99A
(166,185,154)
#AEBFA3
(174,191,163)
#B6C5AC
(182,197,172)
#BECBB5
(190,203,181)
#C6D1BE
(198,209,190)
#CED7C7
(206,215,199)
#D6DDD0
(214,221,208)
#DEE3D9
(222,227,217)
#E6E9E2
(230,233,226)
#EEEFEB
(238,239,235)
#F6F5F4
(246,245,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A6B99A color. Also use rgb(166,185,154) instead hex code.

Text Font Color

.myTextColor { color: #A6B99A; }

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

This text font color is #A6B99A.


Background Color

.myBgColor { background-color: #A6B99A; }

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

This div background color is #A6B99A.


Border color

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

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

This div border color is #A6B99A.


Opacity

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

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

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

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

This text has shadow with #A6B99A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A6B99A on black background.


Color preview on white background

This text has color #A6B99A on white background.



Black color preview on #A6B99A background

This text has black color on #A6B99A background.


White color preview on #A6B99A background

This text has white color on #A6B99A background.