COLOR #A69C82

HEX: #A69C82 RGB: (166,156,130)

Color info

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

RGB color model

#A69C82 color RGB value is (166,156,130).

RGB: (166,156,130) (65%, 61%, 51%)

RGB channels and saturation

R 166 of 255 = 65%
G 156 of 255 = 61%
B 130 of 255 = 51%

166
156
130

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

Portions of RGB colors in percentages

R + G + B = 166 + 156 + 130 = 452 (100%)
R 166 of 452 ~ 36.73%
G 156 of 452 ~ 34.51%
B 130 of 452 ~ 28.76'%

%36.73
%34.51
%28.76

CMYK color model

#A69C82 color CMYK value is (0,6,22,35).

  • cyan value is 0.00%
  • magenta value is 6.02%
  • yellow value is 21.69%
  • key color value is 34.90%

CMYK: (0,6,22,35)
C0M6Y22K35 (0%, 6%, 22%, 35%)
(0.00 / 0.06 / 0.22 / 0.35)

CMYK percentages

%0
%6.02
%21.69
%34.9

Codes

Color #A69C82 in popluar color models

A6 9C 82
RGB 166 156 130
HSL 43° 16.82% 58.04%
HSB/HSV 43° 21.69% 65.10%
CMYK 0.00% 6.02% 21.69%
34.90%

Color #A69C82 in popluar number systems.

HEX A6 9C 82
Decimal 166 156 130
Binary 10100110 10011100 10000010
Octal 246 234 202

Shades and tints

Shades of #A69C82

#A69C82
(166,156,130)
#978E77
(151,142,119)
#88806C
(136,128,108)
#797261
(121,114,97)
#6A6456
(106,100,86)
#5B564B
(91,86,75)
#4C4840
(76,72,64)
#3D3A35
(61,58,53)
#2E2C2A
(46,44,42)
#1F1E1F
(31,30,31)
#101014
(16,16,20)
#000000
(0,0,0)

Tints of #A69C82

#A69C82
(166,156,130)
#AEA58D
(174,165,141)
#B6AE98
(182,174,152)
#BEB7A3
(190,183,163)
#C6C0AE
(198,192,174)
#CEC9B9
(206,201,185)
#D6D2C4
(214,210,196)
#DEDBCF
(222,219,207)
#E6E4DA
(230,228,218)
#EEEDE5
(238,237,229)
#F6F6F0
(246,246,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A69C82; }

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

This text font color is #A69C82.

Background Color

.myBgColor { background-color: #A69C82; }

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

This div background color is #A69C82.

Border color

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

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

This div border color is #A69C82.

Opacity

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

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

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

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

This text has shadow with #A69C82 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A69C82.

Preview

Color preview on black background

This text has color #A69C82 on black background.


Color preview on white background

This text has color #A69C82 on white background.


Black color preview on #A69C82 background

This text has black color on #A69C82 background.


White color preview on #A69C82 background

This text has white color on #A69C82 background.


Related colors

Complementary color

Complementary color for #hex is #59637D.


I love getcolorcode.com

Triadic colors

1 #82A69C and #9C82A6 with #A69C82 are triadic colors.

2 #829CA6 and #9CA682 with #A69C82 are triadic colors.