COLOR #A6788A

HEX: #A6788A
RGB: (166,120,138)

Color info

#A6788A contains red, green and blue colors in about the same proportion. Web safe color of #A6788A is #996699 (or #969).

RGB color model

#A6788A color RGB value is (166,120,138).

  • red value is 166;
  • green value is 120;
  • blue value is 138.
RGB:
(166,120,138)
(65%,47%,54%)

RGB channels and saturation

R 166 of 255 = 65%
G 120 of 255 = 47%
B 138 of 255 = 54%

166
120
138

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

Portions of RGB colors in percentages

R + G + B =
166 + 120 + 138 = 424 (100%)
R 166 of 424 ~ 39.15%
G 120 of 424 ~ 28.3%
B 138 of 424 ~ 32.55%

%39.15
%28.3
%32.55

CMYK color model

#A6788A color CMYK value is (0,28,17,35).

  • cyan value is 0.00%
  • magenta value is 27.71%
  • yellow value is 16.87%
  • key color value is 34.90%
CMYK:
(0,28,17,35)
C0M28Y17K35 
(0%,28%,17%,35%)
(0.00/0.28/0.17/0.35)	

CMYK percentages

%0
%27.71
%16.87
%34.9

Codes

Color #A6788A in popluar color models

A6788A
RGB166120138
HSL337°20.54%56.08%
HSB/HSV337°27.71%65.10%
CMYK0.00%27.71%16.87%
34.90%

Color #A6788A in popluar number systems.

HEXA6788A
Decimal166120138
Binary10100110111100010001010
Octal246170212

Shades and tints

Shades of #A6788A

#A6788A
(166,120,138)
#976E7E
(151,110,126)
#886472
(136,100,114)
#795A66
(121,90,102)
#6A505A
(106,80,90)
#5B464E
(91,70,78)
#4C3C42
(76,60,66)
#3D3236
(61,50,54)
#2E282A
(46,40,42)
#1F1E1E
(31,30,30)
#101412
(16,20,18)
#000000
(0,0,0)

Tints of #A6788A

#A6788A
(166,120,138)
#AE8494
(174,132,148)
#B6909E
(182,144,158)
#BE9CA8
(190,156,168)
#C6A8B2
(198,168,178)
#CEB4BC
(206,180,188)
#D6C0C6
(214,192,198)
#DECCD0
(222,204,208)
#E6D8DA
(230,216,218)
#EEE4E4
(238,228,228)
#F6F0EE
(246,240,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A6788A color. Also use rgb(166,120,138) instead hex code.

Text Font Color

.myTextColor { color: #A6788A; }

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

This text font color is #A6788A.


Background Color

.myBgColor { background-color: #A6788A; }

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

This div background color is #A6788A.


Border color

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

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

This div border color is #A6788A.


Opacity

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

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

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

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

This text has shadow with #A6788A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A6788A on black background.


Color preview on white background

This text has color #A6788A on white background.



Black color preview on #A6788A background

This text has black color on #A6788A background.


White color preview on #A6788A background

This text has white color on #A6788A background.