COLOR #A69790

HEX: #A69790
RGB: (166,151,144)

Color info

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

RGB color model

#A69790 color RGB value is (166,151,144).

  • red value is 166;
  • green value is 151;
  • blue value is 144.
RGB:
(166,151,144)
(65%,59%,56%)

RGB channels and saturation

R 166 of 255 = 65%
G 151 of 255 = 59%
B 144 of 255 = 56%

166
151
144

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

Portions of RGB colors in percentages

R + G + B =
166 + 151 + 144 = 461 (100%)
R 166 of 461 ~ 36.01%
G 151 of 461 ~ 32.75%
B 144 of 461 ~ 31.24%

%36.01
%32.75
%31.24

CMYK color model

#A69790 color CMYK value is (0,9,13,35).

  • cyan value is 0.00%
  • magenta value is 9.04%
  • yellow value is 13.25%
  • key color value is 34.90%
CMYK:
(0,9,13,35)
C0M9Y13K35 
(0%,9%,13%,35%)
(0.00/0.09/0.13/0.35)	

CMYK percentages

%0
%9.04
%13.25
%34.9

Codes

Color #A69790 in popluar color models

A69790
RGB166151144
HSL19°11.00%60.78%
HSB/HSV19°13.25%65.10%
CMYK0.00%9.04%13.25%
34.90%

Color #A69790 in popluar number systems.

HEXA69790
Decimal166151144
Binary101001101001011110010000
Octal246227220

Shades and tints

Shades of #A69790

#A69790
(166,151,144)
#978A83
(151,138,131)
#887D76
(136,125,118)
#797069
(121,112,105)
#6A635C
(106,99,92)
#5B564F
(91,86,79)
#4C4942
(76,73,66)
#3D3C35
(61,60,53)
#2E2F28
(46,47,40)
#1F221B
(31,34,27)
#10150E
(16,21,14)
#000000
(0,0,0)

Tints of #A69790

#A69790
(166,151,144)
#AEA09A
(174,160,154)
#B6A9A4
(182,169,164)
#BEB2AE
(190,178,174)
#C6BBB8
(198,187,184)
#CEC4C2
(206,196,194)
#D6CDCC
(214,205,204)
#DED6D6
(222,214,214)
#E6DFE0
(230,223,224)
#EEE8EA
(238,232,234)
#F6F1F4
(246,241,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A69790 color. Also use rgb(166,151,144) instead hex code.

Text Font Color

.myTextColor { color: #A69790; }

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

This text font color is #A69790.


Background Color

.myBgColor { background-color: #A69790; }

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

This div background color is #A69790.


Border color

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

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

This div border color is #A69790.


Opacity

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

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

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

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

This text has shadow with #A69790 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A69790 on black background.


Color preview on white background

This text has color #A69790 on white background.



Black color preview on #A69790 background

This text has black color on #A69790 background.


White color preview on #A69790 background

This text has white color on #A69790 background.