COLOR #A6B29D

HEX: #A6B29D RGB: (166,178,157)

Color info

#A6B29D contains red, green and blue colors in about the same proportion. Web safe color of #A6B29D is #999999 (or #999).

RGB color model

#A6B29D color RGB value is (166,178,157).

RGB: (166,178,157) (65%, 70%, 62%)

RGB channels and saturation

R 166 of 255 = 65%
G 178 of 255 = 70%
B 157 of 255 = 62%

166
178
157

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

Portions of RGB colors in percentages

R + G + B = 166 + 178 + 157 = 501 (100%)
R 166 of 501 ~ 33.13%
G 178 of 501 ~ 35.53%
B 157 of 501 ~ 31.34'%

%33.13
%35.53
%31.34

CMYK color model

#A6B29D color CMYK value is (7,0,12,30).

  • cyan value is 6.74%
  • magenta value is 0.00%
  • yellow value is 11.80%
  • key color value is 30.20%
CMYK: (7,0,12,30) C7M0Y12K30 (7%,0%,12%,30%) (0.07/0.00/0.12/0.30) 

CMYK percentages

%6.74
%0
%11.8
%30.2

Codes

Color #A6B29D in popluar color models

A6 B2 9D
RGB 166 178 157
HSL 94° 12.00% 65.69%
HSB/HSV 94° 11.80% 69.80%
CMYK 6.74% 0.00% 11.80%
30.20%

Color #A6B29D in popluar number systems.

HEX A6 B2 9D
Decimal 166 178 157
Binary 10100110 10110010 10011101
Octal 246 262 235

Shades and tints

Shades of #A6B29D

#A6B29D
(166,178,157)
#97A28F
(151,162,143)
#889281
(136,146,129)
#798273
(121,130,115)
#6A7265
(106,114,101)
#5B6257
(91,98,87)
#4C5249
(76,82,73)
#3D423B
(61,66,59)
#2E322D
(46,50,45)
#1F221F
(31,34,31)
#101211
(16,18,17)
#000000
(0,0,0)

Tints of #A6B29D

#A6B29D
(166,178,157)
#AEB9A5
(174,185,165)
#B6C0AD
(182,192,173)
#BEC7B5
(190,199,181)
#C6CEBD
(198,206,189)
#CED5C5
(206,213,197)
#D6DCCD
(214,220,205)
#DEE3D5
(222,227,213)
#E6EADD
(230,234,221)
#EEF1E5
(238,241,229)
#F6F8ED
(246,248,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A6B29D color. Also use rgb(166,178,157) instead hex code.

Text Font Color

.myTextColor { color: #A6B29D; }

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

This text font color is #A6B29D.

Background Color

.myBgColor { background-color: #A6B29D; }

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

This div background color is #A6B29D.

Border color

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

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

This div border color is #A6B29D.

Opacity

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

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

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

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

This text has shadow with #A6B29D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A6B29D.

Preview

Color preview on black background

This text has color #A6B29D on black background.


Color preview on white background

This text has color #A6B29D on white background.


Black color preview on #A6B29D background

This text has black color on #A6B29D background.


White color preview on #A6B29D background

This text has white color on #A6B29D background.


Related colors

Complementary color

Complementary color for #hex is #594D62.


I love getcolorcode.com

Triadic colors

1 #9DA6B2 and #B29DA6 with #A6B29D are triadic colors.

2 #9DB2A6 and #B2A69D with #A6B29D are triadic colors.