COLOR #A69382

HEX: #A69382
RGB: (166,147,130)

Color info

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

RGB color model

#A69382 color RGB value is (166,147,130).

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

RGB channels and saturation

R 166 of 255 = 65%
G 147 of 255 = 58%
B 130 of 255 = 51%

166
147
130

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

Portions of RGB colors in percentages

R + G + B =
166 + 147 + 130 = 443 (100%)
R 166 of 443 ~ 37.47%
G 147 of 443 ~ 33.18%
B 130 of 443 ~ 29.35%

%37.47
%33.18
%29.35

CMYK color model

#A69382 color CMYK value is (0,11,22,35).

  • cyan value is 0.00%
  • magenta value is 11.45%
  • yellow value is 21.69%
  • key color value is 34.90%
CMYK: (0,11,22,35) C0M11Y22K35 (0%,11%,22%,35%) (0.00/0.11/0.22/0.35)

CMYK percentages

%0
%11.45
%21.69
%34.9

Codes

Color #A69382 in popluar color models

A69382
RGB166147130
HSL28°16.82%58.04%
HSB/HSV28°21.69%65.10%
CMYK0.00%11.45%21.69%
34.90%

Color #A69382 in popluar number systems.

HEXA69382
Decimal166147130
Binary101001101001001110000010
Octal246223202

Shades and tints

Shades of #A69382

#A69382
(166,147,130)
#978677
(151,134,119)
#88796C
(136,121,108)
#796C61
(121,108,97)
#6A5F56
(106,95,86)
#5B524B
(91,82,75)
#4C4540
(76,69,64)
#3D3835
(61,56,53)
#2E2B2A
(46,43,42)
#1F1E1F
(31,30,31)
#101114
(16,17,20)
#000000
(0,0,0)

Tints of #A69382

#A69382
(166,147,130)
#AE9C8D
(174,156,141)
#B6A598
(182,165,152)
#BEAEA3
(190,174,163)
#C6B7AE
(198,183,174)
#CEC0B9
(206,192,185)
#D6C9C4
(214,201,196)
#DED2CF
(222,210,207)
#E6DBDA
(230,219,218)
#EEE4E5
(238,228,229)
#F6EDF0
(246,237,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A69382; }

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

This text font color is #A69382.


Background Color

.myBgColor { background-color: #A69382; }

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

This div background color is #A69382.


Border color

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

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

This div border color is #A69382.


Opacity

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

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

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

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

This text has shadow with #A69382 color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #A69382 on black background.


Color preview on white background

This text has color #A69382 on white background.



Black color preview on #A69382 background

This text has black color on #A69382 background.


White color preview on #A69382 background

This text has white color on #A69382 background.