COLOR #A6936E

HEX: #A6936E
RGB: (166,147,110)

Color info

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

RGB color model

#A6936E color RGB value is (166,147,110).

  • red value is 166;
  • green value is 147;
  • blue value is 110.
RGB: (166,147,110) (65%,58%,43%)

RGB channels and saturation

R 166 of 255 = 65%
G 147 of 255 = 58%
B 110 of 255 = 43%

166
147
110

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

Portions of RGB colors in percentages

R + G + B =
166 + 147 + 110 = 423 (100%)
R 166 of 423 ~ 39.24%
G 147 of 423 ~ 34.75%
B 110 of 423 ~ 26%

%39.24
%34.75
%26

CMYK color model

#A6936E color CMYK value is (0,11,34,35).

  • cyan value is 0.00%
  • magenta value is 11.45%
  • yellow value is 33.73%
  • key color value is 34.90%
CMYK: (0,11,34,35) C0M11Y34K35 (0%,11%,34%,35%) (0.00/0.11/0.34/0.35)

CMYK percentages

%0
%11.45
%33.73
%34.9

Codes

Color #A6936E in popluar color models

A6936E
RGB166147110
HSL40°23.93%54.12%
HSB/HSV40°33.73%65.10%
CMYK0.00%11.45%33.73%
34.90%

Color #A6936E in popluar number systems.

HEXA6936E
Decimal166147110
Binary10100110100100111101110
Octal246223156

Shades and tints

Shades of #A6936E

#A6936E
(166,147,110)
#978664
(151,134,100)
#88795A
(136,121,90)
#796C50
(121,108,80)
#6A5F46
(106,95,70)
#5B523C
(91,82,60)
#4C4532
(76,69,50)
#3D3828
(61,56,40)
#2E2B1E
(46,43,30)
#1F1E14
(31,30,20)
#10110A
(16,17,10)
#000000
(0,0,0)

Tints of #A6936E

#A6936E
(166,147,110)
#AE9C7B
(174,156,123)
#B6A588
(182,165,136)
#BEAE95
(190,174,149)
#C6B7A2
(198,183,162)
#CEC0AF
(206,192,175)
#D6C9BC
(214,201,188)
#DED2C9
(222,210,201)
#E6DBD6
(230,219,214)
#EEE4E3
(238,228,227)
#F6EDF0
(246,237,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A6936E color. Also use rgb(166,147,110) instead hex code.

Text Font Color

.myTextColor { color: #A6936E; }

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

This text font color is #A6936E.


Background Color

.myBgColor { background-color: #A6936E; }

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

This div background color is #A6936E.


Border color

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

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

This div border color is #A6936E.


Opacity

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

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

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

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

This text has shadow with #A6936E color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #A6936E on black background.


Color preview on white background

This text has color #A6936E on white background.



Black color preview on #A6936E background

This text has black color on #A6936E background.


White color preview on #A6936E background

This text has white color on #A6936E background.