COLOR #A6947D

HEX: #A6947D RGB: (166,148,125)

Color info

#A6947D contains red, green and blue colors in about the same proportion. Web safe color of #A6947D is #999966 (or #996).

RGB color model

#A6947D color RGB value is (166,148,125).

RGB: (166,148,125) (65%, 58%, 49%)

RGB channels and saturation

R 166 of 255 = 65%
G 148 of 255 = 58%
B 125 of 255 = 49%

166
148
125

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

Portions of RGB colors in percentages

R + G + B = 166 + 148 + 125 = 439 (100%)
R 166 of 439 ~ 37.81%
G 148 of 439 ~ 33.71%
B 125 of 439 ~ 28.47'%

%37.81
%33.71
%28.47

CMYK color model

#A6947D color CMYK value is (0,11,25,35).

  • cyan value is 0.00%
  • magenta value is 10.84%
  • yellow value is 24.70%
  • key color value is 34.90%

CMYK: (0,11,25,35)
C0M11Y25K35 (0%, 11%, 25%, 35%)
(0.00 / 0.11 / 0.25 / 0.35)

CMYK percentages

%0
%10.84
%24.7
%34.9

Codes

Color #A6947D in popluar color models

A6 94 7D
RGB 166 148 125
HSL 34° 18.72% 57.06%
HSB/HSV 34° 24.70% 65.10%
CMYK 0.00% 10.84% 24.70%
34.90%

Color #A6947D in popluar number systems.

HEX A6 94 7D
Decimal 166 148 125
Binary 10100110 10010100 1111101
Octal 246 224 175

Shades and tints

Shades of #A6947D

#A6947D
(166,148,125)
#978772
(151,135,114)
#887A67
(136,122,103)
#796D5C
(121,109,92)
#6A6051
(106,96,81)
#5B5346
(91,83,70)
#4C463B
(76,70,59)
#3D3930
(61,57,48)
#2E2C25
(46,44,37)
#1F1F1A
(31,31,26)
#10120F
(16,18,15)
#000000
(0,0,0)

Tints of #A6947D

#A6947D
(166,148,125)
#AE9D88
(174,157,136)
#B6A693
(182,166,147)
#BEAF9E
(190,175,158)
#C6B8A9
(198,184,169)
#CEC1B4
(206,193,180)
#D6CABF
(214,202,191)
#DED3CA
(222,211,202)
#E6DCD5
(230,220,213)
#EEE5E0
(238,229,224)
#F6EEEB
(246,238,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A6947D color. Also use rgb(166,148,125) instead hex code.

Text Font Color

.myTextColor { color: #A6947D; }

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

This text font color is #A6947D.

Background Color

.myBgColor { background-color: #A6947D; }

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

This div background color is #A6947D.

Border color

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

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

This div border color is #A6947D.

Opacity

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

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

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

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

This text has shadow with #A6947D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A6947D.

Preview

Color preview on black background

This text has color #A6947D on black background.


Color preview on white background

This text has color #A6947D on white background.


Black color preview on #A6947D background

This text has black color on #A6947D background.


White color preview on #A6947D background

This text has white color on #A6947D background.


Related colors

Complementary color

Complementary color for #hex is #596B82.


I love getcolorcode.com

Triadic colors

1 #7DA694 and #947DA6 with #A6947D are triadic colors.

2 #7D94A6 and #94A67D with #A6947D are triadic colors.