COLOR #A6908D

HEX: #A6908D RGB: (166,144,141)

Color info

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

RGB color model

#A6908D color RGB value is (166,144,141).

RGB: (166,144,141) (65%, 56%, 55%)

RGB channels and saturation

R 166 of 255 = 65%
G 144 of 255 = 56%
B 141 of 255 = 55%

166
144
141

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

Portions of RGB colors in percentages

R + G + B = 166 + 144 + 141 = 451 (100%)
R 166 of 451 ~ 36.81%
G 144 of 451 ~ 31.93%
B 141 of 451 ~ 31.26'%

%36.81
%31.93
%31.26

CMYK color model

#A6908D color CMYK value is (0,13,15,35).

  • cyan value is 0.00%
  • magenta value is 13.25%
  • yellow value is 15.06%
  • key color value is 34.90%

CMYK: (0,13,15,35)
C0M13Y15K35 (0%, 13%, 15%, 35%)
(0.00 / 0.13 / 0.15 / 0.35)

CMYK percentages

%0
%13.25
%15.06
%34.9

Codes

Color #A6908D in popluar color models

A6 90 8D
RGB 166 144 141
HSL 12.32% 60.20%
HSB/HSV 15.06% 65.10%
CMYK 0.00% 13.25% 15.06%
34.90%

Color #A6908D in popluar number systems.

HEX A6 90 8D
Decimal 166 144 141
Binary 10100110 10010000 10001101
Octal 246 220 215

Shades and tints

Shades of #A6908D

#A6908D
(166,144,141)
#978381
(151,131,129)
#887675
(136,118,117)
#796969
(121,105,105)
#6A5C5D
(106,92,93)
#5B4F51
(91,79,81)
#4C4245
(76,66,69)
#3D3539
(61,53,57)
#2E282D
(46,40,45)
#1F1B21
(31,27,33)
#100E15
(16,14,21)
#000000
(0,0,0)

Tints of #A6908D

#A6908D
(166,144,141)
#AE9A97
(174,154,151)
#B6A4A1
(182,164,161)
#BEAEAB
(190,174,171)
#C6B8B5
(198,184,181)
#CEC2BF
(206,194,191)
#D6CCC9
(214,204,201)
#DED6D3
(222,214,211)
#E6E0DD
(230,224,221)
#EEEAE7
(238,234,231)
#F6F4F1
(246,244,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A6908D color. Also use rgb(166,144,141) instead hex code.

Text Font Color

.myTextColor { color: #A6908D; }

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

This text font color is #A6908D.

Background Color

.myBgColor { background-color: #A6908D; }

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

This div background color is #A6908D.

Border color

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

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

This div border color is #A6908D.

Opacity

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

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

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

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

This text has shadow with #A6908D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A6908D.

Preview

Color preview on black background

This text has color #A6908D on black background.


Color preview on white background

This text has color #A6908D on white background.


Black color preview on #A6908D background

This text has black color on #A6908D background.


White color preview on #A6908D background

This text has white color on #A6908D background.


Related colors

Complementary color

Complementary color for #hex is #596F72.


I love getcolorcode.com

Triadic colors

1 #8DA690 and #908DA6 with #A6908D are triadic colors.

2 #8D90A6 and #90A68D with #A6908D are triadic colors.