COLOR #A6B5A5

HEX: #A6B5A5
RGB: (166,181,165)

Color info

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

RGB color model

#A6B5A5 color RGB value is (166,181,165).

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

RGB channels and saturation

R 166 of 255 = 65%
G 181 of 255 = 71%
B 165 of 255 = 65%

166
181
165

R + G + B ~ 67%. #A6B5A5 is quite light color.

Portions of RGB colors in percentages

R + G + B =
166 + 181 + 165 = 512 (100%)
R 166 of 512 ~ 32.42%
G 181 of 512 ~ 35.35%
B 165 of 512 ~ 32.23%

%32.42
%35.35
%32.23

CMYK color model

#A6B5A5 color CMYK value is (8,0,9,29).

  • cyan value is 8.29%
  • magenta value is 0.00%
  • yellow value is 8.84%
  • key color value is 29.02%
CMYK:
(8,0,9,29)
C8M0Y9K29 
(8%,0%,9%,29%)
(0.08/0.00/0.09/0.29)	

CMYK percentages

%8.29
%0
%8.84
%29.02

Codes

Color #A6B5A5 in popluar color models

A6B5A5
RGB166181165
HSL116°9.76%67.84%
HSB/HSV116°8.84%70.98%
CMYK8.29%0.00%8.84%
29.02%

Color #A6B5A5 in popluar number systems.

HEXA6B5A5
Decimal166181165
Binary101001101011010110100101
Octal246265245

Shades and tints

Shades of #A6B5A5

#A6B5A5
(166,181,165)
#97A596
(151,165,150)
#889587
(136,149,135)
#798578
(121,133,120)
#6A7569
(106,117,105)
#5B655A
(91,101,90)
#4C554B
(76,85,75)
#3D453C
(61,69,60)
#2E352D
(46,53,45)
#1F251E
(31,37,30)
#10150F
(16,21,15)
#000000
(0,0,0)

Tints of #A6B5A5

#A6B5A5
(166,181,165)
#AEBBAD
(174,187,173)
#B6C1B5
(182,193,181)
#BEC7BD
(190,199,189)
#C6CDC5
(198,205,197)
#CED3CD
(206,211,205)
#D6D9D5
(214,217,213)
#DEDFDD
(222,223,221)
#E6E5E5
(230,229,229)
#EEEBED
(238,235,237)
#F6F1F5
(246,241,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A6B5A5; }

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

This text font color is #A6B5A5.


Background Color

.myBgColor { background-color: #A6B5A5; }

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

This div background color is #A6B5A5.


Border color

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

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

This div border color is #A6B5A5.


Opacity

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

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

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

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

This text has shadow with #A6B5A5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A6B5A5 on black background.


Color preview on white background

This text has color #A6B5A5 on white background.



Black color preview on #A6B5A5 background

This text has black color on #A6B5A5 background.


White color preview on #A6B5A5 background

This text has white color on #A6B5A5 background.