COLOR #A69482

HEX: #A69482 RGB: (166,148,130)

Color info

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

RGB color model

#A69482 color RGB value is (166,148,130).

RGB: (166,148,130) (65%, 58%, 51%)

RGB channels and saturation

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

166
148
130

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

Portions of RGB colors in percentages

R + G + B = 166 + 148 + 130 = 444 (100%)
R 166 of 444 ~ 37.39%
G 148 of 444 ~ 33.33%
B 130 of 444 ~ 29.28'%

%37.39
%33.33
%29.28

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 10.84%
  • 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
%10.84
%21.69
%34.9

Codes

Color #A69482 in popluar color models

A6 94 82
RGB 166 148 130
HSL 30° 16.82% 58.04%
HSB/HSV 30° 21.69% 65.10%
CMYK 0.00% 10.84% 21.69%
34.90%

Color #A69482 in popluar number systems.

HEX A6 94 82
Decimal 166 148 130
Binary 10100110 10010100 10000010
Octal 246 224 202

Shades and tints

Shades of #A69482

#A69482
(166,148,130)
#978777
(151,135,119)
#887A6C
(136,122,108)
#796D61
(121,109,97)
#6A6056
(106,96,86)
#5B534B
(91,83,75)
#4C4640
(76,70,64)
#3D3935
(61,57,53)
#2E2C2A
(46,44,42)
#1F1F1F
(31,31,31)
#101214
(16,18,20)
#000000
(0,0,0)

Tints of #A69482

#A69482
(166,148,130)
#AE9D8D
(174,157,141)
#B6A698
(182,166,152)
#BEAFA3
(190,175,163)
#C6B8AE
(198,184,174)
#CEC1B9
(206,193,185)
#D6CAC4
(214,202,196)
#DED3CF
(222,211,207)
#E6DCDA
(230,220,218)
#EEE5E5
(238,229,229)
#F6EEF0
(246,238,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A69482; }

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

This text font color is #A69482.

Background Color

.myBgColor { background-color: #A69482; }

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

This div background color is #A69482.

Border color

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

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

This div border color is #A69482.

Opacity

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

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

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

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

This text has shadow with #A69482 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A69482.

Preview

Color preview on black background

This text has color #A69482 on black background.


Color preview on white background

This text has color #A69482 on white background.


Black color preview on #A69482 background

This text has black color on #A69482 background.


White color preview on #A69482 background

This text has white color on #A69482 background.


Related colors

Complementary color

Complementary color for #hex is #596B7D.


I love getcolorcode.com

Triadic colors

1 #82A694 and #9482A6 with #A69482 are triadic colors.

2 #8294A6 and #94A682 with #A69482 are triadic colors.