COLOR #A69A82

HEX: #A69A82
RGB: (166,154,130)

Color info

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

RGB color model

#A69A82 color RGB value is (166,154,130).

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

RGB channels and saturation

R 166 of 255 = 65%
G 154 of 255 = 60%
B 130 of 255 = 51%

166
154
130

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

Portions of RGB colors in percentages

R + G + B =
166 + 154 + 130 = 450 (100%)
R 166 of 450 ~ 36.89%
G 154 of 450 ~ 34.22%
B 130 of 450 ~ 28.89%

%36.89
%34.22
%28.89

CMYK color model

#A69A82 color CMYK value is (0,7,22,35).

  • cyan value is 0.00%
  • magenta value is 7.23%
  • yellow value is 21.69%
  • key color value is 34.90%
CMYK:
(0,7,22,35)
C0M7Y22K35 
(0%,7%,22%,35%)
(0.00/0.07/0.22/0.35)	

CMYK percentages

%0
%7.23
%21.69
%34.9

Codes

Color #A69A82 in popluar color models

A69A82
RGB166154130
HSL40°16.82%58.04%
HSB/HSV40°21.69%65.10%
CMYK0.00%7.23%21.69%
34.90%

Color #A69A82 in popluar number systems.

HEXA69A82
Decimal166154130
Binary101001101001101010000010
Octal246232202

Shades and tints

Shades of #A69A82

#A69A82
(166,154,130)
#978C77
(151,140,119)
#887E6C
(136,126,108)
#797061
(121,112,97)
#6A6256
(106,98,86)
#5B544B
(91,84,75)
#4C4640
(76,70,64)
#3D3835
(61,56,53)
#2E2A2A
(46,42,42)
#1F1C1F
(31,28,31)
#100E14
(16,14,20)
#000000
(0,0,0)

Tints of #A69A82

#A69A82
(166,154,130)
#AEA38D
(174,163,141)
#B6AC98
(182,172,152)
#BEB5A3
(190,181,163)
#C6BEAE
(198,190,174)
#CEC7B9
(206,199,185)
#D6D0C4
(214,208,196)
#DED9CF
(222,217,207)
#E6E2DA
(230,226,218)
#EEEBE5
(238,235,229)
#F6F4F0
(246,244,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A69A82; }

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

This text font color is #A69A82.


Background Color

.myBgColor { background-color: #A69A82; }

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

This div background color is #A69A82.


Border color

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

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

This div border color is #A69A82.


Opacity

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

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

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

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

This text has shadow with #A69A82 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A69A82 on black background.


Color preview on white background

This text has color #A69A82 on white background.



Black color preview on #A69A82 background

This text has black color on #A69A82 background.


White color preview on #A69A82 background

This text has white color on #A69A82 background.