COLOR #A6938A

HEX: #A6938A
RGB: (166,147,138)

Color info

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

RGB color model

#A6938A color RGB value is (166,147,138).

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

RGB channels and saturation

R 166 of 255 = 65%
G 147 of 255 = 58%
B 138 of 255 = 54%

166
147
138

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

Portions of RGB colors in percentages

R + G + B =
166 + 147 + 138 = 451 (100%)
R 166 of 451 ~ 36.81%
G 147 of 451 ~ 32.59%
B 138 of 451 ~ 30.6%

%36.81
%32.59
%30.6

CMYK color model

#A6938A color CMYK value is (0,11,17,35).

  • cyan value is 0.00%
  • magenta value is 11.45%
  • yellow value is 16.87%
  • key color value is 34.90%
CMYK: (0,11,17,35) C0M11Y17K35 (0%,11%,17%,35%) (0.00/0.11/0.17/0.35)

CMYK percentages

%0
%11.45
%16.87
%34.9

Codes

Color #A6938A in popluar color models

A6938A
RGB166147138
HSL19°13.59%59.61%
HSB/HSV19°16.87%65.10%
CMYK0.00%11.45%16.87%
34.90%

Color #A6938A in popluar number systems.

HEXA6938A
Decimal166147138
Binary101001101001001110001010
Octal246223212

Shades and tints

Shades of #A6938A

#A6938A
(166,147,138)
#97867E
(151,134,126)
#887972
(136,121,114)
#796C66
(121,108,102)
#6A5F5A
(106,95,90)
#5B524E
(91,82,78)
#4C4542
(76,69,66)
#3D3836
(61,56,54)
#2E2B2A
(46,43,42)
#1F1E1E
(31,30,30)
#101112
(16,17,18)
#000000
(0,0,0)

Tints of #A6938A

#A6938A
(166,147,138)
#AE9C94
(174,156,148)
#B6A59E
(182,165,158)
#BEAEA8
(190,174,168)
#C6B7B2
(198,183,178)
#CEC0BC
(206,192,188)
#D6C9C6
(214,201,198)
#DED2D0
(222,210,208)
#E6DBDA
(230,219,218)
#EEE4E4
(238,228,228)
#F6EDEE
(246,237,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A6938A; }

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

This text font color is #A6938A.


Background Color

.myBgColor { background-color: #A6938A; }

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

This div background color is #A6938A.


Border color

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

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

This div border color is #A6938A.


Opacity

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

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

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

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

This text has shadow with #A6938A color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #A6938A on black background.


Color preview on white background

This text has color #A6938A on white background.



Black color preview on #A6938A background

This text has black color on #A6938A background.


White color preview on #A6938A background

This text has white color on #A6938A background.