COLOR #A6958F

HEX: #A6958F RGB: (166,149,143)

Color info

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

RGB color model

#A6958F color RGB value is (166,149,143).

RGB: (166,149,143) (65%, 58%, 56%)

RGB channels and saturation

R 166 of 255 = 65%
G 149 of 255 = 58%
B 143 of 255 = 56%

166
149
143

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

Portions of RGB colors in percentages

R + G + B = 166 + 149 + 143 = 458 (100%)
R 166 of 458 ~ 36.24%
G 149 of 458 ~ 32.53%
B 143 of 458 ~ 31.22'%

%36.24
%32.53
%31.22

CMYK color model

#A6958F color CMYK value is (0,10,14,35).

  • cyan value is 0.00%
  • magenta value is 10.24%
  • yellow value is 13.86%
  • key color value is 34.90%
CMYK: (0,10,14,35) C0M10Y14K35 (0%,10%,14%,35%) (0.00/0.10/0.14/0.35) 

CMYK percentages

%0
%10.24
%13.86
%34.9

Codes

Color #A6958F in popluar color models

A6 95 8F
RGB 166 149 143
HSL 16° 11.44% 60.59%
HSB/HSV 16° 13.86% 65.10%
CMYK 0.00% 10.24% 13.86%
34.90%

Color #A6958F in popluar number systems.

HEX A6 95 8F
Decimal 166 149 143
Binary 10100110 10010101 10001111
Octal 246 225 217

Shades and tints

Shades of #A6958F

#A6958F
(166,149,143)
#978882
(151,136,130)
#887B75
(136,123,117)
#796E68
(121,110,104)
#6A615B
(106,97,91)
#5B544E
(91,84,78)
#4C4741
(76,71,65)
#3D3A34
(61,58,52)
#2E2D27
(46,45,39)
#1F201A
(31,32,26)
#10130D
(16,19,13)
#000000
(0,0,0)

Tints of #A6958F

#A6958F
(166,149,143)
#AE9E99
(174,158,153)
#B6A7A3
(182,167,163)
#BEB0AD
(190,176,173)
#C6B9B7
(198,185,183)
#CEC2C1
(206,194,193)
#D6CBCB
(214,203,203)
#DED4D5
(222,212,213)
#E6DDDF
(230,221,223)
#EEE6E9
(238,230,233)
#F6EFF3
(246,239,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A6958F color. Also use rgb(166,149,143) instead hex code.

Text Font Color

.myTextColor { color: #A6958F; }

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

This text font color is #A6958F.

Background Color

.myBgColor { background-color: #A6958F; }

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

This div background color is #A6958F.

Border color

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

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

This div border color is #A6958F.

Opacity

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

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

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

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

This text has shadow with #A6958F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A6958F.

Preview

Color preview on black background

This text has color #A6958F on black background.


Color preview on white background

This text has color #A6958F on white background.


Black color preview on #A6958F background

This text has black color on #A6958F background.


White color preview on #A6958F background

This text has white color on #A6958F background.


Related colors

Complementary color

Complementary color for #hex is #596A70.


I love getcolorcode.com

Triadic colors

1 #8FA695 and #958FA6 with #A6958F are triadic colors.

2 #8F95A6 and #95A68F with #A6958F are triadic colors.