COLOR #A69486

HEX: #A69486
RGB: (166,148,134)

Color info

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

RGB color model

#A69486 color RGB value is (166,148,134).

  • red value is 166;
  • green value is 148;
  • blue value is 134.
RGB:
(166,148,134)
(65%,58%,53%)

RGB channels and saturation

R 166 of 255 = 65%
G 148 of 255 = 58%
B 134 of 255 = 53%

166
148
134

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

Portions of RGB colors in percentages

R + G + B =
166 + 148 + 134 = 448 (100%)
R 166 of 448 ~ 37.05%
G 148 of 448 ~ 33.04%
B 134 of 448 ~ 29.91%

%37.05
%33.04
%29.91

CMYK color model

#A69486 color CMYK value is (0,11,19,35).

  • cyan value is 0.00%
  • magenta value is 10.84%
  • yellow value is 19.28%
  • key color value is 34.90%
CMYK:
(0,11,19,35)
C0M11Y19K35 
(0%,11%,19%,35%)
(0.00/0.11/0.19/0.35)	

CMYK percentages

%0
%10.84
%19.28
%34.9

Codes

Color #A69486 in popluar color models

A69486
RGB166148134
HSL26°15.24%58.82%
HSB/HSV26°19.28%65.10%
CMYK0.00%10.84%19.28%
34.90%

Color #A69486 in popluar number systems.

HEXA69486
Decimal166148134
Binary101001101001010010000110
Octal246224206

Shades and tints

Shades of #A69486

#A69486
(166,148,134)
#97877A
(151,135,122)
#887A6E
(136,122,110)
#796D62
(121,109,98)
#6A6056
(106,96,86)
#5B534A
(91,83,74)
#4C463E
(76,70,62)
#3D3932
(61,57,50)
#2E2C26
(46,44,38)
#1F1F1A
(31,31,26)
#10120E
(16,18,14)
#000000
(0,0,0)

Tints of #A69486

#A69486
(166,148,134)
#AE9D91
(174,157,145)
#B6A69C
(182,166,156)
#BEAFA7
(190,175,167)
#C6B8B2
(198,184,178)
#CEC1BD
(206,193,189)
#D6CAC8
(214,202,200)
#DED3D3
(222,211,211)
#E6DCDE
(230,220,222)
#EEE5E9
(238,229,233)
#F6EEF4
(246,238,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A69486; }

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

This text font color is #A69486.


Background Color

.myBgColor { background-color: #A69486; }

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

This div background color is #A69486.


Border color

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

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

This div border color is #A69486.


Opacity

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

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

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

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

This text has shadow with #A69486 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A69486 on black background.


Color preview on white background

This text has color #A69486 on white background.



Black color preview on #A69486 background

This text has black color on #A69486 background.


White color preview on #A69486 background

This text has white color on #A69486 background.